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
max_speed * -0.2
<ev>.ordinal()
edge.getDistance()
Math.abs/sqrt
edge.getName().contains("xyz")
See here what is allowed on the server side: https://github.com/graphhopper/graphhopper/blob/2140131ec079e21b7e7f05865a3b77913b0d9acc/core/src/main/java/com/graphhopper/routing/weighting/custom/ConditionalExpressionVisitor.java#L41-L42
The text was updated successfully, but these errors were encountered:
No branches or pull requests
max_speed * -0.2
<ev>.ordinal()
andedge.getDistance()
(both numeric)Math.abs/sqrt
edge.getName().contains("xyz")
See here what is allowed on the server side: https://github.com/graphhopper/graphhopper/blob/2140131ec079e21b7e7f05865a3b77913b0d9acc/core/src/main/java/com/graphhopper/routing/weighting/custom/ConditionalExpressionVisitor.java#L41-L42
The text was updated successfully, but these errors were encountered: