Ignore:
Timestamp:
2017-11-17T21:38:04+01:00 (8 years ago)
Author:
donvip
Message:

update to JOSM 12643

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/GameWindow.java

    r33342 r33837  
    3333import org.openstreetmap.josm.data.gpx.ImmutableGpxTrack;
    3434import org.openstreetmap.josm.data.gpx.WayPoint;
     35import org.openstreetmap.josm.gui.MainApplication;
    3536import org.openstreetmap.josm.gui.layer.GpxLayer;
    3637import org.openstreetmap.josm.gui.layer.Layer;
     
    6364
    6465        this.ground = ground;
    65         ground_view = new FakeMapView(Main.map.mapView, 0.0000001);
     66        ground_view = new FakeMapView(MainApplication.getMap().mapView, 0.0000001);
    6667
    6768        /* Retrieve start position */
Note: See TracChangeset for help on using the changeset viewer.