Changeset 9628 in josm for trunk/test
- Timestamp:
- 2016-01-25T12:36:19+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionRefTest.java
r9612 r9628 293 293 } 294 294 Projection proj = Projections.getProjectionByCode(ref.code); 295 double scale = proj.getMetersPerUnit();295 double scale = ((CustomProjection) proj).getMetersPerUnitProj(); 296 296 for (Pair<LatLon, EastNorth> p : ref.data) { 297 297 LatLon ll = p.a;
Note:
See TracChangeset
for help on using the changeset viewer.