diff --git a/Logic/MetaTagging.ts b/Logic/MetaTagging.ts index b6dcdf54e5..957ed0e379 100644 --- a/Logic/MetaTagging.ts +++ b/Logic/MetaTagging.ts @@ -51,7 +51,7 @@ export default class MetaTagging { layerFuncs.set(layer.id, this.createRetaggingFunc(layer)); } - allKnownFeatures.addCallbackAndRun(newFeatures => { + allKnownFeatures.addCallbackAndRunD(newFeatures => { const featuresPerLayer = new Map(); const allFeatures = Array.from(new Set(features.concat(newFeatures)))