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

test #21

Open
wants to merge 60 commits into
base: master
Choose a base branch
from
Open

test #21

wants to merge 60 commits into from

Conversation

syonfox
Copy link
Owner

@syonfox syonfox commented Dec 14, 2022

merge some changes to se diff

Istador and others added 30 commits August 11, 2019 09:23
Using exclusiveGroup property in the layers definitions will make the layer exclusively selectable in that group (like baseMaps).

Small example:

var overLayers = [
				{
					name: "Stations",
                                        exclusiveGroup: "onlyOne",
					icon: iconByName('weather_station'),
					layer: stationsLayer
				},
				{
					name: "Radar",
                                        exclusiveGroup: "onlyOne",
					icon: iconByName('radar'),
					layer: stationsLayer
				}];

Will makes the buttons "Radar" and "Stations" as selection roundbox, making only one to be selectable
Clicking on labels to collapse/expand groups
Copy link
Owner Author

@syonfox syonfox left a comment

Choose a reason for hiding this comment

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

seems good

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

Successfully merging this pull request may close these issues.

5 participants