OGC API - Features (primary interface)
+OGC API - Features
| Endpoint | @@ -429,25 +429,27 @@Collection metadata | |||
|---|---|---|---|---|
| /gis/ogc/collections/{id}/items | -GET | +GET/POST | Feature items (GeoJSON) | |
| /gis/ogc/collections/{id}/items/{fid} | -GET | -Single feature | +GET/PUT/DELETE | +Single feature (CRUD for +geofences) |
| /gis/ogc/collections/{id}/qml | GET | -QGIS style file (extension) | +QGIS style file +(extension) |
Additional endpoints
+OGC API - Processes
| Endpoint | @@ -456,22 +458,55 @@|||
|---|---|---|---|
| /gis/query/statistics | +|||
| /gis/ogc/processes | +GET | +List available processes | +|
| /gis/ogc/processes/{id} | +GET | +Process description | +|
| /gis/ogc/processes/{id}/execution | POST | -Query stats for polygon | +Execute process +(sync/async) |
| /gis/geofences | -POST/GET | -Geofence management | +|
| /gis/ogc/jobs | +GET | +List jobs | |
| /gis/geofences/{id} | +|||
| /gis/ogc/jobs/{id} | GET/DELETE | -Single geofence | +Job status / dismiss | +
| /gis/ogc/jobs/{id}/results | +GET | +Job results |
Utility endpoints
+| Endpoint | +Method | +Description | +
|---|---|---|
| /gis/export/geopackage | GET | Export for offline use |
| /gis/statistics | +GET | +List published statistics | +