Open MoKob opened 7 years ago
@MoKob the test scenario has no possible turns because of oneway
tags, this leads to [info] Processed 0 edges
by osrm-extract
. A simpler test scenario is
Given the node map
"""
a - - - - b
"""
And the ways
| nodes | highway | name | oneway |
| ab | residential | road | yes |
When I route I should get
| waypoints | route | turns |
| a,b | road,road | depart,arrive |
This is still a valid graph and provides a single route, right? I could see this introducing some noise in connectivity
or access
tests, at least.
The following cucumber test exits with
Dataset is not compatible to CH
(or MLD, when asking for MLD).Adding a single road
(be)
, the test runs (not showing the desired result yet, but it does run and contains the other two roads as well.The addition of the road should not affect whether we are able to parse/route on the other roads.