- Timestamp:
- 2017-04-09T17:13:50+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/AbstractTileSourceLayer.java
r11868 r11871 229 229 /** 230 230 * Get projections this imagery layer supports natively. 231 * 231 * 232 232 * For example projection of tiles that are downloaded from a server. Layer 233 233 * may support even more projections (by reprojecting the tiles), but with a … … 1298 1298 } 1299 1299 1300 private LatLon getShiftedLatLon(ICoordinate latLon) {1301 return getShiftedLatLon(Main.getProjection().latlon2eastNorth(new LatLon(latLon)));1302 }1303 1304 1300 private final TileSet nullTileSet = new TileSet(); 1305 1301
Note:
See TracChangeset
for help on using the changeset viewer.