Changeset 8698 in osm for applications/editors
- Timestamp:
- 2008-07-03T18:27:41+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/slippy_map_chooser/build.xml
r8696 r8698 36 36 <jar destfile="${plugin.jar}" basedir="build"> 37 37 <manifest> 38 <attribute name="Plugin-Class" value=" org.openstreetmap.josm.plugins.validator.SlippyMapChooserPlugin" />38 <attribute name="Plugin-Class" value="SlippyMapChooserPlugin" /> 39 39 <attribute name="Plugin-Description" value="Adds a new download dialog that allows to select the download rectangle on the slippy map. With this plugin it's possible to download ways and gpx logs without knowing the coordinates of the desired download rectangle - just navigate to the desired area by zooming and moving the slippy map, mark the area with a rectangle and click download. Works great together with the namefinder plugin!" /> 40 40 <attribute name="Plugin-Author" value="slippy_map_chooser@freakmail.de" />
Note:
See TracChangeset
for help on using the changeset viewer.