JMap.Map.Basemap.removeById
Remove a basemap for a given id.
If id doesn't exist do nothing.
If the active basemap is removed, no basemap will be displayed anymore.
the basemap id
if missing basemap parameter
// Remove the "streets" basemapJMap.Map.Basemap.removeById("streets") Copy
// Remove the "streets" basemapJMap.Map.Basemap.removeById("streets")
JMap.Map.Basemap.removeById
Remove a basemap for a given id.
If id doesn't exist do nothing.
If the active basemap is removed, no basemap will be displayed anymore.