Revert previous commits for cleaner approach

This commit is contained in:
whytro
2023-04-28 02:00:54 +09:00
parent 7dfa2bdd1f
commit 09ff160dcc
18 changed files with 81 additions and 228 deletions
+1 -2
View File
@@ -112,8 +112,7 @@ 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 |