-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Country specific highway access. fixes Project-OSRM / osrm-backend #6710 #7013
Conversation
Profiles to support country specific highway access. Country geometries provided by use of --location-dependent-data option of osrm-extract.
Lua files to provide country specific highway data and access methods.
Support for country profiles (foot, bicycle and car)
no bikes on motorroad
support code for trunks data file
inspect not needed
inspect not needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Initial load
Worldwide geojson file. |
Issues: |
This exception should be caught but it is not happeing in my runs. So just testing without it.
put this back as error is expected. see why it is not being picked up
Fixes Project-OSRM/osrm-backend #6710 |
#6710
An issue #6710 has been logged (reopening #6701).
Address the issue of highway=trunk (and trunk_link) being blocked for foot and bicycle profiles. Discussed in https://wiki.openstreetmap.org/wiki/Key:motorroad and https://wiki.openstreetmap.org/wiki/OSM_tags_for_routing/Access_restrictions (esp #Alternative_ideas) proposed to address issue via
osrm-backend ... --location-dependent-data
Tasklist
Requirements / Relations
Link any requirements here. Other pull requests this PR is based on?