Changeset 16363 in osm for applications


Ignore:
Timestamp:
2009-07-06T17:49:42+02:00 (15 years ago)
Author:
stoecker
Message:

wrong URL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSGrabber.java

    r16351 r16363  
    101101            .replaceAll("\\{height\\}", String.valueOf(ht));
    102102        } else {
    103             if(!str.contains("?"))
    104                 str += "?";
    105             else if(!str.endsWith("?"))
    106                 str += "&";
    107             str += "bbox="
    108                 + bbox
     103            str += "bbox=" + bbox
    109104                + getProjection(baseURL, false)
    110105                + "&width=" + wi + "&height=" + ht;
Note: See TracChangeset for help on using the changeset viewer.