Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

BBOX OGC API Features Service

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

Configuration

See Documentation for examples.

Usage

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 .