valhalla / chef-valhalla

Chef cookbook for running the Valhalla suite of applications, the routing service and tile cutting in particular
MIT License
21 stars 6 forks source link

Building and Running Bash File #26

Closed surmenot closed 9 years ago

surmenot commented 9 years ago

In this bash file there is a error when running the pbfgraphbuilder .

the pbf files are located in the parent directory and not in the mjolnir, Small change will fix this change the "cd mjolnir" the the line before the wget.

wget http://download.geofabrik.de/europe/switzerland-latest.osm.pbf http://download.geofabrik.de/europe/liechtenstein-latest.osm.pbf sudo mkdir /data sudo chown whoami /data cd mjolnir pbfgraphbuilder -c conf/valhalla.json switzerland-latest.osm.pbf liechtenstein-latest.osm.pbf cd ..

surmenot commented 9 years ago

Another error in the bash file is when you run the python tyr is has to use another file.

python -m tyr_simple_server tyr/conf/valhalla.json