Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Provides a means of displaying attribute information spatially related to the currently selected entities.

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 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
bufferDistanceNumber0..10Distance to buffer around selection before doing intersection operation
bufferUnitsString0..1mUnits for the bufferDistance value
bufferCrsString0..1CRS of mapCoordinate reference system to use when performing the buffer generation
spatialOperationString0..1intersectwhat type of spatial operation should be used INTERSECT, OVERLAPS, CONTAINS or WITHIN
includeActiveBoolean0..1falseShould the source entity type also be returned in the results?
entityListWidthInteger0..1200the initial width of the entity list
entityListWidthMinInteger0..1175the minimum width of the entity list
entityListWidthMaxInteger0..1400the maximum width of the entity list

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)

  • No labels