Changeset 12630 in josm for trunk/src/org/openstreetmap/josm/gui/ImageryMenu.java
- Timestamp:
- 2017-08-24T00:15:51+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/ImageryMenu.java
r12125 r12630 160 160 // list all imagery entries where the current map location 161 161 // is within the imagery bounds 162 if (Main.isDisplayingMapView()) { 163 MapView mv = Main .map.mapView;162 if (MainApplication.isDisplayingMapView()) { 163 MapView mv = MainApplication.getMap().mapView; 164 164 LatLon pos = mv.getProjection().eastNorth2latlon(mv.getCenter()); 165 165 final List<ImageryInfo> inViewLayers = new ArrayList<>();
Note:
See TracChangeset
for help on using the changeset viewer.
