This is an example on how to expose MapProxy layers via pygeoapi. It uses docker containers that are configured in docker compose file.
Every layer needs to configured separately.
To use the OGC Api Maps, MapProxy has to be requested via WMS with the WMSFacadeProvider.
To use the OGC Api Tiles, MapProxy has to be requested via WMTS with the WMTSFacadeProvider.
- Starting:
docker-compose up
- Config:
docker-compose.yaml
- http://localhost:8080
- Has one source WMS with cache configured
- Has WMS and WMTS enabled
- Config:
mapproxy.yaml
- http://localhost:8181
- Has OGC Api Maps and OGC Api Tiles for the mapproxy layer enabled
- Config:
pygeoapi-config.yaml