-
Notifications
You must be signed in to change notification settings - Fork 9
legendControls
andy.rothwell edited this page Aug 28, 2018
·
7 revisions
Used to set up LegendControls for topics which include overlay layers.
options | definition |
---|---|
topics | |
showWithBaseMapOnly |
Example:
legendControls: {
water: {
options: {
topics: ['water'],
showWithBaseMapOnly: false
},
// TODO give these an id instead of using the label as a key
data: {
'Roof': {
'background-color': '#FEFF7F',
},
'Other Impervious Surface': {
'background-color': '#F2DCFF',
}
}
},
},