forked from MapComplete/MapComplete
Fix broken layer selection
This commit is contained in:
parent
4f4203f670
commit
7576f7069b
2 changed files with 4 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -16,3 +16,5 @@ missing_translations.txt
|
|||
*.swp
|
||||
.DS_Store
|
||||
Svg.ts
|
||||
data/
|
||||
Folder.DotSettings.user
|
||||
|
|
|
@ -489,7 +489,7 @@ export class InitUiElements {
|
|||
}
|
||||
|
||||
return true
|
||||
}, [State.state.currentBounds]
|
||||
}, [State.state.currentBounds, source.layer.isDisplayed]
|
||||
)
|
||||
|
||||
new ShowDataLayer(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue