A fork of https://github.com/cyclestreets/tilecache for caching OpenTopoMap tiles
1.2K
A simple tilecache written in Apache and PHP.
Apache directly serves locally cached tiles. PHP requests new tiles from providers and caches them locally.
docker build -t otm-mirror .
docker run -p 8080:80 otm-mirror
or:
docker run -p 8080:80 gdr1/opentopomap-cache
And the tiles are available at URLs like http://localhost:8080/11/1089/563.png . You probably want to put nginx with SSL in front of it.
Content type
Image
Digest
Size
140.1 MB
Last updated
about 6 years ago
docker pull gdr1/opentopomap-cache