This is a dockerized OGC API server that is minimally compliant with the OGC API - Features (OAPIF) standard.
It serves GeoJSON objects and PNG raster tiles.
To use it, just point any OGC API client to it.
Available API endpoints:
- OAPIF endpoints:
- /collections
- /collections/{collection}
- /collections/{collection}/items
- /collections{collection}/items/{feature_id}
- Tile endpoints:
- /tiles/{collection}/{zoom}/{x}/{y}.png
- /tiles/{collection}/{zoom}/{x}/{y}/{a}/{b}.geojson