-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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 - Project-OSRM / osrm-backend #7038 #7022
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
Data of the 32 countries extracted from https://nominatim.openstreetmap.org/search?country=COUNTRY&polygon_geojson=1&format=json.
provides less accuracy.
|
|
Yes. It it is the first time you use it. Be careful, make a copy of you local clone ;-).
Before I was not understanding you need the countries poly to map to properties. It is not how the other geo-filters work. It may not be a bad idea. And could be used by other geo-filter. But it probably better to make this in an other PR and keep this one more simple. Just a suggestion. |
@tombay you can |
@frodrigo - Excuse the mess. |
Never do a merge from remote on a PR branch, always use rebase to keep you RP branch clean and readable. |
Sorty. I shall look into fixing this %-(. |
In reviewing https://wiki.openstreetmap.org/wiki/OSM_tags_for_routing/Access_restrictions and just considering highway="trunk" and highway="trunk_link" there are only seven countries that do not support foot and bike access. The only issue is that if you want to build a dataset that includes a mixture of "trunk" and "notrunk" countries you must remember the location-dependent-data command option. |
@frodrigo : I am removing all the extra data that I was writing to full support the access_restriction. In either case this PR will close |
You just need a branch. But yes, you can reset you master.
Yes better. |
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?