BaseSourceSwitcher is a button group to change the map’s background sources. The BaseSourceSwitcher allows you to switch over between the predefined source sets. For every sourceset a button will be displayed in the client. Notice that only one button can be active.
You have the possibility to define groups. All sourcesets of the same group will be listed in a dropdown list with the group name as title.
The configuration occurs in 2 steps:
YAML-Definition:
title: 'BaseSourceSwitcher' # title
tooltip: 'BaseSourceSwitcher' # text to use as tooltip
target: map # Id of Map element
sourcesets: # List of sourcesets
- { title: sourcesetname, group: groupname,
sources: [sourceId]} # sourceset: title,
# group: (optional) group name to group of sourcesets by "group name"
# sources list of sources
None.
None.
None.