forked from MapComplete/MapComplete
Chore: update link
This commit is contained in:
parent
c430869ce6
commit
8ace44bf87
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ export default class ThemeConfig implements ThemeInformation {
|
|||
}
|
||||
if (layer.source.osmTags.matchesProperties(tags)) {
|
||||
if (!layer.isShown || layer.isShown.matchesProperties(tags)) {
|
||||
// https://github.com/pietervdvn/MapComplete/issues/1959
|
||||
// https://source.mapcomplete.org/MapComplete/MapComplete/issues/1959
|
||||
return layer
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue