What is the correct projection Mapnik should use?
Hello,
I'm trying to render tiles with a very simple stylesheet. For data feed I'm using OSM file extract from the planet dump. I've read Mapnik can handle OSM XML files with some limitations.
There are two problems:
1. Long ways are not rendered.
2. All ways are distorted or displaced.
You can see the result here: http://dev.ivanatora.info/roads/ At least the big roads in these two layers "Roads" and "Roads tiles" should match.
The second one seems like a projection problem and I tried tons of different variants but in vain. Here is my latest stylesheet: http://dev.ivanatora.info/tests/mapnik_style.xml
http://dev.ivanatora.info/tests/mapnik_style.xml I've tried also simplier things for srs - "+proj=merc +datum=WGS84" and "+proj=latlon +datum=WGS84". I think the data from the planet dump extract is in latlon projection, but something is not right...
I would really appreciate some insight.