GIScience / openrouteservice

🌍 The open source route planner api with plenty of features.
https://openrouteservice.org
GNU General Public License v3.0
1.33k stars 379 forks source link

Support bicycle=destination for bike profiles #1783

Closed waldyrious closed 1 month ago

waldyrious commented 2 months ago

Pull Request Checklist

Fixes #1782.

Information about the changes

waldyrious commented 2 months ago

Note: I'm not sure about the changes I did to the tests. I read the instructions here, and managed to cobble together the command mvn clean test -pl :ors-engine -Dtest="RegularBikeFlagEncoderTest" but I got the following error:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project ors-engine: Fatal error compiling: invalid flag: --release -> [Help 1]

I decided to create the PR regardless and check the output in the CI workflows. Happy to make any adjustments that may be necessary :)

waldyrious commented 1 month ago

Closed per discussion in the corresponding issue.