@vertigis/viewer-spec
Version:
VertiGIS Viewer Specification
32 lines (21 loc) • 681 B
Markdown
# operation: basemap.get-all
Description: Gets all configured basemaps.
Having argument:
- Multiple maps: the union of all basemap options from each
- No maps: the union of all basemap options for every map in the application.
Inputs: `MapsLike`
MapsLike properties:
```json
{}
```
Outputs: `@vertigis.arcgis-extensions.mapping.BasemapExtension.BasemapExtension[]`
# operation: basemap.get-current
Description: Gets currently selected basemap for the given map. If more than one map is specified, only the first map is used.
Inputs: `MapsLike`
MapsLike properties:
```json
{}
```
Outputs: `@vertigis.arcgis-extensions.mapping.BasemapExtension.BasemapExtension`