Problem description
ORS API tests run against HD test graph filtered through either ors-preprocessor or osm-transform fail with the following.
[ERROR] Failures:
[ERROR] ResultTest.testWheelchairKerbRestriction:2102 1 expectation failed.
JSON path routes[0].summary.distance doesn't match.
Expected: is <74.1F>
Actual: <105.9F>
[ERROR] ResultTest.testWheelchairWidthRestriction:2021 1 expectation failed.
JSON path routes[0].summary.distance doesn't match.
Expected: is <158.7F>
Actual: <158.8F>
Proposed solution
Check which OSM tags are relevant for wheelchair routing, as probably some of them are discarded by the preprocessor.
Problem description
ORS API tests run against HD test graph filtered through either ors-preprocessor or osm-transform fail with the following.
Proposed solution
Check which OSM tags are relevant for wheelchair routing, as probably some of them are discarded by the preprocessor.