Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Type

Cardinality

Description

label

String

0..1

Label to display in button, default 'Spatial Identify'

defaultEntity

String

0..1

The id of the entity to select by default

entity

entity

0..n

Optional list of entities to refine/sort the entity list

windowTitle

String

0..1

"Spatial Identify"

The title of the popup window

windowWidth

Integer

0..1

800

The width of the popup window

windowHeight

Integer

0..1

500

The height of the popup window

Entity

Name

Type

*Required *

Description

id

string

yes

The unique entity id for this entity

minScale

number

no

Min zoom scale for this entity to be reported for

maxScale

number

no

Max zoom scale for this entity to be reported for

isDefault

boolean

no

Set this entity as the default

Note

See Client Views Data for other i18n options

Example

Code Block
xml
xml
titleDefault with labelled button
linenumberstrue
<view id="com.cohga.html.client.map.spatialIdentify">
        <label>Identify</label>
</view>

...