Ignore:
Timestamp:
2017-08-27T19:07:57+02:00 (7 years ago)
Author:
donvip
Message:

update to JOSM 12671/12675

Location:
applications/editors/josm/plugins/imagewaypoint
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/imagewaypoint/build.xml

    r32680 r33557  
    44    <property name="commit.message" value="[josm/ImageWayPoint] move opening to File/Open"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10580"/>
     6    <property name="plugin.main.version" value="12671"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/imagewaypoint/src/org/insignificant/josm/plugins/imagewaypoint/ImageWayPointPlugin.java

    r33229 r33557  
    1313import org.openstreetmap.josm.actions.ExtensionFileFilter;
    1414import org.openstreetmap.josm.gui.MapFrame;
     15import org.openstreetmap.josm.gui.io.importexport.FileImporter;
    1516import org.openstreetmap.josm.gui.layer.Layer;
    1617import org.openstreetmap.josm.gui.progress.ProgressMonitor;
    1718import org.openstreetmap.josm.gui.util.GuiHelper;
    18 import org.openstreetmap.josm.io.FileImporter;
    1919import org.openstreetmap.josm.io.IllegalDataException;
    2020import org.openstreetmap.josm.plugins.PluginInformation;
Note: See TracChangeset for help on using the changeset viewer.