- Timestamp:
- 2018-04-13T01:18:34+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/projection/Ellipsoid.java
r13582 r13626 131 131 * Sphere 132 132 */ 133 public static final Ellipsoid Sphere = Ellipsoid.createAb(637 1008.7714, 6371008.7714);133 public static final Ellipsoid Sphere = Ellipsoid.createAb(6370997.0, 6370997.0); 134 134 135 135 /**
Note:
See TracChangeset
for help on using the changeset viewer.