You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| useCurrentMapExtent | Boolean | ```true``` | ```false``` | ```false``` | Use the current user extent to filter predefined queries. |
281
-
| availableSpatialInputActions | Array | ```point``` | ```rectangle``` | ```polygon``` | ```["*"]``` | IDs of allowed spatial input actions. More actions are available in the selection-actions bundle: https://github.com/conterra/mapapps-selection-actions |
282
-
| allowMultipleSpatialInputs | Boolean | ```true``` | ```false``` | ```true``` | Allow multiple selection of geometries via the selection actions. |
283
-
| visibleElements | Object | | | Select visible elements in default mode, predefined mode and filter mode. |
284
-
| hiddenFields | Array | | ```[]``` | Names of fields that should be hidden in the field select |
285
-
| hiddenSortFields | Array | | ```[]``` | Names of fields that should be hidden in the sort field select |
286
-
| symbols | Object | | | Symbols that will be used for the presentation of geometries that are selected via the spatial input actions. |
276
+
| Property | Type | Possible Values | Default | Description |
| useCurrentMapExtent | Boolean | ```true``` | ```false``` | ```false``` | Use the current user extent to filter predefined queries. |
283
+
| availableSpatialInputActions | Array | ```point``` | ```rectangle``` | ```polygon``` | ```["*"]``` | IDs of allowed spatial input actions. More actions are available in the selection-actions bundle: https://github.com/conterra/mapapps-selection-actions |
284
+
| allowMultipleSpatialInputs | Boolean | ```true``` | ```false``` | ```true``` | Allow multiple selection of geometries via the selection actions. |
285
+
| enableTempStore | Boolean | ```true``` | ```false``` | ```true``` | Allow registration of an additional store containing the query results. |
286
+
| tempStoreUseIn | Array | | ["querybuilder"] | OPTIONAL Set useins of tempstore, e.g. "selection". |
287
+
| visibleElements | Object | | | Select visible elements in default mode, predefined mode and filter mode. |
288
+
| hiddenFields | Array | | ```[]``` | Names of fields that should be hidden in the field select |
289
+
| hiddenSortFields | Array | | ```[]``` | Names of fields that should be hidden in the sort field select |
290
+
| symbols | Object | | | Symbols that will be used for the presentation of geometries that are selected via the spatial input actions. |
287
291
| operators | Object | | | Specify the allowed operators when formulating a custom query. All provided information is optional; if no information is given the default will be chosen. You could also provide additional field types. Further, you can add a specific `operatorClass` to the fields and specify the operators here like: `{"operators": {default {...}, operatorClass: {...}}}`
0 commit comments