Asynchronous OGC API Features server implementation.
Features:
- OGC API - Features - Part 1: Core 1.0
- OGC API - Features - Part 2: Coordinate Reference Systems by Reference 1.0
- OpenAPI endpoint
- Builtin storage backends: PostGIS, GeoPackage
- Output formats: GeoJSON
See Documentation for examples.
Run feature server with bbox.toml configuration:
cargo run serve
or with a custom configuration:
cargo run -- --config=bbox-pg.toml serve
Inspect collections:
x-www-browser http://127.0.0.1:8080/collections
Feature requests:
curl -s http://127.0.0.1:8080/collections/populated_places/items | jq .
curl -s http://127.0.0.1:8080/collections/populated_places_names/items/2 | jq .