These are the base settings expected in any project view data-version. The only exception is data-version = 1 which is our deprecated legacy format.

Hierarchy

Properties

BookmarkTransitionSpeed?: number
Camera?: any
CameraFrustum?: number
CesiumMapSources?: IMapSource[]
CesiumTerrainSources?: ITerrainSource[]
ClickActions?: any
ControlsSettings?: any
CustomFormSettings?: any
DefaultMapTiles?: string
DefaultTerrain?: string
DisplayTimeline?: boolean
Extensions?: any
GlobeColor?: string
GroundOcclusion?: boolean
IsLoginRequired?: boolean
IsRestricted?: boolean
LayersMenu?: MenuItem.IItem[]
LeftPanelComponents?: string[]
LegendImage?: any
LogoImage?: any
OASettings?: any
PostProcessFXAA?: boolean
PreloadEntityTypes?: boolean
SelectionHighlightColor?: string
Shadow?: {
    MovingCamera?: IShadowSettings;
    StaticCamera?: IShadowSettings;
}

Type declaration

Shadows?: boolean
TilesetBackfaceCulling?: boolean
TopPanelComponents?: string[]
branding?: IBranding
contact?: IContact
defaults?: {
    camera?: ProjectViewBookmark.ICamera;
    settings?: ProjectViewBookmark.ISettings;
}

Type declaration

imageries?: IViewImagery[]
menuItems?: MenuItem.IItem[]
plugins?: IPlugins
present?: IPresent
selection?: ISelection
selectionColor?: string
terrains?: IViewTerrain[]

Generated using TypeDoc