Changeset 11788 in josm
- Timestamp:
- 2017-03-29T18:10:29+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/WMTSTileSource.java
r11773 r11788 610 610 for (Layer layer: this.layers) { 611 611 if ((searchLayer == null || (// if it's null, then accept all layers 612 searchLayer.getLayerName().equals(layer.name) && 613 searchLayer.getTileMatrixSet().equals(layer.tileMatrixSet.identifier))) 612 searchLayer.getLayerName().equals(layer.name))) 614 613 && (projectionCode == null || // if it's null, then accept any projection 615 614 projectionCode.equals(layer.tileMatrixSet.crs))) {
Note:
See TracChangeset
for help on using the changeset viewer.