Add turn lanes test
This commit is contained in:
parent
deab16d3b4
commit
dc93362b55
2 changed files with 19 additions and 1 deletions
|
@ -247,7 +247,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"testName": "19.Routing prblem: OsmAnd fails to use the nearest link between two halves of a highway https://github.com/osmandapp/Osmand/issues/1970#issuecomment-209651749",
|
||||
"testName": "19.Routing problem: OsmAnd fails to use the nearest link between two halves of a highway https://github.com/osmandapp/Osmand/issues/1970#issuecomment-209651749",
|
||||
"params": {
|
||||
"vehicle": "car",
|
||||
"short_way": "true",
|
||||
|
|
|
@ -626,6 +626,24 @@
|
|||
"expectedResults": {
|
||||
"32486314": "C|C|+TSLR"
|
||||
}
|
||||
},
|
||||
{
|
||||
"testName": "35.B 22 TR NEW 41",
|
||||
"params": {
|
||||
"vehicle": "car",
|
||||
"short_way": "true",
|
||||
},
|
||||
"startPoint": {
|
||||
"latitude": 45.61344391190965,
|
||||
"longitude": 35.47873288392847
|
||||
},
|
||||
"endPoint": {
|
||||
"latitude": 45.60452753118045,
|
||||
"longitude": 35.47435551881617
|
||||
},
|
||||
"expectedResults": {
|
||||
"84975049": "TL|+TR,C"
|
||||
}
|
||||
}
|
||||
|
||||
]
|
Loading…
Reference in a new issue