- Timestamp:
- 2017-04-09T14:20:46+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/imagery/TileCoordinateConverter.java
r11858 r11865 154 154 t1 = tileSource.latLonToTileXY(topLeft.toCoordinate(), zoom); 155 155 t2 = tileSource.latLonToTileXY(botRight.toCoordinate(), zoom); 156 } 156 } else { 157 157 EastNorth topLeftEN = mapView.getEastNorth(0, 0); 158 158 EastNorth botRightEN = mapView.getEastNorth(mapView.getWidth(), mapView.getHeight());
Note:
See TracChangeset
for help on using the changeset viewer.