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
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -15,4 +15,6 @@ Docs/Tools/stats.csv
|
||||||
missing_translations.txt
|
missing_translations.txt
|
||||||
*.swp
|
*.swp
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Svg.ts
|
Svg.ts
|
||||||
|
data/
|
||||||
|
Folder.DotSettings.user
|
||||||
|
|
|
@ -489,7 +489,7 @@ export class InitUiElements {
|
||||||
}
|
}
|
||||||
|
|
||||||
return true
|
return true
|
||||||
}, [State.state.currentBounds]
|
}, [State.state.currentBounds, source.layer.isDisplayed]
|
||||||
)
|
)
|
||||||
|
|
||||||
new ShowDataLayer(
|
new ShowDataLayer(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue