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 => {
|
||||
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(
|
||||
|
|
Loading…
Reference in a new issue