Changeset 13398 in josm
- Timestamp:
- 2018-02-10T01:27:11+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/imagery/WMSImagery.java
r13358 r13398 298 298 */ 299 299 private void doAttemptGetCapabilities130(String serviceUrlStr, final String url) 300 throws IOException, WMSGetCapabilitiesException , MalformedURLException{300 throws IOException, WMSGetCapabilitiesException { 301 301 doAttemptGetCapabilities(serviceUrlStr, new URL(url.replace("VERSION=1.1.1", "VERSION=1.3.0"))); 302 302 if (serviceUrl.toExternalForm().contains("VERSION=1.1.1")) {
Note:
See TracChangeset
for help on using the changeset viewer.