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

Bicycle routing on footways / steps #99

Open
GoogleCodeExporter opened this issue Mar 30, 2015 · 0 comments
Open

Bicycle routing on footways / steps #99

GoogleCodeExporter opened this issue Mar 30, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Hi Christian,

I want to add the "footway" highway type
to the default bicycle speed profile.

Adding a new highway type to a speed profile is easy.
The special case for the "footway" or "steps" highway is
to only allow routing if we have a designated access ("bicycle=X") tag.

If the tag is not present, we should not allow routing there.

Current idea:
Extend the "highway" section in the speed profile with a new bool switch:
highway.X.needsExplicitAccess=true

Default value for needsExplicitAccess is false.

If we don't find the a designated access tag on the way 
("bicycle=yes|no|designated|and-so-on"), we deny access for this way.

If you are ok with this, I can implement it.

Other ideas? If possible I'd like to avoid knowledge
in the code if this is currently a bicycle profile or not ;)

Cheers,
Thomas

Original issue reported on code.google.com by [email protected] on 11 Jun 2013 at 10:27

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

1 participant