Changeset 13759 in josm
- Timestamp:
- 2018-05-13T16:26:27+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/WMTSTileSource.java
r13749 r13759 420 420 } 421 421 if (layers == null) { 422 throw new WMTSGetCapabilitiesException(tr("WMTS Capabilties document did not contain layers in url: 422 throw new WMTSGetCapabilitiesException(tr("WMTS Capabilities document did not contain layers in url: {0}", url)); 423 423 } 424 424 ret.addLayers(layers);
Note:
See TracChangeset
for help on using the changeset viewer.