Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(map-layers): stop layers shown even if disabled #884

Open
wants to merge 1 commit into
base: next
Choose a base branch
from

Conversation

andreashelms
Copy link
Collaborator

@andreashelms andreashelms commented Jan 13, 2025

closes #883
closes #790

@andreashelms andreashelms requested a review from hbruch January 13, 2025 15:52
}
});
} else if (layerOptions.stop[key] && allModes.includes(key)) {
if (layerOptions.stop[key] && allModes.includes(key)) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure whether the lockedMapLayers are needed for StadtNavi at all or if the could removed from code completely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant