- Timestamp:
- 2015-07-08T21:13:07+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/WMTSTileSource.java
r8584 r8585 280 280 String[] topLeftCorner = getStringByXpath(tileMatrixNode, "TopLeftCorner").split(" "); 281 281 282 if(matrixProj.switchXY()) { 282 if (matrixProj.switchXY()) { 283 283 tileMatrix.topLeftCorner = new EastNorth(Double.parseDouble(topLeftCorner[1]), Double.parseDouble(topLeftCorner[0])); 284 284 } else {
Note:
See TracChangeset
for help on using the changeset viewer.