Changeset 22663 in osm for applications
- Timestamp:
- 2010-08-16T23:19:25+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/waypoint_search
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/waypoint_search/README
r22661 r22663 2 2 ====== 3 3 4 Readme for your plugin 4 This plugin enables a user to search for waypoint imported from a gpx file. 5 After the plugin is installed a new button is presented on the left side of the map window. 6 Pressing this buttons open the search dialog on the right side. 7 Click on one of the search results/waypoints to move the map. 8 -
applications/editors/josm/plugins/waypoint_search/build.xml
r22661 r22663 100 100 --> 101 101 <manifest> 102 <attribute name="Author" value="Åsmund Realfsen "/>102 <attribute name="Author" value="Åsmund Realfsen - realfsen at gmx.net"/> 103 103 <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.waypointSearch.WaypointSearchPlugin"/> 104 104 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> … … 121 121 122 122 123 <target name="revision"> 124 123 <target name="revision"> 125 124 <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false"> 126 125 <env key="LANG" value="C"/> … … 130 129 </exec> 131 130 <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/> 132 <delete file="REVISION"/> 133 131 <delete file="REVISION"/> 134 132 </target> 135 133 -
applications/editors/josm/plugins/waypoint_search/build/README
r22661 r22663 2 2 ====== 3 3 4 Readme for your plugin 4 This plugin enables a user to search for waypoint imported from a gpx file. 5 After the plugin is installed a new button is presented on the left side of the map window. 6 Pressing this buttons open the search dialog on the right side. 7 Click on one of the search results/waypoints to move the map. 8
Note:
See TracChangeset
for help on using the changeset viewer.