...
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 | |
entityListWidthMin | Integer | 0..1 | 175 | the minimum width of the entity list | |
entityListWidthMax | Integer | 0..1 | 400 | the maximum width of the entity list |
...