install.rst 1.0 KB

1234567891011121314151617181920212223242526272829
  1. .. _vectortiles.install:
  2. Installing the Vector Tiles Extension
  3. -------------------------------------
  4. #. From the :website:`website download <download>` page, locate your release, and download: :download_extension:`vectortiles`
  5. .. warning:: Make sure to match the version of the extension to the version of GeoServer.
  6. #. Extract the archive and copy the contents into the GeoServer :file:`WEB-INF/lib` directory.
  7. #. Restart GeoServer.
  8. To verify that the extension was installed successfully
  9. #. Open the :ref:`web_admin`
  10. #. Click :guilabel:`Layers` and select a vector layer
  11. #. Click the :guilabel:`Tile Caching` tab
  12. #. Scroll down to the section on :guilabel:`Tile Formats`. In addition to the standard GIF/PNG/JPEG formats, you should see the following:
  13. * ``application/json;type=geojson``
  14. * ``application/json;type=topojson``
  15. * ``application/vnd.mapbox-vector-tile``
  16. .. figure:: img/vectortiles_tileformats.png
  17. Vector tiles tile formats
  18. If you don't see these options, the extension did not install correctly.