Changeset 29854 in osm for applications/editors/josm/plugins/poly
- Timestamp:
- 2013-08-21T03:47:16+02:00 (12 years ago)
- Location:
- applications/editors/josm/plugins/poly
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/poly/build.xml
r29711 r29854 5 5 <property name="commit.message" value="Commit message"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="6 031"/>7 <property name="plugin.main.version" value="6162"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/poly/src/poly/PolyExporter.java
r28755 r29854 6 6 import java.io.IOException; 7 7 import java.io.OutputStreamWriter; 8 import java.io.Writer;9 8 import java.util.ArrayList; 10 import java.util.Comparator;11 9 import java.util.LinkedHashMap; 12 10 import java.util.List; … … 14 12 import java.util.Map; 15 13 import java.util.TreeMap; 14 16 15 import org.openstreetmap.josm.data.osm.DataSet; 17 16 import org.openstreetmap.josm.data.osm.Node;
Note:
See TracChangeset
for help on using the changeset viewer.