enable painted for svg_renderer
Conflicts: include/mapnik/svg/output/svg_renderer.hpp
This commit is contained in:
parent
753cd5d6a0
commit
68d90adda6
1 changed files with 7 additions and 2 deletions
|
@ -126,9 +126,14 @@ public:
|
|||
mapnik::feature_impl & feature,
|
||||
proj_transform const& prj_trans);
|
||||
|
||||
void painted(bool)
|
||||
bool painted() const
|
||||
{
|
||||
// nothing to do
|
||||
return painted_;
|
||||
}
|
||||
|
||||
void painted(bool painted)
|
||||
{
|
||||
painted_ = painted;
|
||||
}
|
||||
|
||||
inline eAttributeCollectionPolicy attribute_collection_policy() const
|
||||
|
|
Loading…
Add table
Reference in a new issue