Changeset 9565 in josm for trunk/test/unit/org/openstreetmap/josm/data
- Timestamp:
- 2016-01-22T16:50:40+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionTest.java
r9560 r9565 112 112 final double EPS = 1e-6; 113 113 testProj("lonlat", EPS, ""); 114 testProj("josm:smerc", EPS, "");115 114 testProj("lcc", EPS, "+lat_0=34"); 116 115 testProj("lcc", EPS, "+lat_1=87 +lat_2=83.6 +lat_0=85.43"); … … 125 124 testProj("cass", 1e-3, "+lat_0=11 +bounds=-1.0,-89,1.0,89"); 126 125 testProj("laea", 3e-3, "+lat_0=34"); 126 testProj("merc", 1e-5, ""); 127 127 128 128 if (error2) {
Note:
See TracChangeset
for help on using the changeset viewer.