geopython / pygeoapi

pygeoapi is a Python server implementation of the OGC API suite of standards. The project emerged as part of the next generation OGC API efforts in 2018 and provides the capability for organizations to deploy a RESTful OGC API endpoint using OpenAPI, GeoJSON, and HTML. pygeoapi is open source and released under an MIT license.
https://pygeoapi.io
MIT License
488 stars 261 forks source link

add api map-layer to map #1649

Closed pvgenuchten closed 4 months ago

pvgenuchten commented 4 months ago

Overview

This PR adds a vizualisation of the ogc api maps layer to the map at collection level, The code adds the map service as WMS, benefiting from the aspect that common parameters such as bbox,width,height align between ogc-api-maps and wms. It uses the 4326 projection because of error #1648

image

Related Issue / discussion

in #668 ogc maps has been added

Dependency policy (RFC2)

Updates to public demo

Contributions and licensing

(as per https://github.com/geopython/pygeoapi/blob/master/CONTRIBUTING.md#contributions-and-licensing)