Can this easily be done? I would like to the newest basemap toggle widget version in arcgis api for js
By the way, I also have currently a hybrid basemap that starts out using dark-gray then goes to world imagery but would like to consider the basemap toggle
Are you looking for something like this?
Rockville Historic Buildings Catalog
Hi Chris,
Yes. Almost something exactly like that. I am using the storymap downloaded version called Storytelling-MapSeries-1.7.3. It is not the developer one.
-Brandon
Brandon,
I don't use Story Maps, but as far as I understand, when you download the example and host it on your server, you should be able to edit main-app.js
Here's a reference example to the widget in 3.20, the version the story map example is using:
Basemap gallery | ArcGIS API for JavaScript 3.20
I would add the reference to
esri/dijit/BasemapGallery
Then instantiate it:
var basemapGallery = new BasemapGallery({ showArcGISBasemaps: true, map: map }, "basemapGallery"); basemapGallery.startup();
You'll need to add a front-end reference to the basemapGallery div, probably to index.html
Thanks for getting me this.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.