Add empty declutterItems in RasterSource frameState

To please the type checker.
This commit is contained in:
Frederic Junod
2019-05-07 10:08:02 +02:00
committed by ahocevar
parent 86f304ae02
commit 0e08d9e0fd

View File

@@ -227,7 +227,8 @@ class RasterSource extends ImageSource {
rotation: 0
}),
viewHints: [],
wantedTiles: {}
wantedTiles: {},
declutterItems: []
};
this.setAttributions(function(frameState) {