-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pybind11 [WIP] #276
Pybind11 [WIP] #276
Conversation
`sym.fill = 'red' # equivalent to sym.fill = mapnik.Color('red')`
Oh cool @artemp ! In my experience it's quite easier to develop with, since you will have a normal cmake setup or the python packaging process. |
@mathisloge I will definitely take a look, thanks! As a first iteration I'd like to ensure |
….py:ds.all_features() --> iter(ds) Remove boost::python namespace
…izer, LineSymbolizer protocol [skip ci]
…pybind11) + revive more 'render_xxx' methods [WIP] [skip ci]
Remaining TODO: Fix handling of uninitialised placement finder(s) in text rendering in mapnik core + add missing properties to symbolisers |
…ies [WIP] [skip ci]
TODO: FAILED test/python_tests/pgraster_test.py::test_rgba_8bui - assert 224 == 1 FAILED test/python_tests/pgraster_test.py::test_rgb_8bui - assert 16 == 1
Port to
pybind11
and remove dependency onboost::python
.FYI @mathisloge