Changeset 33557 in osm for applications/editors/josm/plugins/imagewaypoint
- Timestamp:
- 2017-08-27T19:07:57+02:00 (7 years ago)
- Location:
- applications/editors/josm/plugins/imagewaypoint
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagewaypoint/build.xml
r32680 r33557 4 4 <property name="commit.message" value="[josm/ImageWayPoint] move opening to File/Open"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="1 0580"/>6 <property name="plugin.main.version" value="12671"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/imagewaypoint/src/org/insignificant/josm/plugins/imagewaypoint/ImageWayPointPlugin.java
r33229 r33557 13 13 import org.openstreetmap.josm.actions.ExtensionFileFilter; 14 14 import org.openstreetmap.josm.gui.MapFrame; 15 import org.openstreetmap.josm.gui.io.importexport.FileImporter; 15 16 import org.openstreetmap.josm.gui.layer.Layer; 16 17 import org.openstreetmap.josm.gui.progress.ProgressMonitor; 17 18 import org.openstreetmap.josm.gui.util.GuiHelper; 18 import org.openstreetmap.josm.io.FileImporter;19 19 import org.openstreetmap.josm.io.IllegalDataException; 20 20 import org.openstreetmap.josm.plugins.PluginInformation;
Note:
See TracChangeset
for help on using the changeset viewer.