We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
annotations
Crossposting from Project-OSRM/node-osrm#297:
tl;dr: node-osrm doesn't pass all tests anymore and its probably due to a bug in #3628
tests are failing due to response not having annotations even though the request is set to annotations=true
annotations=true
this is a blocker for 5.6
/cc @danpat @TheMarex
The text was updated successfully, but these errors were encountered:
In oder to implement #3563 and to not add a breaking API change, we currently have two parameter member variables:
bool annotations AnnotationsType annotations_type
this makes node-osrm have to handle two parameters. it should be made such that there's only one parameter:
AnnotationsType annotations
while still making sure annotations=true|false doesnt fail.
annotations=true|false
Sorry, something went wrong.
@chaupow this is already ticketed for v6 in #3644.
Until then, node-osrm handles Javascript. Therefore for node-osrm you can handle
keeping the old API and at the same time support
annotations='speed'
and support the new API in Javascript.
awesome. missed this. so this can be closed as the bug is fixable in node-osrmonly.
node-osrm
chaupow
Successfully merging a pull request may close this issue.
Crossposting from Project-OSRM/node-osrm#297:
tl;dr: node-osrm doesn't pass all tests anymore and its probably due to a bug in #3628
https://travis-ci.org/Project-OSRM/node-osrm/builds
tests are failing due to response not having
annotations
even though the request is set toannotations=true
this is a blocker for 5.6
/cc @danpat @TheMarex
The text was updated successfully, but these errors were encountered: