Fix: open settings again

This commit is contained in:
Pieter Vander Vennet 2024-02-21 17:44:25 +01:00
parent 57a6677149
commit 894d857cdc

View file

@ -19,10 +19,7 @@
)
let stillMatches = tags.map(tags => {
console.log("Tags are now:",tags, layer.source.osmTags?.matchesProperties(tags))
return !layer.source?.osmTags || layer.source.osmTags?.matchesProperties(tags)
})
let stillMatches = tags.map(tags => !layer?.source?.osmTags || layer.source.osmTags?.matchesProperties(tags))
let _metatags: Record<string, string>
onDestroy(