Hello,

i have imported the planet OSM data as lat/lon into the local PostGIS server.

After some hints i changed some settings in the XML  files that describe the 
layers:

before:
SRS: '+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 +nadgri...@null +no_defs +over',
extent: '-20037508,-19929239,20037508,19929239',


after:
SRS: '+proj=merc +datum=WGS84',
extent: '-180,-85,180,85'

I also changed the projection in the python script that starts rendering
a map to the SRS (after).

Now i can render a map, but i still only see the background TIFF,
the Shapefiles, but _NO_ data that come from PostGIS.

I just checked, the ScaleDeniminator is in the correct range to display
some things, at least some cities.


Can anybody give me a hint on what is wrong?


Best regards,
Torsten.
 
_______________________________________________
Mapnik-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mapnik-users

Reply via email to