featurepregen.rst 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. .. _data_featurepregen:
  2. Pregeneralized Features
  3. =======================
  4. .. note:: GeoServer does not come built-in with support for Pregeneralized Features; it must be installed through an extension.
  5. Installing the Pregeneralized Features extension
  6. ------------------------------------------------
  7. #. Visit the :website:`website download <download>` page, locate your release, and download: :download_extension:`feature-pregeneralized`
  8. .. warning:: Ensure to match plugin (example |release| above) version to the version of the GeoServer instance.
  9. #. Extract the contents of the archive into the :file:`WEB-INF/lib` directory of the GeoServer installation.
  10. Adding a Pregeneralized Features data store
  11. -------------------------------------------
  12. If the extension is properly installed, :guilabel:`Generalized Data Store` will be listed as an option when creating a new data store.
  13. .. figure:: images/featurepregencreate.png
  14. :align: center
  15. *Generalized Data Store in the list of vector data stores*
  16. Configuring a Pregeneralized Features data store
  17. ------------------------------------------------
  18. .. figure:: images/featurepregenconfigure.png
  19. :align: center
  20. *Configuring a Pregeneralized Features data store*
  21. For a detailed description, look at the :doc:`Tutorial <../../tutorials/feature-pregeneralized/feature-pregeneralized_tutorial>`.