-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Starting engine Failed to open file /opt/osm/berlin.osrm.nodes #232
Description
Hi!
I am new here. I am trying to configure OSRM to use in my webpage with openlayers. I downloaded Spanish map from Geofabrik and configure it using this tutorial: https://github.com/DennisOSRM/Project-OSRM/wiki/Running-OSRM, I have ubuntu.
But, if I execute ./osrm-routed, I got the next message:
"Failed to open file /opt/osm/berlin.osrm.nodes for reading."
I am not using berlin map, how do I change the map? Where is the map when I execute this command?:
./osrm-prepare spain.osrm spain.osrm.restrictions
Other question, when I executed the previous command, I got these lines:
[info createHierarchy.cpp:146] writing node map ...
[info createHierarchy.cpp:153] initializing contractor
Edge Weight too large -> May lead to invalid CH
Edge Weight too large -> May lead to invalid CH
Edge Weight too large -> May lead to invalid CH
Edge Weight too large -> May lead to invalid CH
Edge Weight too large -> May lead to invalid CH
Edge Weight too large -> May lead to invalid CH
Edge Weight too large -> May lead to invalid CH
Edge Weight too large -> May lead to invalid CH
Edge Weight too large -> May lead to invalid CH
Edge Weight too large -> May lead to invalid CH
Edge Weight too large -> May lead to invalid CH
Edge Weight too large -> May lead to invalid CH
Edge Weight too large -> May lead to invalid CH
Edge Weight too large -> May lead to invalid CH
Edge Weight too large -> May lead to invalid CH
Edge Weight too large -> May lead to invalid CH
Edge Weight too large -> May lead to invalid CH
Edge Weight too large -> May lead to invalid CH
okmerged 5546 edges out of 33568126
After, it continues ok. Is it normal? is everything ok?
I am a little bit lost with this...