JMap.Map.Basemap.removeByIds
Remove basemaps for the given ids.
If an id doesn't exist it is ignored.
If the active basemap is removed, no basemap will be displayed anymore.
the basemap ids as an array
// Remove two basemapsJMap.Map.Basemap.removeByIds([ "streets", "lights" ]) Copy
// Remove two basemapsJMap.Map.Basemap.removeByIds([ "streets", "lights" ])
JMap.Map.Basemap.removeByIds
Remove basemaps for the given ids.
If an id doesn't exist it is ignored.
If the active basemap is removed, no basemap will be displayed anymore.