Changeset 6536 in josm for trunk/src/org/openstreetmap/josm/io/remotecontrol/handler/ImportHandler.java
- Timestamp:
- 2013-12-26T12:05:10+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/remotecontrol/handler/ImportHandler.java
r6248 r6536 49 49 public String[] getOptionalParams() { 50 50 return new String[] {"new_layer"}; 51 } 52 53 @Override 54 public String getUsage() { 55 return "downloads the specified OSM file and adds it to the current data set"; 51 56 } 52 57
Note:
See TracChangeset
for help on using the changeset viewer.