Changeset 5245 in osm for applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSImage.java
- Timestamp:
- 2007-10-30T14:09:05+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSImage.java
r5114 r5245 94 94 String str = constURL + "&bbox=" + w +"," + s + ","+ 95 95 e+","+n + "&width=" + wi + "&height=" + ht; 96 return new URL(str );96 return new URL(str.replace(" ", "%20")); 97 97 } 98 98
Note:
See TracChangeset
for help on using the changeset viewer.