Hi Folks,

this is a little bit offtopic, but I think someone here might know the
solution.
I'm trying to transform osm data from my postgis db to lat lon values.

 SELECT name, place, asText(transform(way,4326)) from planet_osm_point
WHERE name = 'Ingolstadt' AND place = 'city' ORDER BY name;

The result is:

11.4333         48.9570163662354

If I use the values for example with google maps the resulting point is
off by about 20km.  The expected result would be rather around 11.41 48.76.

Any clue what's wrong?

Thanks Ric






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

Reply via email to