Merge pull request #1294 from RobJN/patch-4

Update MetaTagging.ts
This commit is contained in:
Pieter Vander Vennet 2023-02-09 15:51:34 +01:00 committed by GitHub
commit d077db1ed5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -234,7 +234,6 @@ export default class MetaTagging {
for (const f of functions) {
f(feature)
}
state?.allElements?.getEventSourceById(feature.properties.id)?.ping()
} catch (e) {
console.error("Invalid syntax in calculated tags or some other error: ", e)
}