2016-06-24 11:02:22 -04:00
|
|
|
@routing @guidance @post-processing
|
|
|
|
Feature: General Post-Processing related features
|
|
|
|
|
|
|
|
Background:
|
|
|
|
Given the profile "car"
|
|
|
|
Given a grid size of 10 meters
|
|
|
|
|
|
|
|
# this testcase used to crash geometry generation (at that time handled during intersection generation)
|
|
|
|
Scenario: Regression test #2424
|
|
|
|
Given the node map
|
2016-09-30 03:33:08 -04:00
|
|
|
"""
|
|
|
|
e i
|
|
|
|
a b c d h k m
|
|
|
|
f l
|
|
|
|
"""
|
2016-06-24 11:02:22 -04:00
|
|
|
|
|
|
|
And the ways
|
|
|
|
| nodes | name |
|
|
|
|
| abcd | Fritz-Elsas-Straße |
|
|
|
|
| hkm | Fritz-Elsas-Straße |
|
|
|
|
| dhi | Martin-Luther-Straße |
|
|
|
|
| be | corner |
|
|
|
|
| kl | corner |
|
|
|
|
| cf | corner |
|