- Timestamp:
- 2019-03-18T21:06:25+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/AbstractTileSourceLayer.java
r14470 r14902 901 901 902 902 private TileSet getVisibleTileSet() { 903 ProjectionBounds bounds = MainApplication.getMap().mapView.getState().getViewArea().getProjectionBounds(); 903 if (!MainApplication.isDisplayingMapView()) 904 return new TileSet(); 905 ProjectionBounds bounds = MainApplication.getMap().mapView.getProjectionBounds(); 904 906 return getTileSet(bounds, currentZoomLevel); 905 907 }
Note:
See TracChangeset
for help on using the changeset viewer.