OsmAnd/OsmAnd-java/test/resources/test_routing.json

40 lines
888 B
JSON
Raw Normal View History

2016-05-30 10:25:02 +02:00
[
{
2016-06-02 23:10:17 +02:00
"testName": "3.Different routes depending on start coordinates https://github.com/osmandapp/Osmand/issues/1197",
"params": {
"vehicle": "car",
"short_way": "true"
},
2016-05-30 10:25:02 +02:00
"startPoint": {
2016-06-02 23:10:17 +02:00
"latitude": 45.90810929390909,
"longitude": 35.25023227930072
2016-05-30 10:25:02 +02:00
},
"endPoint": {
2016-06-02 23:10:17 +02:00
"latitude": 45.90951460825728,
"longitude": 35.24373865127566
2016-05-30 10:25:02 +02:00
},
"expectedResults": {
2016-06-02 23:10:17 +02:00
"30657405": "true",
"178721843": "false",
2016-05-30 10:25:02 +02:00
}
},
{
"testName": "2. Car Preston road TR Lorimar drive",
"params": {
"vehicle": "pedestrian",
"pedestrian": "true",
"short_way": "true"
},
"startPoint": {
"latitude": 45.69539,
"longitude": 35.43936
},
"endPoint": {
"latitude": 45.69567,
"longitude": 35.440113
},
"expectedResults": {
"26545": "TL|C|C|C|+TR"
}
}
]