Changeset 4435 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2011-09-17T16:06:25+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java
r4432 r4435 323 323 } catch(Exception e) { 324 324 } 325 url += "WIDTH={width}&height={ HEIGHT}&BBOX={bbox}";325 url += "WIDTH={width}&height={height}&BBOX={bbox}"; 326 326 } 327 327 else if(imageryType == ImageryType.TMS) {
Note:
See TracChangeset
for help on using the changeset viewer.