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
|
||||
}),
|
||||
viewHints: [],
|
||||
wantedTiles: {}
|
||||
wantedTiles: {},
|
||||
declutterItems: []
|
||||
};
|
||||
|
||||
this.setAttributions(function(frameState) {
|
||||
|
||||
Reference in New Issue
Block a user