add ticket reference for workaround added in 60d843a7a8
This commit is contained in:
parent
34ce663460
commit
3d048c5f72
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
PyObject* get_fill_opacity_impl(markers_symbolizer & sym)
|
||||||
{
|
{
|
||||||
boost::optional<float> fill_opacity = sym.get_fill_opacity();
|
boost::optional<float> fill_opacity = sym.get_fill_opacity();
|
||||||
|
|
Loading…
Add table
Reference in a new issue