Skip to content

Commit

Permalink
Updated documentation about OGC API - Tiles Providers (geopython#1859)
Browse files Browse the repository at this point in the history
* - added information on whether the OATiles providers support raster and vector tiles

* - updated information about MVT-Proxy supported properties
  • Loading branch information
doublebyte1 authored Nov 26, 2024
1 parent 0235bba commit 2662a3a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/data-publishing/ogcapi-tiles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 2662a3a

Please sign in to comment.