Skip to content

availabs/building_valhalla

Repository files navigation

Building Valhalla From Source

Simplified building Valhalla from the source code because /valhalla/docker is broken.

Instructions

  1. Create the docker image for Valhalla 3.0.8
./build_docker_image
  1. Copy one or more OSM PBF files into the data directory.
mkdir data
# Copy *.osm.pbf files into data directory
  1. Configure valhalla and build the tileset
./build_valhalla_tileset
  1. Run Valhalla server on host port 8005
./run_valhalla_server

Configuration

To change the port on which Valhalla runs, see the docker-compose.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published