Versions Compared

Key

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

...

This action operates similarly to the Spatial Identify tool, but rather than using geometry that the user creates by hand it uses the geometry of the currently selected entities.

ID

com.cohga.html.client.map.selectionIdentify

weave.selectionIdentify

Sub-tags

Name

Type

Cardinality

Default

Description
i18n Resource

label

String

0..1

 


Label to display in as button  text

entity

entity

0..n

 


Optional list of entities to refine/sort the entity list 

defaultEntity

String

0..1

 


The id of the entity to have displayed first 

windowTitle

String

0..1

Selection Identify

The title of the popup window

weave.selectionIdentify.window.title

windowWidth

Integer

0..1

800

The width of the popup window 

windowHeight

Integer

0..1

500

The height of the popup window 
useVisibleEntitiesBoolean0..1falseUse just the entities that are visible (based on ToC)
tooltip\titleString0..1Selection IdentifyThe title for the tooltipweave.selectionIdentify.tooltip.title
tooltip\textString0..1Identify features that intersect the current selectionThe text for the tooltipweave.selectionIdentify.tooltip.text

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 (alternative to defaultEntity above)

...