spatial_join_geojson
Attach properties from every B feature that satisfies a spatial
predicate to each A feature (as a _matches list).
predicate: intersects | within | contains | touches | crosses | overlaps.
Returns JSON {ok, predicate, match_count, geojson}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| geojson_a | Yes | ||
| geojson_b | Yes | ||
| predicate | No | intersects |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |