You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm dockerizing osrm, and now I need to automate the extraction of maps.
So i created 2 config files, following the same pattern, just to indicate the path of my .lua profile to use.
root:# osrm-extract -c ../etc/extractor.ini map.osm.pbf
OK
root:# osrm-prepare -c ../etc/contractor.ini map.osrm
[warn] Profile profile.lua not found!
I try many different approach:
root:# osrm-prepare map.osrm -c ../etc/contractor.ini
[warn] Profile profile.lua not found!
root:# osrm-prepare -c some_random_path map.osrm
[warn] Profile profile.lua not found!
The last try show that the --config option is not parsed. And it's a problem if I want to finish my dockerized version of osrm.
Hi,
I'm dockerizing osrm, and now I need to automate the extraction of maps.
So i created 2 config files, following the same pattern, just to indicate the path of my .lua profile to use.
root:# osrm-extract -c ../etc/extractor.ini map.osm.pbf
OK
root:# osrm-prepare -c ../etc/contractor.ini map.osrm
[warn] Profile profile.lua not found!
I try many different approach:
root:# osrm-prepare map.osrm -c ../etc/contractor.ini
[warn] Profile profile.lua not found!
root:# osrm-prepare -c some_random_path map.osrm
[warn] Profile profile.lua not found!
The last try show that the --config option is not parsed. And it's a problem if I want to finish my dockerized version of osrm.
OSRM version:
root:# osrm-prepare -v
[info] v4.4.0
The text was updated successfully, but these errors were encountered: