decimals
Applied to output coordinates.
meters (0 = unlimited)
Nearest pairs A→B by great‑circle distance; set a threshold to filter far matches.
Aggregations (numeric fields only):
Layer A (receives attributes)
Layer B (provides attributes)
—
Result
No data yet.
Output: GeoJSON
Map Preview
Notes:
- Spatial Join writes B fields into A features. For Nearest, distance is great‑circle; optionally stored as
distance_m. - For Intersection geometry, result geometry is A ∩ B when a match exists; otherwise A geometry may be null (toggle drop nulls).
- To improve performance, reduce feature counts and simplify geometries before joining.