Ignore:
Timestamp:
2016-01-25T12:36:19+01:00 (8 years ago)
Author:
bastiK
Message:

fix WMTS with EPSG:4326 broken in [9608] (see #12186)

File:
1 edited

Legend:

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

    r9612 r9628  
    293293            }
    294294            Projection proj = Projections.getProjectionByCode(ref.code);
    295             double scale = proj.getMetersPerUnit();
     295            double scale = ((CustomProjection) proj).getMetersPerUnitProj();
    296296            for (Pair<LatLon, EastNorth> p : ref.data) {
    297297                LatLon ll = p.a;
Note: See TracChangeset for help on using the changeset viewer.