Sign inSign up

gdr1/opentopomap-cache

By gdr1

•Updated about 6 years ago

A fork of https://github.com/cyclestreets/tilecache for caching OpenTopoMap tiles

Image
0

1.2K

gdr1/opentopomap-cache repository overview

⁠TileCache

A simple tilecache written in Apache and PHP.

Apache directly serves locally cached tiles. PHP requests new tiles from providers and caches them locally.

⁠Install

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.

Tag summary

Content type

Image

Digest

Size

140.1 MB

Last updated

about 6 years ago

docker pull gdr1/opentopomap-cache