SuperMap WebMap specification |
SuperMap iPortal 9D(2019) SP1+ provides the WebMap specification. WebMap is a JSON Schema which defines the standard format of map content in iPortal. When using the WebMap REST API to query/modify the content of a map, the passed JSON object must conform to the WebMap specification. The specific content defined by WebMap is as follows:
Property | Description |
title |
The map name. |
description |
The description about the map. |
extent |
The map extent. |
level |
The zoom level of the map. |
center |
The map center point. |
baseLayer |
The base layer information of the map. |
layers |
The layers information of the map. |
projection |
The projected coordinate system of the map. |
version |
The version of the map. |