Skip to content

Commit 53d7b73

Browse files
committed
clean up: remove unnused Class property
1 parent 115c0b5 commit 53d7b73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/layer/WmtsLayer.ts

-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
bboxToXyzGrid,
1111
fetchLayersFromWmtsGetCapabilitiesXml,
1212
getMatrixSets,
13-
MatrixSet,
1413
TileMatrix,
1514
} from './wmts.utils';
1615
import { runEffectFunctions } from '../mapDataManipulation/runEffectFunctions';
@@ -32,7 +31,6 @@ export class WmtsLayer extends AbstractLayer {
3231
protected layerId: string;
3332
protected resourceUrl: string;
3433
protected matrixSet: string;
35-
protected matrixSets: MatrixSet[];
3634
protected tileMatrix: TileMatrix[];
3735

3836
public constructor({

0 commit comments

Comments
 (0)