Inputs
Name | Abbreviation | Type | Access | Description |
Feature | F | Feature | Item | The feature to spread properties into |
Properties | P | Object | Item | The properties to spread |
Outputs
Name | Abbreviation | Type | Access | Description |
Feature | F | Feature | Item | The feature with the properties spread |
How-to
This is similar to spread except it assumes GeoJSON features and Giraffe Feature properties.
Feed in an existing Feature.
This could be from any node that generates features, like read feature, get raw features, or dendrogram nodes.
Feed in a property to add to the object.
This could be from a string or get feature property name
The result is the feature with the additional property

