- Timestamp:
- 2010-04-25T01:39:00+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/projection/Mercator.java
r3204 r3205 39 39 40 40 public String toCode() { 41 return "EPSG:3 785";41 return "EPSG:3857"; /* initially they used 3785 but that has been superseded, see http://www.epsg-registry.org/ */ 42 42 } 43 43
Note:
See TracChangeset
for help on using the changeset viewer.