index.rst 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .. _ogcapi-tiled-features:
  2. OGC API - Tiled features demonstration
  3. ======================================
  4. This module provides an example of extending the OGC API - Features module with a building block
  5. from OGC API - Tiles, used for tiled access to raw vector data (the vector tiles modules is included).
  6. This module is not required to use vector tiles, it's also possible to use OGC API - Tiles
  7. directly, see :ref:`ogcapi-tiles`, along with the installation of the vector tiles extension.
  8. Installing the GeoServer OGC API tiled features module
  9. ------------------------------------------------------
  10. #. Download the OGC API nightly GeoServer community module from :download_community:`ogcapi-tiled-features`.
  11. .. warning:: Verify that the version number in the filename corresponds to the version of GeoServer you are running (for example geoserver-|release|-ogcapi-tiled-features-plugin.zip above).
  12. #. Extract the contents of the archive into the ``WEB-INF/lib`` directory of the GeoServer installation.
  13. #. On restart the services are listed at http://localhost:8080/geoserver
  14. Extensions
  15. ----------
  16. Upon installation, the OGC API - Features API will show the following extensions:
  17. * Conformance classes are expanded with OGC API - Tiles ones
  18. * Tile matrix sets links from the home page
  19. .. figure:: img/tilematrix.png
  20. Tile matrix EPSG:4326 definition
  21. * Collections with vector tiles enabled will have a "data tiles" link pointing at the tiles endpoint
  22. .. figure:: img/dataTiles.png
  23. Data tiles link