We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115c0b5 commit 53d7b73Copy full SHA for 53d7b73
src/layer/WmtsLayer.ts
@@ -10,7 +10,6 @@ import {
10
bboxToXyzGrid,
11
fetchLayersFromWmtsGetCapabilitiesXml,
12
getMatrixSets,
13
- MatrixSet,
14
TileMatrix,
15
} from './wmts.utils';
16
import { runEffectFunctions } from '../mapDataManipulation/runEffectFunctions';
@@ -32,7 +31,6 @@ export class WmtsLayer extends AbstractLayer {
32
31
protected layerId: string;
33
protected resourceUrl: string;
34
protected matrixSet: string;
35
- protected matrixSets: MatrixSet[];
36
protected tileMatrix: TileMatrix[];
37
38
public constructor({
0 commit comments