mapnik / python-mapnik

Python bindings for mapnik
GNU Lesser General Public License v2.1
157 stars 90 forks source link

pybind11 missing symbols in rule #280

Open manthey opened 1 month ago

manthey commented 1 month ago

After the pybind11 change, in src/mapnik_rule.cpp, the symbols (and copy_symbols) definitions aren't present. This means that the sample code at https://github.com/mapnik/mapnik/wiki/GettingStartedInPython#create-a-style will fail with AttributeError: 'mapnik._mapnik.Rule' object has no attribute 'symbols'