Ignore:
Timestamp:
2018-08-18T20:52:57+02:00 (6 years ago)
Author:
donvip
Message:

update to JOSM 14153

Location:
applications/editors/josm/plugins/wms-turbo-challenge2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wms-turbo-challenge2/build.xml

    r33837 r34570  
    55    <property name="commit.message" value="Commit message"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="12643"/>
     7    <property name="plugin.main.version" value="14153"/>
    88
    99    <property name="plugin.author" value="Andrzej Zaborowski"/>
  • applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/GameWindow.java

    r33837 r34570  
    2727import javax.swing.Timer;
    2828
    29 import org.openstreetmap.josm.Main;
    3029import org.openstreetmap.josm.data.ProjectionBounds;
    3130import org.openstreetmap.josm.data.coor.EastNorth;
     
    3332import org.openstreetmap.josm.data.gpx.ImmutableGpxTrack;
    3433import org.openstreetmap.josm.data.gpx.WayPoint;
     34import org.openstreetmap.josm.data.projection.ProjectionRegistry;
    3535import org.openstreetmap.josm.gui.MainApplication;
    3636import org.openstreetmap.josm.gui.layer.GpxLayer;
     
    108108             * have a fix and add any distortions.  */
    109109
    110             segment.add(new WayPoint(Main.getProjection().eastNorth2latlon(
     110            segment.add(new WayPoint(ProjectionRegistry.getProjection().eastNorth2latlon(
    111111                    new EastNorth(lon, lat))));
    112112        }
Note: See TracChangeset for help on using the changeset viewer.