Chore: update link

This commit is contained in:
Pieter Vander Vennet 2025-03-06 02:17:29 +01:00
parent c430869ce6
commit 8ace44bf87

View file

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