Tagged Questions
3
votes
1answer
308 views
Calculate bounding box + buffer for rendering a map tile with mapnik library
Mapnik library has a Projection object (I'm using Python bindings):
spherical_mercator = '+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null ...