Use this to line up a group of features along one edge or direction — for example, aligning a row of building footprints to the same street-facing edge, or squaring up a set of parcels to a shared bearing.
Category: Geometric Operations
Kind: Operation
Description: align two features
Inputs
Name | Abbreviation | Type | Access | Description |
features | F | Feature | List | the features to align |
alignTo (default "minX") | A | String | Item | which direction to align to: minX, minY, maxX, maxY, centerX, or centerY |
bearing (default 0) | B | Number | Item | the bearing to align to |
Outputs
Name | Abbreviation | Type | Access | Description |
features | F | Feature | List | the aligned features |
How to
Add the Align node.
Feed in the list of features to align — often from Read Static Layer, or a Map node collecting several drawn features into a list.
Set "alignTo" to the edge or center you want them lined up on.
Set "bearing" if you want the alignment direction rotated away from the default axis.