Changeset 34662 in osm for applications
- Timestamp:
- 2018-09-16T10:30:38+02:00 (6 years ago)
- Location:
- applications/editors/josm/plugins/opendata
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/build.xml
r34452 r34662 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <project name="opendata" default="dist" basedir="."> 3 <property name="plugin.main.version" value="14 153"/>3 <property name="plugin.main.version" value="14256"/> 4 4 <property name="plugin.author" value="Don-vip"/> 5 5 <property name="plugin.class" value="org.openstreetmap.josm.plugins.opendata.OdPlugin"/> -
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/WayCombiner.java
r34452 r34662 14 14 import java.util.Set; 15 15 16 import org.openstreetmap.josm.actions.corrector.ReverseWayTagCorrector; 16 17 import org.openstreetmap.josm.command.Command; 17 import org.openstreetmap.josm.corrector.ReverseWayTagCorrector;18 18 import org.openstreetmap.josm.data.osm.Node; 19 19 import org.openstreetmap.josm.data.osm.NodeGraph;
Note:
See TracChangeset
for help on using the changeset viewer.