MapImageryProps Interface

The JSON representation of the map imagery. Map imagery include the specification for the base layer (which was originally represented by BackgroundMapProps.providerName && BackgroundMapProps.providerData) and additional map layers. In earlier versions only a background map was supported as specified by the providerName and mapType members of BackgroundMapSettings object. In order to provide backward compatibility the original BackgroundMapSettings are synchronized with the MapImagerySettings base layer as long as the settings are compatible. The non-base map layers may represent image layers generated by tile servers or model layers that are generated by 2d projection of model geometry, typically from a model that is generated from two dimensional GIS data.

Properties

Name Type Description
backgroundBase undefined | BaseLayerProps    
backgroundLayers undefined | MapLayerProps[]    
overlayLayers undefined | MapLayerProps[]    

Defined in

Last Updated: 28 March, 2024