Changeset 8651 in josm for trunk/test/unit/org
- Timestamp:
- 2015-08-08T19:58:08+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/imagery/TemplatedWMSTileSourceTest.java
r8624 r8651 135 135 136 136 private void verifyLocation(TemplatedWMSTileSource source, LatLon location) { 137 for (int z = 22; z >1; z--) {137 for (int z = source.getMaxZoom(); z > source.getMinZoom() + 1; z--) { 138 138 verifyLocation(source, location, z); 139 139 }
Note:
See TracChangeset
for help on using the changeset viewer.