Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

osrm-prepare --config option seems to be ignored #1276

Closed
anael-lorimier opened this issue Nov 17, 2014 · 2 comments
Closed

osrm-prepare --config option seems to be ignored #1276

anael-lorimier opened this issue Nov 17, 2014 · 2 comments

Comments

@anael-lorimier
Copy link

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

@TheMarex
Copy link
Member

Thanks for flagging this. Just checked, the config file is indeed not parsed. Working on a fix.

@DennisOSRM
Copy link
Collaborator

Closing here, tracking patch in #1279

DennisOSRM added a commit that referenced this issue Nov 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants