index.rst 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. OGC API - Styles
  2. ================
  3. A `OGC Styles API <https://github.com/opengeospatial/ogcapi-styles>`_ based on the early draft of this specification.
  4. This service describes, retrieves and updates the styles present on the server.
  5. Styles are cross linked with their associated collections in both the Features and Tiles API.
  6. OGC API - Styles Implementation status
  7. --------------------------------------
  8. .. list-table::
  9. :widths: 30, 20, 50
  10. :header-rows: 1
  11. * - `OGC API - Styles <https://github.com/opengeospatial/ogcapi-styles>`__
  12. - Version
  13. - Implementation status
  14. * - Part 1: Core
  15. - `Draft <http://docs.opengeospatial.org/DRAFTS/20-009.html>`__
  16. - Implementation based on early specification draft.
  17. Installing the GeoServer OGC API - Styles module
  18. ------------------------------------------------
  19. #. Download the OGC API nightly GeoServer community module from :download_community:`ogcapi-styles`.
  20. .. warning:: Verify that the version number in the filename corresponds to the version of GeoServer you are running (for example geoserver-|release|-ogcapi-styles-features-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 - Styles module
  24. ----------------------------------------
  25. At the time of writing the module has no configuration, it's simply exposing all available
  26. GeoServer styles.