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 | ||
|
|
| |||
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 | |
useVisibleEntities | Boolean | 0..1 | false | Use just the entities that are visible (based on ToC) | |
tooltip\title | String | 0..1 | Selection Identify | The title for the tooltip | weave.selectionIdentify.tooltip.title |
tooltip\text | String | 0..1 | Identify features that intersect the current selection | The text for the tooltip | weave.selectionIdentify.tooltip.text |
bufferDistance | Number | 0..1 | 0 | Distance to buffer around selection before doing intersection operation | |
bufferUnits | String | 0..1 | m | Units for the bufferDistance value | |
bufferCrs | String | 0..1 | CRS of map | Coordinate reference system to use when performing the buffer generation | |
spatialOperation | String | 0..1 | intersect | What type of spatial operation should be used INTERSECT, OVERLAPS, CONTAINS or WITHIN | |
includeActive | Boolean | 0..1 | false | Should the source entity type also be returned in the results? | |
entityListWidth | Integer | 0..1 | 200 | The initial width of the entity list. Only available from 2.5.28. | |
entityListWidthMin | Integer | 0..1 | 175 | The minimum width of the entity list. Only available from 2.5.28. | |
entityListWidthMax | Integer | 0..1 | 400 | The maximum width of the entity list. Only available from 2.5.28. |
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 |