OsmAnd/OsmAnd-java/test_turn_lanes.json

75 lines
1.7 KiB
JSON
Raw Normal View History

[
{
2016-03-16 14:36:52 +01:00
"testName": "1.Preston road TR Lorimar drive",
"startPoint": {
2016-03-16 14:36:52 +01:00
"latitude": 45.69539,
"longitude": 35.43936
},
"endPoint": {
2016-03-16 14:36:52 +01:00
"latitude": 45.69567,
"longitude": 35.440113
},
"expectedResults": {
2016-03-16 14:36:52 +01:00
"-8827": "TL, C, C, C, +TR"
}
},
{
2016-03-16 14:36:52 +01:00
"testName": "1.2.Preston road TL Lorimar drive",
"startPoint": {
"latitude": 45.69716379996895,
"longitude": 35.43819894718172
},
"endPoint": {
"latitude": 45.69602851362186,
"longitude": 35.44070949481966
},
"expectedResults": {
"-9105": "+TL, C, C, C, TR",
"-8512": "+TL, C, C, C",
"-8827": "TL, +C, +C"
}
},
{
"testName": "1.3.Baywater drive TR Preston road",
"startPoint": {
"latitude": 45.6960514631203,
"longitude": 35.43735606299879
},
"endPoint": {
"latitude": 45.695624319890825,
"longitude": 35.438198276629464
},
"expectedResults": {
"-8644": "TL, C, C, +TR"
}
},
{
"testName": "2.Valley View Lane TU Highway 161 Service Road ?????",
"startPoint": {
"latitude": 45.694859388262195,
"longitude": 35.467755138874054
},
"endPoint": {
"latitude": 45.694132477954575,
"longitude": 35.46842032670975
},
"expectedResults": {
"-41125": "+TU, +TL, +C;TL, C, C;TR"
}
},
{
"testName": "3.Motorway link from Ringweg Zuid TL Amstelveenseweg",
"startPoint": {
2016-03-16 14:36:52 +01:00
"latitude": 45.6971206184178,
"longitude": 35.51630312204361
},
"endPoint": {
2016-03-16 14:36:52 +01:00
"latitude": 45.6952846638807,
"longitude": 35.51303619146347
},
"expectedResults": {
"-96063": "+TL, +TL, +TL, +C, TR, TR"
}
}
2016-03-16 14:36:52 +01:00
]