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
Allow taxi distance to be specified relative to the target node #2606
Milestone
Comments
This sounds like an interesting feature. Would you be interested in making a pull request for it? I could direct you towards the relevant files and functions. |
Sure, thanks |
maxkfranz
added a commit
that referenced
this issue
May 29, 2020
The PR for #2606 treats negative turn values as a special case, and some edge cases are not taken into account, e.g. `downward` works but `vertical` does not. This change unifies the approach to simplify things: All routing is considered from the source side. A negative value is just converted into the corresponding positive value. Refs. : `vertical` or `horizontal` taxi edges are treated as `downward` or `rightward` #2690
maxkfranz
added a commit
that referenced
this issue
May 29, 2020
The PR for #2606 treats negative turn values as a special case, and some edge cases are not taken into account, e.g. `downward` works but `vertical` does not. This change unifies the approach to simplify things: All routing is considered from the source side. A negative value is just converted into the corresponding positive value. Refs. : `vertical` or `horizontal` taxi edges are treated as `downward` or `rightward` #2690
maxkfranz
added a commit
that referenced
this issue
May 29, 2020
The PR for #2606 treats negative turn values as a special case, and some edge cases are not taken into account, e.g. `downward` works but `vertical` does not. This change unifies the approach to simplify things: All routing is considered from the source side. A negative value is just converted into the corresponding positive value. Refs. : Backport 3.14.x : `vertical` or `horizontal` taxi edges are treated as `downward` or `rightward` #2699 #2690
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue type
Feature request
Description of new feature
Enhance taxi edges so that taxi-turn would accept an absolute distance from the target (could be a negative number as currently, positive number is the absolute distance from the source)
Motivation for new feature
Have more control over the edges rendering
The text was updated successfully, but these errors were encountered: