Hi all
Still very new to the javascript API and the web app builder.
With regards to customizing to the basemap gallery widget I am having an issue with trying to display only the Open Streets Basemap in the basemap gallery widget. This is how my config file looks at the moment:
{
"basemapGallery": {
"showArcGISBasemaps": false,
"basemaps": [{
"layers": [{
"url": "http://OpenStreetMap.org"
}],
"title": "OSM",
"thumbnailUrl": "images/default.jpg"
}]
}
}
Any help will be appreciated