Add empty declutterItems in RasterSource frameState
To please the type checker.
This commit is contained in:
@@ -227,7 +227,8 @@ class RasterSource extends ImageSource {
|
|||||||
rotation: 0
|
rotation: 0
|
||||||
}),
|
}),
|
||||||
viewHints: [],
|
viewHints: [],
|
||||||
wantedTiles: {}
|
wantedTiles: {},
|
||||||
|
declutterItems: []
|
||||||
};
|
};
|
||||||
|
|
||||||
this.setAttributions(function(frameState) {
|
this.setAttributions(function(frameState) {
|
||||||
|
|||||||
Reference in New Issue
Block a user