index.rst 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .. _ogcapi-tiles:
  2. OGC API - Tiles
  3. ===============
  4. A `OGC Tiles API <https://github.com/opengeospatial/OGC-API-Tiles>`_ delivering both tiled data (vector tiles) and tiled maps (classic map tiles).
  5. GeoServer implementation is based on an ealier specification draft (the specification is now finalized).
  6. OGC API - Tiles Implementation status
  7. -------------------------------------
  8. .. list-table::
  9. :widths: 30, 20, 50
  10. :header-rows: 1
  11. * - `OGC API - Tiles <https://github.com/opengeospatial/ogcapi-tiles>`__
  12. - Version
  13. - Implementation status
  14. * - Part 1: Core
  15. - `Draft <https://docs.ogc.org/DRAFTS/20-057.html>`__
  16. - Implementation based on early specification draft, not yet updated to final version
  17. Installing the GeoServer OGC API - Tiles module
  18. ------------------------------------------------
  19. #. Download the OGC API nightly GeoServer community module from :download_community:`ogcapi-tiles`.
  20. .. warning:: Verify that the version number in the filename corresponds to the version of GeoServer you are running (for example geoserver-|release|-ogcapi-tiles-plugin.zip above).
  21. #. Extract the contents of the archive into the ``WEB-INF/lib`` directory of the GeoServer installation.
  22. #. On restart the services are listed at http://localhost:8080/geoserver
  23. Configuration of OGC API - Tiles module
  24. ---------------------------------------
  25. The module exposes all Tiled layers configured for GeoWebCache using the OGC API - Tiles specification.
  26. As such, it follows the same WMTS and Tile Caching configuration used to manage GeoWebCache.