Skip to content

Commit 3de501b

Browse files
committed
Included radiuses for bearings in annotations
1 parent a2ff69c commit 3de501b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

features/testbot/annotations.feature

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ Feature: Annotations
112112
And the query options
113113
| annotations | speed,distance,duration,nodes |
114114
| bearings | 90,5;180,5 |
115+
| radiuses | unlimited;unlimited |
115116

116117
When I route I should get
117-
| from | to | route | a:speed | a:distance | a:duration | a:nodes |
118+
| from | to | route | a:speed | a:distance | a:duration | a:nodes |
118119
| a | c | abc,abc | 10:10 | 249.9876189:299.962882 | 25:30 | 1:2:3 |

0 commit comments

Comments
 (0)