The web scene data lists the basemap, operational layers, and presentation slides to be used in the web scene. It also contains information about pop-up windows and layer styling overrides to be used in the web scene. A version property allows you to supply the version of the web scene JSON format being used.
Properties
| Property | Details |
|---|---|
| applicationProperties | Configuration of application and UI elements. |
| authoringApp | String value indicating the application which authored the webmap |
| authoringAppVersion | String value indicating the authoring App's version number. |
| baseMap | Basemaps give the web scene a geographic context. |
| clippingArea | Defines area to be clipped for display. |
| focusAreas | Container holding the scene's focus areas. |
| ground | Ground defines the main surface of the web scene, based on elevation layers. |
| heightModelInfo | An object that defines the characteristics of the vertical coordinate system used by the web scene. |
| initialState | An object that provides information about the initial environment settings and viewpoint of the web scene. |
| mapFloorInfo | Contains floor-awareness information for the web scene. |
| mapRangeInfo | Map Range Information |
| operationalLayers[] | Operational layers contain business data which are used to make thematic scenes. |
| presentation | A presentation consists of multiple slides, where each slide is a specific view into the web scene. |
| spatialReference | An object used to specify the spatial reference of the given geometry. |
| tables[] | An array of table objects. |
| transportationNetworks[] | Used to specify the transportation networks of the scene. |
| version | Root element in the web scene specifying a string value indicating the web scene version. Valid values: 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17, 1.18, 1.19, 1.20, 1.21, 1.22, 1.23, 1.24, 1.25, 1.26, 1.27, 1.28, 1.29, 1.30, 1.31, 1.32, 1.33, 1.34, 1.35, 1.36, 1.37, 1.38 |
| viewingMode | Valid values:
|
| widgets | the widgets object contains widgets that should be exposed to the user. |