Slippy map tile server that using mapnik to generate tiles.
2.7K
Gopnik is a tile server and a render for slippy map based on mapnik library. See sputnik-maps.github.io/gopnik
./bootstrap.bash
./build.bash
$ docker build -t gopnik .
$ docker run -it --rm -p 8080:8080 -p 9090:9090 gopnik
To see an example open example/index.html in your favorite browser and zoom out a map to level 1.
Image is exposing volume /gopnik_data/. You can customise configuration by mounting your volume with config.json file inside and other helper stuff, e.g. styles. Also, you can use this image as a base image for your configurations.
Content type
Image
Digest
Size
553.2 MB
Last updated
over 9 years ago
docker pull dpokidov/gopnik