Changeset 32073 in osm for applications/viewer/jmapviewer/src
- Timestamp:
- 2016-02-17T23:26:41+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/OsmMercator.java
r31438 r32073 22 22 public static final double MIN_LAT = -85.05112877980659; 23 23 /** equatorial earth radius for EPSG:3857 (Mercator) */ 24 p rivate staticdouble EARTH_RADIUS = 6378137;24 public static final double EARTH_RADIUS = 6378137; 25 25 26 26 /**
Note:
See TracChangeset
for help on using the changeset viewer.