mapnik / python-mapnik

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

Updates to cover style API changes #7

Open springmeyer opened 9 years ago

springmeyer commented 9 years ago

Moved here from https://github.com/mapnik/mapnik/issues/2324

Basically Mapnik 3.x overhauled how symbolizers work in core. This is for the better: they are now flexible key-value objects. But previously the python bindings modeled very closely the old symbolizer object structures. This means much of the symbolizer API is now not backwards compatible in 3.x. And overall needs a re-think so that we can expose styling properties in a way that does not radically change again and is easy to maintain and test.

expose styling properties in a way that does not radically change again and is easy to maintain and test.

Because ^^ is a major task. For the 3.0.0 release I think the most viable approach is:

alexandervlpl commented 6 years ago

@artemp @springmeyer So 3 years later, which symbolizers are still broken? ¯\(ツ)/¯ I want to document this somehow (#184) or at least mention it on the old wiki (which is extremely misleading right now).