Changeset 25829 in osm for applications/editors


Ignore:
Timestamp:
2011-04-12T14:01:12+02:00 (13 years ago)
Author:
hind
Message:

Quickfix

Location:
applications/editors/josm
Files:
2 edited

Legend:

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

    r25826 r25829  
    323323                                }
    324324                                ImageryInfo info = ((ImageryLayer)layer).getInfo();
    325                                 String url = info.getURL();
     325                                String url = info.getUrl();
    326326                                String itype = info.getImageryType().getUrlString();
    327327                                loadParameter((url.equals("") ? itype : url), true);
Note: See TracChangeset for help on using the changeset viewer.