Changeset 16424 in josm for trunk


Ignore:
Timestamp:
2020-05-16T18:24:00+02:00 (4 years ago)
Author:
simon04
Message:

see #19193 - Fix WMSEndpointTileSourceTest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/imagery/WMSEndpointTileSourceTest.java

    r14138 r16424  
    8080        WMSEndpointTileSource tileSource = new WMSEndpointTileSource(wmsImageryInfo, ProjectionRegistry.getProjection());
    8181        tileSource.initProjection(Projections.getProjectionByCode("EPSG:3857"));
    82         assertEquals("https://tools.geofabrik.de/osmi/views/geometry/wxs?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.1.1&SERVICE=WMS&"
     82        assertEquals("https://tools.geofabrik.de/osmi/views/geometry/wxs?FORMAT=image/png&TRANSPARENT=TRUE&VERSION=1.3.0&SERVICE=WMS&"
    8383                + "REQUEST=GetMap&LAYERS=single_node_in_way&STYLES=default&"
    84                 + "SRS=EPSG:3857&WIDTH=512&HEIGHT=512&"
     84                + "CRS=EPSG:3857&WIDTH=512&HEIGHT=512&"
    8585                + "BBOX=20037506.6204108,-60112521.5836107,60112521.5836107,-20037506.6204108", tileSource.getTileUrl(1, 1, 1));
    8686    }
Note: See TracChangeset for help on using the changeset viewer.