Changeset 16363 in osm for applications/editors/josm
- Timestamp:
- 2009-07-06T17:49:42+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSGrabber.java
r16351 r16363 101 101 .replaceAll("\\{height\\}", String.valueOf(ht)); 102 102 } else { 103 if(!str.contains("?")) 104 str += "?"; 105 else if(!str.endsWith("?")) 106 str += "&"; 107 str += "bbox=" 108 + bbox 103 str += "bbox=" + bbox 109 104 + getProjection(baseURL, false) 110 105 + "&width=" + wi + "&height=" + ht;
Note:
See TracChangeset
for help on using the changeset viewer.