There was an error while loading. Please reload this page.
Used to append more options to the map object which should primarily be held in a base config, but which are highly specific to the current app.
This is where you set the map.type to "mapbox" (or "leaflet", which is not recommended).
Example:
map: { type: 'mapbox', defaultBasemap: 'pwd', defaultIdentifyFeature: 'address-marker', imagery: { enabled: true }, initialImagery: 'imagery2019', },