mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
This makes the Projection class available from mapnik: >>> from mapnik import Projection registered datasource : raster registered datasource : shape registered datasource : postgis >>> Projection <class mapnik.Projection.Projection at 0xb7f7250c> >>>