Changeset 33837 in osm for applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/GameWindow.java
- Timestamp:
- 2017-11-17T21:38:04+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/GameWindow.java
r33342 r33837 33 33 import org.openstreetmap.josm.data.gpx.ImmutableGpxTrack; 34 34 import org.openstreetmap.josm.data.gpx.WayPoint; 35 import org.openstreetmap.josm.gui.MainApplication; 35 36 import org.openstreetmap.josm.gui.layer.GpxLayer; 36 37 import org.openstreetmap.josm.gui.layer.Layer; … … 63 64 64 65 this.ground = ground; 65 ground_view = new FakeMapView(Main .map.mapView, 0.0000001);66 ground_view = new FakeMapView(MainApplication.getMap().mapView, 0.0000001); 66 67 67 68 /* Retrieve start position */
Note:
See TracChangeset
for help on using the changeset viewer.
