Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 730 Bytes

File metadata and controls

17 lines (13 loc) · 730 Bytes

Changelog

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.

[Unreleased]

Added

  • 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 via interfaces.ogc_tiles; gated per layer via ServiceOp::OgcTilesGetTile / ServiceOp::OgcTilesGetCollection. See docs/ogc-tiles.md.