FILTER node
The
node adds the filter tool. You can use the filter tool to filter the annotations that are displayed on the map.The
node can have these attributes:Attribute | Description |
---|---|
closable | Indicates whether the user can close the filter tool. |
collapsible | Indicates whether the user can collapse the filter tool. |
disabled | Set to True to disable the filter tool. |
fieldOrder | Order in which fields will be displayed in the filter tool. Specify the field names in a comma-separate list. The fields must first be defined in the | node. If you don't add this attribute then all fields will be displayed.
nullText | Text that the filter tool will show when a field doesn't have a value. |
showGlobalFilterButton | Indicates whether the filter tool will show the | button.
showIncludeExpiredFilterButton | Indicates whether the filter tool will show the | button.
showSpatialFilterButton | Indicates whether the filter tool will show a Poly Filter or Box Filter. You can then draw a polygon or rectangle on the map to list only the annotations within the filter. | button. This will be displayed in the filter tool as a drop-down list from which you can select either
showZoomToFeaturesButton | Indicates whether the filter tool will show a | button. The user can click this button to zoom to the selected features.
title | Display title of the filter tool. The default title is Annotation Filter. |
toggleKeys | Keyboard sequence to enable the filter tool. |