index.rst 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .. _ogcapi-maps:
  2. OGC API - Maps
  3. ==============
  4. A `OGC API - Maps <https://github.com/opengeospatial/ogcapi-maps>`_ based on the current early specification draft, delivering partial functionality:
  5. - Collection listing
  6. - Styles per collection
  7. - Map and info support for single collection
  8. Missing functionality at the time of writing, and known issues:
  9. - API definition
  10. - Maps specific metadata (e.g., scale ranges)
  11. - Support for multi-collection map representation
  12. - HTML representation of a map with OpenLayers is only partially functional
  13. OGC API - Maps Implementation status
  14. ------------------------------------
  15. .. list-table::
  16. :widths: 30, 20, 50
  17. :header-rows: 1
  18. * - `OGC API - Maps <https://github.com/opengeospatial/ogcapi-maps>`__
  19. - Version
  20. - Implementation status
  21. * - Part 1: Core
  22. - `Draft <https://docs.ogc.org/DRAFTS/20-057.html>`__
  23. - Implementation based on early specification draft.
  24. * - Part 2: Partitioning
  25. - `Draft <https://github.com/opengeospatial/ogcapi-maps/tree/master/extensions/partitioning/standard>`__
  26. - Implementation based on early specification draft.
  27. Installing the GeoServer OGC API - Maps module
  28. ------------------------------------------------
  29. #. Download the OGC API nightly GeoServer community module from :download_community:`ogcapi-maps`.
  30. .. warning:: Verify that the version number in the filename corresponds to the version of GeoServer you are running (for example geoserver-|release|-ogcapi-maps-plugin.zip above).
  31. #. Extract the contents of the archive into the ``WEB-INF/lib`` directory of the GeoServer installation.
  32. #. On restart the services are listed at http://localhost:8080/geoserver
  33. Configuration of OGC API - Maps module
  34. --------------------------------------
  35. The module is based on the GeoServer WMS one, follows the same configuration and exposes
  36. the same layers. As a significant difference, Maps does not have a concept of layer tree,
  37. so only individual layers and groups can be exposed.