enable painted for svg_renderer
This commit is contained in:
parent
c2385437f1
commit
b8d497844a
1 changed files with 7 additions and 2 deletions
|
@ -127,9 +127,14 @@ public:
|
|||
mapnik::feature_impl & feature,
|
||||
proj_transform const& prj_trans);
|
||||
|
||||
void painted(bool /*painted*/)
|
||||
bool painted() const
|
||||
{
|
||||
// nothing to do
|
||||
return painted_;
|
||||
}
|
||||
|
||||
void painted(bool painted)
|
||||
{
|
||||
painted_ = painted;
|
||||
}
|
||||
|
||||
inline eAttributeCollectionPolicy attribute_collection_policy() const
|
||||
|
|
Loading…
Reference in a new issue