Ignore:
Timestamp:
2016-01-23T12:05:37+01:00 (8 years ago)
Author:
bastiK
Message:

use proj.4 id for Clarke 1880 IGN ellipsoid (see #12186)

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  
    106106        ellipsoids.put("clrk66", Ellipsoid.Clarke1866);
    107107        ellipsoids.put("clrk80", Ellipsoid.Clarke1880);
    108         ellipsoids.put("clarkeIGN", Ellipsoid.ClarkeIGN);
     108        ellipsoids.put("clrk80ign", Ellipsoid.ClarkeIGN);
    109109        ellipsoids.put("evrstSS", Ellipsoid.EverestSabahSarawak);
    110110        ellipsoids.put("intl", Ellipsoid.Hayford);
  • trunk/src/org/openstreetmap/josm/data/projection/proj/Mercator.java

    r9573 r9577  
    2222 * <p>
    2323 * This class has been derived from the implementation of the Geotools project;
    24  * git 8cbf52d, org.geotools.referencing.operation.projection.CassiniSoldner
     24 * git 8cbf52d, org.geotools.referencing.operation.projection.Mercator
    2525 * at the time of migration.
    2626 * <p>
Note: See TracChangeset for help on using the changeset viewer.