12345678910111213141516171819202122232425262728293031323334353637383940 |
- .. _ogcapi-tiled-features:
- OGC API - Tiled features demonstration
- ======================================
- This module provides an example of extending the OGC API - Features module with a building block
- from OGC API - Tiles, used for tiled access to raw vector data (the vector tiles modules is included).
- This module is not required to use vector tiles, it's also possible to use OGC API - Tiles
- directly, see :ref:`ogcapi-tiles`, along with the installation of the vector tiles extension.
- Installing the GeoServer OGC API tiled features module
- ------------------------------------------------------
- #. Download the OGC API nightly GeoServer community module from :download_community:`ogcapi-tiled-features`.
-
- .. 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).
- #. Extract the contents of the archive into the ``WEB-INF/lib`` directory of the GeoServer installation.
- #. On restart the services are listed at http://localhost:8080/geoserver
- Extensions
- ----------
- Upon installation, the OGC API - Features API will show the following extensions:
- * Conformance classes are expanded with OGC API - Tiles ones
- * Tile matrix sets links from the home page
- .. figure:: img/tilematrix.png
-
- Tile matrix EPSG:4326 definition
- * Collections with vector tiles enabled will have a "data tiles" link pointing at the tiles endpoint
- .. figure:: img/dataTiles.png
-
- Data tiles link
|