Tags: Biller17/graphhopper
Tags
Use GitHub Actions for Maven Central deployment too (graphhopper#2709) * use github actions to deploy to maven central * use private key directly to avoid escaping problems * run only when tagged; renamed * specify key id * use more recent plugin versions * different badge * github actions: ignore tags * include branches required * include (2nd) test build to be sure * ignoring tags is the default if branches is specified * matches really all tags, https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet * force test failure * Revert "force test failure" This reverts commit 85b38fe.
Upgrade dropwizard to 2.0.34 (graphhopper#2682) * upgrade to dropwizard 2.0.32 * 2.0.34 Co-authored-by: Peter <[email protected]> (cherry picked from commit 8163b09)
Support ";" access delimiter for car access. (graphhopper#2655) * Support ";" access delimiter for car access. One example is motor_vehicle = agricultural;forestry * Add support for ";" access delimiter for MotorcycleTagParser and road_access EV. * Move logic for access delimiter handling for ";" from RoadAccess into OSMRoadAccessParser * Fix for OSMRoadAccessParserTest
PreviousNext