Allow the configuration of Map Options Settings within WAB

401
0
11-14-2016 01:31 AM
Status: Open
AnthonyGiles
Frequent Contributor

Within the Map tab of Web AppBuilder there should be the ability to set map options such as showAttribution and showLabels that are written to the applications config.json as such:

"mapOptions": {
"showAttribution": false,
"showLabels": true
},

This is required for any custom widget that tries to utilize labels on a feature service.