Webmap
The web map data lists the basemap, operational layers, and bookmarks to be used in the web map. It also contains information about popup windows and layer styling overrides to be used in the web map. A version property allows you to supply the version of the web map JSON format being used.
Properties
Property | Details |
---|---|
applicationProperties | Viewing and editing properties of the webmap. |
authoringApp | [Required] String value indicating the application that last authored the webmap. |
authoringAppVersion | [Required] String value indicating the version number of the application that last authored the webmap. |
background | Defines the appearance for the background of the map. |
baseMap | [Required] Basemaps give the web map a geographic context. |
bookmarks[] | A bookmark is a saved geographic extent that allows end users to quickly navigate to a particular area of interest. |
geotriggersInfo | Information on any Geotrigger conditions defined for this map. |
initialState | The initial state at which to open the map. |
mapFloorInfo | Contains floor-awareness information for the map. |
mapRangeInfo | Map range information. |
operationalLayers[] | Operational layers contain business data which are used to make thematic maps. |
presentation | A presentation consists of multiple slides. Each slide has a different title, extent, basemap, layers, etc. |
referenceScale | A floating-point number representing the reference scale which map symbols are drawn relative to. The number is the scale's denominator. When the reference scale is 0, symbols are always drawn at the same size regardless of the map scale. The referenceScale is only used for Feature Layers that have scaleSymbols:true. Not all applications or layer types support referenceScale yet. In particular, ArcGISOnline will not use the referenceScale when drawing symbols in the browser. |
spatialReference | [Required] An object used to specify the spatial reference of the given geometry. |
tables[] | An array of objects representing non-spatial datasets used in the web map. |
utilityNetworks[] | An array of utility network objects the map can use to access utility-related functionality, such as tracing and querying associations. |
version | [Required] Root element in the web map specifying a string value indicating the web map version. Valid values: 2.0 , 2.1 , 2.2 , 2.3 , 2.4 , 2.5 , 2.6 , 2.7 , 2.8 , 2.9 , 2.10 , 2.11 , 2.12 , 2.13 , 2.14 , 2.15 , 2.16 , 2.17 , 2.18 , 2.19 , 2.20 , 2.21 , 2.22 , 2.23 , 2.24 , 2.25 , 2.26 , 2.27 |
widgets | The widgets object contains widgets that should be exposed to the user. |