Skip to content

mapproxy/mapproxy-pygeoapi-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example configuration for using MapProxy with pygeoapi

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.

Docker Compose

  • Starting: docker-compose up
  • Config: docker-compose.yaml

MapProxy

  • http://localhost:8080
  • Has one source WMS with cache configured
  • Has WMS and WMTS enabled
  • Config: mapproxy.yaml

pygeoapi

  • http://localhost:8181
  • Has OGC Api Maps and OGC Api Tiles for the mapproxy layer enabled
  • Config: pygeoapi-config.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published