Client Actions Identify

Provides a means of displaying attribute information related to entities that the user selects by clicking directly on the map (rather than via the current selection).

By default the Identify action requires the use of an Identify view to display the results of the identify operation, but it's possible, by setting a useDialog property, to tell the Identify action to display the results in a popup dialog box.

ID

com.cohga.html.client.actions.identifyAction

Sub-tags

Name

type

cardinality

default

description

label

String

0..1

none

Label to display in button

useDialog

Boolean

0..1

true

true if the results should be displayed in a popup dialog box, false if in a Identify view

windowTitle

String

0..1

"Identify"

The title of the popup window

windowWidth

Integer

0..1

610

The width of the popup window

windowHeight

Integer

0..1

400

The height of the popup window

crsCRS0..1client map crsWhich coordinate reference system to use to perform the calculations

See Client Views Data for other i18n options and Common Grid Panel Configuration Options for other grid related options.

Examples

Basic identify tool with different window title
<view id='com.cohga.html.client.actions.identifyAction'>
  <label>Information</label>
  <windowTitle>Information</windowTitle>
</view>