enable painted for svg_renderer

This commit is contained in:
Dane Springmeyer 2014-09-19 14:15:59 -07:00
parent c2385437f1
commit b8d497844a

View file

@ -127,9 +127,14 @@ public:
mapnik::feature_impl & feature, mapnik::feature_impl & feature,
proj_transform const& prj_trans); 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 inline eAttributeCollectionPolicy attribute_collection_policy() const