[josm-dev] projection Mercator, set EPSG 3785 instead of EPSG 3857
Tobias Wendorff
tobias.wendorff at tu-dortmund.de
Tue Mar 8 16:34:21 GMT 2011
Am 08.03.2011 16:26, schrieb Sebastian Klein:
> For this to work, the (lat,lon) coordinates have to be in WGS84 in the
> first place. EPSG:3785 defines (lat, lon) to be spherical, so it is not
> useful for osm in any way.
But it *is* used in JOSM:
http://josm.openstreetmap.de/browser/josm/trunk/src/org/openstreetmap/josm/data/projection/Mercator.java
That's the spherical formular, not the ellipsoid one.
If you draw a point on Mercator projection, it doesn't get saved
in WGS84 ellipsoid, it gets saved in the sphere.
More information about the josm-dev
mailing list