Included radiuses for bearings in annotations

This commit is contained in:
whytro 2023-03-11 16:40:36 +09:00
parent a2ff69c3aa
commit 3de501b88f

View File

@ -112,7 +112,8 @@ Feature: Annotations
And the query options
| annotations | speed,distance,duration,nodes |
| bearings | 90,5;180,5 |
| radiuses | unlimited;unlimited |
When I route I should get
| from | to | route | a:speed | a:distance | a:duration | a:nodes |
| from | to | route | a:speed | a:distance | a:duration | a:nodes |
| a | c | abc,abc | 10:10 | 249.9876189:299.962882 | 25:30 | 1:2:3 |