Improve performance of JSON rendering (#6380)

This commit is contained in:
Siarhei Fedartsou
2022-10-03 21:43:51 +02:00
committed by GitHub
parent 41fd947ebd
commit 9a4b4648f4
18 changed files with 317 additions and 711 deletions
+1 -1
View File
@@ -115,4 +115,4 @@ Feature: Annotations
When I route I should get
| from | to | route | a:speed | a:distance | a:duration | a:nodes |
| a | c | abc,abc | 10:10 | 249.987619:299.962882 | 25:30 | 1:2:3 |
| a | c | abc,abc | 10:10 | 249.987618946:299.962882039 | 25:30 | 1:2:3 |