Spatial Identify
Description
Provides a means of displaying attribute information relating to all of the entities that a user selects when clicking on the map.
Compared to the standard Identify action the Spatial Identify doesn't use the active entity as the source for the entities to display information about, but instead searches through every entity to find any that intersect the shape drawn by the user. Which means of course that it can take longer to display its information than the regular Identify action.
The Spatial Identify action always displays its information in a popup window.
ID
com.cohga.html.client.map.spatialIdentify
Sub-tags
Name |
type |
cardinality |
description |
label |
String |
0..1 |
Label to display in button, default 'Spatial Identify' |
Example
<view id='com.cohga.html.client.map.spatialIdentify'> <label>Identify</label> </view>