You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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 withAttributeError: 'mapnik._mapnik.Rule' object has no attribute 'symbols'
The text was updated successfully, but these errors were encountered: