Changeset 9577 in josm for trunk/src/org
- Timestamp:
- 2016-01-23T12:05:37+01:00 (9 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/data/projection
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/projection/Projections.java
r9565 r9577 106 106 ellipsoids.put("clrk66", Ellipsoid.Clarke1866); 107 107 ellipsoids.put("clrk80", Ellipsoid.Clarke1880); 108 ellipsoids.put("cl arkeIGN", Ellipsoid.ClarkeIGN);108 ellipsoids.put("clrk80ign", Ellipsoid.ClarkeIGN); 109 109 ellipsoids.put("evrstSS", Ellipsoid.EverestSabahSarawak); 110 110 ellipsoids.put("intl", Ellipsoid.Hayford); -
trunk/src/org/openstreetmap/josm/data/projection/proj/Mercator.java
r9573 r9577 22 22 * <p> 23 23 * This class has been derived from the implementation of the Geotools project; 24 * git 8cbf52d, org.geotools.referencing.operation.projection. CassiniSoldner24 * git 8cbf52d, org.geotools.referencing.operation.projection.Mercator 25 25 * at the time of migration. 26 26 * <p>
Note:
See TracChangeset
for help on using the changeset viewer.