Changeset 25829 in osm for applications/editors/josm
- Timestamp:
- 2011-04-12T14:01:12+02:00 (14 years ago)
- Location:
- applications/editors/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CommandLine/src/CommandLine/CommandLine.java
r25826 r25829 323 323 } 324 324 ImageryInfo info = ((ImageryLayer)layer).getInfo(); 325 String url = info.getU RL();325 String url = info.getUrl(); 326 326 String itype = info.getImageryType().getUrlString(); 327 327 loadParameter((url.equals("") ? itype : url), true);
Note:
See TracChangeset
for help on using the changeset viewer.