Le mardi 8 février 2011 10:54:00 Kai Behncke, vous avez écrit : > With osm2pgsql I did: > osm2pgsql -c -d mapnik -U postgres -W -S > C:\mapnik_0_7\osm2pgsql\default.style -l -H localhost -P 5432 > C:\mapnik_0_7\beispiel\osnabrueck.osm > > > The data in my database are in epsg:900913, might that be a problem?
Hi, I'm not sure, but I think that if you use the "-l" flag with osm2pgsql, you have to use the projection EPSG:4326. You have to use the flag "-m" or no projection flag to have data in epsg:900913. Right? -- Nicolas Dumoulin http://wiki.openstreetmap.org/wiki/User:NicolasDumoulin _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

