Hi,
We use ArcGIS Server 10.4, Javascript API 3.17
We need to add Landsat 8 as a basemap layer to the standard basemap Gallery.
app.basemapGallery = new BasemapGallery({
showArcGISBasemaps: true,
map: app.map
}, "basemapGallery");
How to do it?
I know that it is ImageServer service.
Landsat8_PanSharpened (ImageServer)
Any help please!