John, John Mitchell wrote: > When using Mapnik WMS using the ogcserver component with WSGI as a > standalone server why is 900913 (Spherical Mercator) projection faster > than 4326 (WGS84) projection for displaying data?
This is not generally the case. The general rule ist that something where Mapnik has to do a reprojection is slower than something where it doesn't. So if you have imported OSM data with osm2pgsl without any extra flags then you have 900913 projected data in the database and it does not have to be reprojected. For the fastest 4326 results, import your data with "osm2pgsl -l". Bye Frederik -- Frederik Ramm ## eMail [email protected] ## N49°00'09" E008°23'33" _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

