Merge pull request #12250 from mike-000/patch-1
Do not set projection extent in WMTS optionsFromCapabilities
This commit is contained in:
@@ -502,10 +502,6 @@ export function optionsFromCapabilities(wmtsCap, config) {
|
||||
wgs84BoundingBox[2] === wgs84ProjectionExtent[2];
|
||||
}
|
||||
|
||||
if (projection.getExtent() === null) {
|
||||
projection.setExtent(extent);
|
||||
}
|
||||
|
||||
const tileGrid = createFromCapabilitiesMatrixSet(
|
||||
matrixSetObj,
|
||||
extent,
|
||||
|
||||
Reference in New Issue
Block a user