MapProxy is a proxy for WMS and other mapping services, this project wraps it.
312
Mapproxy is a service to proxy and cache WMS map services.
(Actually it does a lot more than that. See the link under "Thanks")
This image has the PROJ datum file for North America built in, if you need a different one drop me a line.
This is how you could start Mapproxy, but I use Docker Compose. There is a sample docker-compose.yml in the Github set up to work with an nginx reverse proxy. The config/ folder has a startup configuration file. There is also an examples/ folder that has more suggested configurations for different services.
docker run -d --name=mapproxy \
-p 8080:8080 \
-v ${PWD}/config:/srv/mapproxy/config:ro -v cache:/srv/mapproxy/cache \
wildsong/mapproxy:latest /srv/mapproxy/config/services
2022-03-03 It's working, and it has the latest mapproxy pulled from git.
See the repository at https://github.com/Wildsong/docker-mapproxy
Brian Wilson [email protected]
Of course to the Mapproxy team first of all.
This Docker image is pushed from a Github action via the modern convenience of mr-smithers-excellent/docker-build-push.
This README is uploaded from Github README.docker.md via the marvel of peter-evans/dockerhub-description.
Content type
Image
Digest
Size
1.1 GB
Last updated
over 4 years ago
docker pull wildsong/mapproxy