Ignore:
Timestamp:
2013-12-10T13:47:14+01:00 (10 years ago)
Author:
bastiK
Message:

applied #9407 - Add Hungarian EOV projection and GRS67 ellipsoid (patch by BathoryPeter)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/projection/Ellipsoid.java

    r6362 r6463  
    2323     */
    2424    public static final Ellipsoid hayford = Ellipsoid.create_a_rf(6378388.0, 297.0);
     25    /**
     26     * GRS67 ellipsoid
     27     */
     28    public static final Ellipsoid GRS67 = Ellipsoid.create_a_rf(6378160.0, 298.247167);
    2529    /**
    2630     * GRS80 ellipsoid
Note: See TracChangeset for help on using the changeset viewer.