Hi, i just created a new PostGIS database and imported the data using:
osm2pgsql -l -s planet_osm_file The database i used previously was imported using: osm2pgsql -m -s planet_osm_file Now all the layers that come from that PostGIS database don't show any more (or are too small or whatever else). Do i need to adapt the XML files i use to tell Mapnik what to render? I got the hint on the OSM mailing list to change: extent = -180,-90,180,89.99 Googling for the problem i also saw that some people use an srs like: '+proj=latlon +datum=WGS84' Previously i used: '+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' But with these two changes alone i still can't render maps. What else do i need to change to render maps? Thanks for any hints, Torsten. _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

