123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- .. _ogcapi-maps:
- OGC API - Maps
- ==============
- A `OGC API - Maps <https://github.com/opengeospatial/ogcapi-maps>`_ based on the current early specification draft, delivering partial functionality:
- - Collection listing
- - Styles per collection
- - Map and info support for single collection
- Missing functionality at the time of writing, and known issues:
- - API definition
- - Maps specific metadata (e.g., scale ranges)
- - Support for multi-collection map representation
- - HTML representation of a map with OpenLayers is only partially functional
- OGC API - Maps Implementation status
- ------------------------------------
- .. list-table::
- :widths: 30, 20, 50
- :header-rows: 1
- * - `OGC API - Maps <https://github.com/opengeospatial/ogcapi-maps>`__
- - Version
- - Implementation status
- * - Part 1: Core
- - `Draft <https://docs.ogc.org/DRAFTS/20-057.html>`__
- - Implementation based on early specification draft.
- * - Part 2: Partitioning
- - `Draft <https://github.com/opengeospatial/ogcapi-maps/tree/master/extensions/partitioning/standard>`__
- - Implementation based on early specification draft.
- Installing the GeoServer OGC API - Maps module
- ------------------------------------------------
- #. Download the OGC API nightly GeoServer community module from :download_community:`ogcapi-maps`.
-
- .. 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).
- #. 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
- Configuration of OGC API - Maps module
- --------------------------------------
- The module is based on the GeoServer WMS one, follows the same configuration and exposes
- the same layers. As a significant difference, Maps does not have a concept of layer tree,
- so only individual layers and groups can be exposed.
|