mapnik / python-mapnik

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

missing functions after switching to Python 3 #233

Open alexandervlpl opened 3 years ago

alexandervlpl commented 3 years ago

I'm switching from Python 2.7 to Python 3.6, building from the same v3.0.x branch against Mapnik 3.0.19. The Python 3 bindings do compile and run, but somehow they're missing almost all the functions I was using before in Python 2: Map.zoom_max(), Map.set_center_and_zoom(), Map.lon_lat_bbox().

Anyone else run into this? Is my build environment missing something, or is this expected? Is my project stuck with Python 2 forever now? :scream: