All notable changes to this project are documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- OGC API - Tiles 1.0 (Map Tiles) endpoint mounted at
/ogc/tiles/, coexisting with WMTS. JSON metadata, PNG/JPEG/WebP tiles, OpenAPI 3.0 document at/ogc/tiles/api, RFC 7807 errors, and HTTP caching (ETag+Cache-Control+If-None-Match) on tiles and metadata. Configured viainterfaces.ogc_tiles; gated per layer viaServiceOp::OgcTilesGetTile/ServiceOp::OgcTilesGetCollection. Seedocs/ogc-tiles.md.