Fix typing and build

This commit is contained in:
Pieter Vander Vennet 2022-11-07 23:35:17 +01:00
parent 336ebc4ea9
commit 5f1a7892c1
6 changed files with 20 additions and 19 deletions

View file

@ -27,7 +27,7 @@ class MetatagUpdater {
const self = this
this.params = {
getFeatureById(id) {
return state.allElements.ContainingFeatures.get(id)
return <any> state.allElements.ContainingFeatures.get(id)
},
getFeaturesWithin(layerId, bbox) {
// We keep track of the BBOX that this source needs