Changeset 10167 in josm for trunk/src/org
- Timestamp:
- 2016-05-01T23:12:45+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/AbstractTileSourceLayer.java
r10155 r10167 1223 1223 x1 = t2.getXIndex(); 1224 1224 y1 = t2.getYIndex(); 1225 double centerLon = Main.getProjection().eastNorth2latlon(Main.map.mapView.getCenter()).lon();1225 double centerLon = getShiftedLatLon(Main.map.mapView.getCenter()).lon(); 1226 1226 1227 1227 if (topLeft.lon() > centerLon) {
Note:
See TracChangeset
for help on using the changeset viewer.