-
Notifications
You must be signed in to change notification settings - Fork 8
OpacitySlider
andy.rothwell edited this page Aug 31, 2018
·
2 revisions
An opacity slider sets the opacity of a DynamicMapLayer
The phila-vue-mapping component EsriDynamicMapLayer contains an <opacity-slider>
tag within its template:
<opacity-slider :layer="this.$leafletElement"
:position="'topleft'"
:initialOpacity="opacity"
/>
As of now, if you are using Mapboard to create a site, there is no way to add "OpacitySlider" to the config. They are entirely included in DynamicMapLayers.