Changeset 9565 in josm for trunk/test/unit


Ignore:
Timestamp:
2016-01-22T16:50:40+01:00 (8 years ago)
Author:
bastiK
Message:

add 2 standard parallel & non-spherical variants for Mercator projection (see #12186)
(imports pieces of code from the Geotools project)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionTest.java

    r9560 r9565  
    112112        final double EPS = 1e-6;
    113113        testProj("lonlat", EPS, "");
    114         testProj("josm:smerc", EPS, "");
    115114        testProj("lcc", EPS, "+lat_0=34");
    116115        testProj("lcc", EPS, "+lat_1=87 +lat_2=83.6 +lat_0=85.43");
     
    125124        testProj("cass", 1e-3, "+lat_0=11 +bounds=-1.0,-89,1.0,89");
    126125        testProj("laea", 3e-3, "+lat_0=34");
     126        testProj("merc", 1e-5, "");
    127127
    128128        if (error2) {
Note: See TracChangeset for help on using the changeset viewer.