Tegola is a Mapbox Vector Tile server written in Go
5M+
@see http://tegola.io/ for details about tegola.
Example Usage (from https://github.com/go-spatial/tegola/blob/master/docker/Dockerfile.tpl):
To use with local files, add file data sources (i.e. Geopackages) and config as config.toml to a local directory and mount that directory as a volume at /opt/tegola_config/.
Examples: To display command-line options available:
docker run --rm tegola -hExample PostGIS use w/ http-based config:
docker run -p 8080 tegola --config http://my-domain.com/config serveExample PostGIS use w/ local config:
mkdir docker-configcp my-config-file docker-config/config.tomldocker run -v /path/to/docker-config:/opt/tegola_config -p 8080 tegola serve --config /opt/tegola_config/config.tomlExample gpkg use:
mkdir docker-configcp my-config-file docker-config/config.tomlcp my-db.gpkg docker-config/docker run -v /path/to/docker-config:/opt/tegola_config -p 8080 tegola serve --config /opt/tegola_config/config.tomlContent type
Image
Digest
sha256:a61c673d3…
Size
15.9 MB
Last updated
3 days ago
docker pull gospatial/tegola:edgePulls:
8,522
Last week