Skip to content

Commit c6e9c08

Browse files
committed
fix: repair heidelberg test graph
The reduced travel time in the API test is because now the whole way rather than just its fragment is tagged with `footpath=crossing`. The crossing is necessary to pick up kerb height. Closes https://github.com/GIScience/openrouteservice/issues/1761
1 parent 9be5ad3 commit c6e9c08

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
55.1 KB
Binary file not shown.

ors-api/src/test/java/org/heigit/ors/apitests/routing/ResultTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2100,7 +2100,7 @@ void testWheelchairKerbRestriction() {
21002100
.assertThat()
21012101
.body("any { it.key == 'routes' }", is(true))
21022102
.body("routes[0].summary.distance", is(74.1f))
2103-
.body("routes[0].summary.duration", is(57.9f))
2103+
.body("routes[0].summary.duration", is(49.2f))
21042104
.statusCode(200);
21052105

21062106
restrictions = new JSONObject();

0 commit comments

Comments
 (0)