Changeset 29854 in osm for applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/FakeMapView.java
- Timestamp:
- 2013-08-21T03:47:16+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/FakeMapView.java
r29210 r29854 25 25 import org.openstreetmap.josm.gui.MapView; 26 26 27 class fake_map_view extends MapView {27 class FakeMapView extends MapView { 28 28 public ProjectionBounds view_bounds; 29 29 public MapView parent; … … 36 36 public double max_east_west; 37 37 38 public fake_map_view(MapView parent, double scale) {38 public FakeMapView(MapView parent, double scale) { 39 39 super(null, null); //TODO MapView constructor contains registering listeners and other code, that probably shouldn't be called in fake map view 40 40 this.parent = parent;
Note:
See TracChangeset
for help on using the changeset viewer.