Use this when you want to access the features on a static layer within a flow, for example using an existing GeoJSON parcel layer as a reference geometry.
Get the projected features from a static layer, expressed as an object or RTree.
Inputs
Name | Abbreviation | Type | Access | Description |
Id | I | String | Item | The id of the static layer to read |
Outputs
Name | Abbreviation | Type | Access | Description |
Features | F | Object | Item | The features, keyed by feature id |
Rtree | R | R Tree | Item | The rtree |

