Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into highway_platform
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisOSRM committed Jul 12, 2024
2 parents 8038d55 + 8ae9aba commit b9b0746
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
Empty file removed features/car/permissive.feature
Empty file.
2 changes: 1 addition & 1 deletion features/guidance/collapse.feature
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ Feature: Collapse
# i
# """

And the node locations
Given the node locations
| node | lat | lon | #id |
| a | -33.9644254 | 151.1378673 | 33226063 |
| b | -33.9644373 | 151.1377172 | 1072787030 |
Expand Down
4 changes: 2 additions & 2 deletions features/guidance/roundabout-left-sided.feature
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Feature: Basic Roundabout
"""

Scenario: Roundabout exit counting for left sided driving
And a grid size of 10 meters
Given a grid size of 10 meters
And the node map
"""
a
Expand All @@ -33,7 +33,7 @@ Feature: Basic Roundabout
| a,h | ab,gh,gh | depart,roundabout turn right exit-3,arrive |

Scenario: Mixed Entry and Exit
And a grid size of 10 meters
Given a grid size of 10 meters
And the node map
"""
c a
Expand Down
2 changes: 1 addition & 1 deletion features/testbot/loop.feature
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Feature: Avoid weird loops caused by rounding errors

@412 @via
Scenario: Avoid weird loops 3
And the node map
Given the node map
"""
a
b e
Expand Down
28 changes: 14 additions & 14 deletions features/testbot/snap_intersection.feature
Original file line number Diff line number Diff line change
Expand Up @@ -401,12 +401,12 @@ Feature: Snapping at intersections
Given the extract extra arguments "--small-component-size=4"

And the ways
| nodes | oneway |
| ab | no |
| bc | no |
| cd | no |
| fed | no |
| bg | yes | # small SCC
| nodes | oneway | # comment |
| ab | no | |
| bc | no | |
| cd | no | |
| fed | no | |
| bg | yes | small SCC |

And the relations
| type | way:from | way:to | node:via | restriction |
Expand Down Expand Up @@ -437,14 +437,14 @@ Feature: Snapping at intersections
Given the extract extra arguments "--small-component-size=4"

And the ways
| nodes | oneway |
| ab | no |
| bc | no |
| cd | no |
| fed | no |
| ghi | no |
| jkl | no |
| bm | yes | # small SCC
| nodes | oneway | # comment |
| ab | no | |
| bc | no | |
| cd | no | |
| fed | no | |
| ghi | no | |
| jkl | no | |
| bm | yes | small SCC |

And the relations
| type | way:from | way:to | node:via | restriction |
Expand Down

0 comments on commit b9b0746

Please sign in to comment.