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

Do not use surface type in bicycle edge filter #1800

Merged
merged 3 commits into from
May 10, 2019
Merged

Conversation

dnesbitt61
Copy link
Member

@dnesbitt61 dnesbitt61 commented May 9, 2019

Instead, rely on EdgeCost to penalize poor surfaces based on the avoid_bad_surfaces option. There have been issues where a route can be created that takes an unpaved road (using a road bicycle) but any reroute while on the unpaved road will fail due to the edge filter excluding such roads entirely.

fixes #1799

  • Add tests
  • Review - you must request approval to merge any PR to master
  • Add #fixes with the issue number that this PR addresses
  • Generally use squash merge to rebase and clean comments before merging
  • Update the changelog
  • Update relevant documentation

Requirements / Relations

Link any requirements here. Other pull requests this PR is based on?

…enalize

poor surfaces based on the avoid_bad_surfaces option)
gknisely
gknisely previously approved these changes May 9, 2019
@dgearhart
Copy link
Member

@dnesbitt61 can you merge master and update the changelog

Copy link
Member

@dgearhart dgearhart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚢

@dnesbitt61 dnesbitt61 merged commit 4e7667d into master May 10, 2019
@dnesbitt61 dnesbitt61 deleted the bicycle_edge_filter branch May 10, 2019 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bicycle Edge Filter excludes roads based on surface type
3 participants