Add routing test
This commit is contained in:
parent
091f01b13d
commit
0fe6ad8b14
1 changed files with 19 additions and 0 deletions
|
@ -264,5 +264,24 @@
|
||||||
"expectedResults": {
|
"expectedResults": {
|
||||||
"30783342": "false"
|
"30783342": "false"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"testName": "20.Maxheight is ignored in offline routing https://github.com/osmandapp/Osmand/issues/3744",
|
||||||
|
"params": {
|
||||||
|
"vehicle": "car",
|
||||||
|
"height": "4",
|
||||||
|
"planRoadDirection": "-1"
|
||||||
|
},
|
||||||
|
"startPoint": {
|
||||||
|
"latitude": 45.81900099233384,
|
||||||
|
"longitude": 35.22841852903369
|
||||||
|
},
|
||||||
|
"endPoint": {
|
||||||
|
"latitude": 45.81680264657811,
|
||||||
|
"longitude": 35.22845071554187
|
||||||
|
},
|
||||||
|
"expectedResults": {
|
||||||
|
"93556707": "false"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in a new issue