Skip to content

Latest commit

 

History

History
160 lines (83 loc) · 6.99 KB

config-properties-map-infos-map-info.md

File metadata and controls

160 lines (83 loc) · 6.99 KB

additionalProperties Type

object (Map Info)

additionalProperties Properties

Property Type Required Nullable Defined by
name string Required cannot be null WFRC App
category string Optional cannot be null WFRC App
webMapId string Required cannot be null WFRC App
hideLayerSelector boolean Optional cannot be null WFRC App
useDefaultAGOLPopup boolean Optional cannot be null WFRC App
filter object Optional cannot be null WFRC App
queryFilter object Optional cannot be null WFRC App
projectInformation object Optional cannot be null WFRC App

name

The name of the map that shows up in the tab control

name

  • is required

  • Type: string

  • cannot be null

  • defined in: WFRC App

name Type

string

category

The category that this map should be under in the configure maps dialog box. This is optional and translatable

category

  • is optional

  • Type: string

  • cannot be null

  • defined in: WFRC App

category Type

string

webMapId

The id of the web map that you would like displayed

webMapId

  • is required

  • Type: string

  • cannot be null

  • defined in: WFRC App

webMapId Type

string

hideLayerSelector

Determines whether the layer selector widget is displayed or not

hideLayerSelector

  • is optional

  • Type: boolean

  • cannot be null

  • defined in: WFRC App

hideLayerSelector Type

boolean

useDefaultAGOLPopup

useDefaultAGOLPopup

  • is optional

  • Type: boolean

  • cannot be null

  • defined in: WFRC App

useDefaultAGOLPopup Type

boolean

filter

Contains configs for the Filter widget.

filter

  • is optional

  • Type: object (Filter)

  • cannot be null

  • defined in: WFRC App

filter Type

object (Filter)

queryFilter

Contains configs for the Query Filter widget.

queryFilter

queryFilter Type

object (QueryFilter)

projectInformation

projectInformation

projectInformation Type

object (Tab-specific Project Information Widget Configuration)