python-mapnik icon indicating copy to clipboard operation
python-mapnik copied to clipboard

missing functions after switching to Python 3

Open alexandervlpl opened this issue 5 years ago • 0 comments

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:

alexandervlpl avatar Oct 16 '20 13:10 alexandervlpl