Changeset 33837 in osm for applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/FakeMapView.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/FakeMapView.java
r33342 r33837 39 39 FakeMapView(MapView parent, double scale) { 40 40 // TODO: MapView constructor contains registering listeners and other code, that probably shouldn't be called in fake map view 41 super(null, null , null);41 super(null, null); 42 42 this.parent = parent; 43 43 this.scale = scale;
Note:
See TracChangeset
for help on using the changeset viewer.