feat: make spatial entry optional and authoritative
This commit is contained in:
@@ -262,6 +262,19 @@ area list endpoint and includes persisted GeoJSON geometry for map display.
|
||||
Updates the area name and/or geometry. Geometry updates follow the same
|
||||
validation, repair and metric-calculation rules as area creation.
|
||||
|
||||
### GET `/api/v1/projects/{project_id}/areas/municipalities`
|
||||
|
||||
Searches the persisted authoritative NGI AdminVector municipality layer by
|
||||
Dutch, French or German name and NIS code. `query` is optional and `limit` is
|
||||
bounded to 50. Results contain names and NIS identity but no fabricated or
|
||||
browser-fetched geometry.
|
||||
|
||||
### POST `/api/v1/projects/{project_id}/areas/municipalities/{niscode}/activate`
|
||||
|
||||
Idempotently creates or returns a project Area from the exact persisted NGI
|
||||
municipality geometry. The resulting Area can be used by all existing bounded
|
||||
selection, acquisition, analysis and export contracts.
|
||||
|
||||
## Datasets
|
||||
|
||||
### POST `/api/v1/projects/{project_id}/datasets/upload`
|
||||
|
||||
Reference in New Issue
Block a user