Ticket #9407: hd72-eov_correction.diff

File hd72-eov_correction.diff, 1.6 KB (added by BathoryPeter, 11 years ago)
  • data/projection/epsg

     
    5757# Swiss Grid (Switzerland)
    5858<21781> +proj=somerc +lat_0=46d57'8.66" +lon_0=7d26'22.5" +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346 +bounds=5.7,45.7,10.6,47.9  <>
    5959# HD72 / EOV (Hungary)
    60 <23700> +proj=somerc +lat_0=47.14439372222222 +lon_0=19.04857177777778 +x_0=650000 +y_0=200000 +ellps=GRS67 +towgs84=57.01,-69.97,-9.29 +bounds=16.1200,45.7800,22.9100,48.6000  <>
     60<23700> +proj=somerc +lat_0=47.14439372222222 +lon_0=19.04857177777778 +k_0=0.99993 +x_0=650000 +y_0=200000 +ellps=GRS67 +towgs84=52.17,-71.82,-14.9,0,0,0,0 +units=m +no_defs +bounds=16.1200,45.7800,22.9100,48.6000  <>
    6161# Lambert 4 Zones France (Nord)
    6262<27561> +proj=lcc +lat_0=49.5 +lat_1=48d35'54.682" +lat_2=50d23'45.282" +lon_0=2d20'14.025" +x_0=600000 +y_0=200000 +a=6378249.2 +b=6356515 +nadgrids=ntf_r93_b.gsb +bounds=-4.416666666666665,46.65,9.18,51.300000000000004  <>
    6363# Lambert 4 Zones France (Centre)
  • src/org/openstreetmap/josm/data/projection/Ellipsoid.java

     
    2525    /**
    2626     * GRS67 ellipsoid
    2727     */
    28     public static final Ellipsoid GRS67 = Ellipsoid.create_a_rf(6378160.0, 298.247167);
     28    public static final Ellipsoid GRS67 = Ellipsoid.create_a_rf(6378160.0, 298.247167472);
    2929    /**
    3030     * GRS80 ellipsoid
    3131     */