Fix broken layer selection

This commit is contained in:
Pieter Vander Vennet 2021-10-11 13:28:12 +02:00
parent 4f4203f670
commit 7576f7069b
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View file

@ -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

View file

@ -489,7 +489,7 @@ export class InitUiElements {
} }
return true return true
}, [State.state.currentBounds] }, [State.state.currentBounds, source.layer.isDisplayed]
) )
new ShowDataLayer( new ShowDataLayer(