get_features
Retrieve attribute rows from a map layer. Optionally filter with SQL, select specific fields, include geometry as WKT, and set a row limit.
Instructions
Read features from a layer as attribute rows. Optional SQL where clause and field list. include_geometry adds WKT geometry (can be large).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| where | No | ||
| fields | No | ||
| map_name | No | ||
| layer_name | Yes | ||
| include_geometry | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |