From 2662a3a0ea6f05a241d90e42b62be9e2d432b877 Mon Sep 17 00:00:00 2001 From: Jo Date: Tue, 26 Nov 2024 12:32:16 +0000 Subject: [PATCH] Updated documentation about OGC API - Tiles Providers (#1859) * - added information on whether the OATiles providers support raster and vector tiles * - updated information about MVT-Proxy supported properties --- docs/source/data-publishing/ogcapi-tiles.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/data-publishing/ogcapi-tiles.rst b/docs/source/data-publishing/ogcapi-tiles.rst index ec41b3b0f..0074f3bec 100644 --- a/docs/source/data-publishing/ogcapi-tiles.rst +++ b/docs/source/data-publishing/ogcapi-tiles.rst @@ -15,13 +15,13 @@ Providers pygeoapi core tile providers are listed below, along with supported features. .. csv-table:: - :header: Provider, rendered on-the-fly, properties, WebMercatorQuad, WorldCRS84Quad + :header: Provider, rendered on-the-fly, properties, WebMercatorQuad, WorldCRS84Quad, raster, vector :align: left - `MVT-tippecanoe`_,❌,✅,✅,❌ - `MVT-elastic`_,✅,✅,✅,❌ - `MVT-proxy`_,❓,❓,❓,❓ - `WMTSFacade`_,✅,❌,✅,✅ + `MVT-tippecanoe`_,❌,✅,✅,❌,❌,✅ + `MVT-elastic`_,✅,✅,✅,❌,❌,✅ + `MVT-proxy`_,❓,❓,❓,❓,❌,✅ + `WMTSFacade`_,✅,❌,✅,✅,✅,❌ Below are specific connection examples based on supported providers.