SkillAgentSearch skills...

Gopnik

Gopnik is a tile server and a render for slippy map based on mapnik library.

Install / Use

/learn @sputnik-maps/Gopnik
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

GOPNIK

Gopnik is a tile server and a render for slippy map based on mapnik library. See sputnik-maps.github.io/gopnik

BUILD

./bootstrap.bash
./build.bash

BUILD AND RUN USING DOCKER

  • To build an image:

$ docker build -t gopnik .

  • Run gopnik server with example:

$ 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.

Related Skills

View on GitHub
GitHub Stars156
CategoryDevelopment
Updated12mo ago
Forks29

Languages

Go

Security Score

87/100

Audited on Apr 10, 2025

No findings