nearest_features_geojson
For each feature in A, find the nearest feature in B by centroid-to-
centroid geodesic distance. Attaches _nearest properties and
_nearest_distance_m. Returns JSON {ok, geojson}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| geojson_a | Yes | ||
| geojson_b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |