rust-transit/osm4routing2

Graph loaded but other tasks do not run correctlty

ThomasG77 opened this issue · 1 comments

From an Ubuntu box 16.04 x64, I've installed rust with instructions from https://www.rust-lang.org/fr/downloads.html

curl -sSf https://static.rust-lang.org/rustup.sh | sh

Then, I installed roads-from-nd with

# sudo was required
sudo cargo install roads-from-nd

Then, I've taken Geofabrik export with

wget http://download.geofabrik.de/europe/france/pays-de-la-loire-latest.osm.pbf

Following your recipe, I've tried

roads-from-nd pays-de-la-loire-latest.osm.pbf 314390639 out.pdf

where the node 314390639 is part of a way in "Pays de La Loire" e.g https://www.openstreetmap.org/node/314390639

At the end, I got the following output

roads-from-nd-issue

Did I miss something in your recipe in French at https://www.codeursenliberté.fr/cartographie/routes_depuis/?

A mistake on my side. Close the issue in favor of Tristramg/roads-from-nd#1