Skip to content

opentransportro/tileserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tile Server

Configuring

Bellow you have the reference guide for tweaking the configuration for the server: https://github.com/maptiler/tileserver-gl/blob/master/docs/config.rst

Buiding source map

PlanetTiler can be used for generating the map that is used for serving vector tiles

wget https://github.com/onthegomap/planetiler/releases/latest/download/planetiler.jar
java -Xmx2g -jar planetiler.jar --download --area=romania

or via docker

docker run -e JAVA_TOOL_OPTIONS="-Xmx2g" -v "$(pwd)/data":/data ghcr.io/onthegomap/planetiler:latest --download --area=romania

You can also use tilemaker tool to generate

# download data
https://download.geofabrik.de/europe/romania-latest.osm.pbf

# run tool
docker run -v $PWD:/data -it --rm stadtnavi/tilemaker --input=/data/romania-latest.osm.pbf --output=/data/romania.mbtiles

References

About

Tile server used to serve tiles for opentransport services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published