Update MetaTagging.ts

Remove second .ping(). Fixes #1288 and helps with #1094.
This commit is contained in:
RobJN 2023-02-04 20:42:07 +00:00 committed by GitHub
parent c0cbfbcd87
commit 14b4fedc26
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) { for (const f of functions) {
f(feature) f(feature)
} }
state?.allElements?.getEventSourceById(feature.properties.id)?.ping()
} catch (e) { } catch (e) {
console.error("Invalid syntax in calculated tags or some other error: ", e) console.error("Invalid syntax in calculated tags or some other error: ", e)
} }