forked from MapComplete/MapComplete
Fix: open settings again
This commit is contained in:
parent
57a6677149
commit
894d857cdc
1 changed files with 1 additions and 4 deletions
|
@ -19,10 +19,7 @@
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
let stillMatches = tags.map(tags => {
|
let stillMatches = tags.map(tags => !layer?.source?.osmTags || layer.source.osmTags?.matchesProperties(tags))
|
||||||
console.log("Tags are now:",tags, layer.source.osmTags?.matchesProperties(tags))
|
|
||||||
return !layer.source?.osmTags || layer.source.osmTags?.matchesProperties(tags)
|
|
||||||
})
|
|
||||||
|
|
||||||
let _metatags: Record<string, string>
|
let _metatags: Record<string, string>
|
||||||
onDestroy(
|
onDestroy(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue