add ticket reference for workaround added in 60d843a7a8

This commit is contained in:
Dane Springmeyer 2012-08-14 12:19:56 -07:00
parent 34ce663460
commit 3d048c5f72

View file

@ -86,6 +86,7 @@ struct markers_symbolizer_pickle_suite : boost::python::pickle_suite
};
// https://github.com/mapnik/mapnik/issues/1367
PyObject* get_fill_opacity_impl(markers_symbolizer & sym)
{
boost::optional<float> fill_opacity = sym.get_fill_opacity();