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

248 lines
6.7 KiB
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",
2016-06-03 11:43:42 +02:00
"description": "При planRoadDirection='-1' маршрут неверный, при 0 - верный",
2016-06-02 23:10:17 +02:00
"params": {
"vehicle": "car",
2016-08-04 00:19:37 +02:00
"short_way": "true",
2016-08-04 00:24:47 +02:00
"planRoadDirection": "-1"
2016-06-02 23:10:17 +02:00
},
2016-08-04 00:24:47 +02:00
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",
2016-06-06 16:01:20 +02:00
"178721843": "false"
2016-05-30 10:25:02 +02:00
}
},
2016-06-06 21:54:29 +02:00
{
2016-06-03 11:43:42 +02:00
"testName": "5.Route depends on the distance to a junction, if routing engine takes the longer way https://github.com/osmandapp/Osmand/issues/1200",
"description": "Подтверждается только неверный маршрут. От дистанции не зависит, но зависит от planRoadDirection. При -1 маршрут верный, при 0 - нет",
2016-08-14 14:39:45 +02:00
"ignore" : "false",
2016-05-30 10:25:02 +02:00
"params": {
2016-06-03 11:43:42 +02:00
"vehicle": "car",
2016-08-04 00:19:37 +02:00
"short_way": "true",
2016-06-03 11:43:42 +02:00
"planRoadDirection": "0"
2016-05-30 10:25:02 +02:00
},
"startPoint": {
2016-06-03 11:43:42 +02:00
"latitude": 45.897117500680615,
"longitude": 35.3328966200352
2016-05-30 10:25:02 +02:00
},
"endPoint": {
2016-06-03 11:43:42 +02:00
"latitude": 45.89920161032259,
"longitude": 35.335714280605345
2016-05-30 10:25:02 +02:00
},
"expectedResults": {
2016-06-03 11:43:42 +02:00
"93014632": "false"
2016-05-30 10:25:02 +02:00
}
2016-06-06 11:31:45 +02:00
},
2016-06-06 21:54:29 +02:00
{
2016-06-06 11:31:45 +02:00
"testName": "5.Osmand occasionally routes on and off freeways at the same exit https://groups.google.com/forum/#!msg/osmand/g9qXEne4Ers/1M3t0hM394UJ",
"description": "Не воспроизводится",
"params": {
"vehicle": "car",
2016-08-04 00:19:37 +02:00
"short_way": "true",
2016-06-06 21:54:29 +02:00
"planRoadDirection": "-1"
2016-06-06 11:31:45 +02:00
},
"startPoint": {
"latitude": 45.931599776352,
"longitude": 35.35250289738181
},
"endPoint": {
"latitude": 45.88367250724874,
"longitude": 35.35755617916587
},
"expectedResults": {
"5570541": "false"
}
},
2016-06-06 21:54:29 +02:00
{
2016-06-06 11:31:45 +02:00
"testName": "6.Intermediate destination is not routed on residential ways https://github.com/osmandapp/Osmand/issues/2362",
"params": {
"vehicle": "car",
2016-08-04 00:19:37 +02:00
"short_way": "true",
2016-06-06 21:54:29 +02:00
"planRoadDirection": "-1"
2016-06-06 11:31:45 +02:00
},
"startPoint": {
"latitude": 45.897651835396935,
"longitude": 35.38294060528281
},
2016-08-04 00:24:47 +02:00
"transitPoint1": {
2016-06-06 11:31:45 +02:00
"latitude": 45.89895,
"longitude": 35.3849
},
"endPoint": {
"latitude": 45.89756970218551,
"longitude": 35.38740380108359
},
"expectedResults": {
"44358491": "true"
}
2016-06-06 21:54:29 +02:00
},
2016-08-15 11:24:32 +02:00
{
"testName": "9.Routing problem: bypassing destination then backtracking to get there https://github.com/osmandapp/Osmand/issues/2182",
"params": {
"vehicle": "car",
"short_way": "true",
"planRoadDirection": "-1"
},
"startPoint": {
"latitude": 45.89801665781154,
"longitude": 35.43031065901761
},
"transitPoint": {
"latitude": 45.892986,
"longitude": 35.449814
},
"endPoint": {
"latitude": 45.88814493393098,
"longitude": 35.451634220686
},
"expectedResults": {
"368643371": "false"
}
},
2016-06-06 21:54:29 +02:00
{
"testName": "10.Longer route preferred? https://github.com/osmandapp/Osmand/issues/1941",
2016-08-04 00:19:37 +02:00
"description": "short_way строит не самый короткий путь. Транзит через MEX 261 короче.",
2016-08-14 00:50:07 +02:00
"ignore" : "false",
2016-06-06 21:54:29 +02:00
"params": {
"vehicle": "car",
2016-08-04 00:19:37 +02:00
"short_way": "true",
2016-08-14 00:50:07 +02:00
"planRoadDirection": "0"
2016-06-06 21:54:29 +02:00
},
"startPoint": {
"latitude": 45.9011493841283,
"longitude": 35.493414759635954
},
"endPoint": {
"latitude": 45.88636204636078,
"longitude": 35.486109763383894
},
"expectedResults": {
"53445": "true"
}
},
{
"testName": "12.Bizarre navigation at Sundance dr & Sentinel dr in Fremont, CA, USA https://github.com/osmandapp/Osmand/issues/1743",
2016-08-14 00:50:07 +02:00
"ignore" : "false",
2016-06-06 21:54:29 +02:00
"params": {
"vehicle": "car",
2016-08-04 00:19:37 +02:00
"short_way": "true",
2016-06-06 21:54:29 +02:00
"planRoadDirection": "-1"
},
"startPoint": {
"latitude": 45.84882743070033,
"longitude": 35.2621882259846
},
"endPoint": {
"latitude": 45.847528944857174,
"longitude": 35.27665740251544
},
"expectedResults": {
"6344915": "false",
"6346622": "true"
}
},
{
2016-08-14 00:50:07 +02:00
"testName": "12.1.Bizarre navigation at Sundance dr & Sentinel dr in Fremont, CA, USA (reverse) https://github.com/osmandapp/Osmand/issues/1743",
"ignore" : "false",
2016-06-06 21:54:29 +02:00
"params": {
"vehicle": "car",
2016-08-04 00:19:37 +02:00
"short_way": "true",
2016-06-06 21:54:29 +02:00
"planRoadDirection": "-1"
},
"startPoint": {
"latitude": 45.84747047681003,
"longitude": 35.276624009925854
},
"endPoint": {
"latitude": 45.84886985240254,
"longitude": 35.262113259155285
},
"expectedResults": {
"6346622": "true"
}
2016-08-05 21:39:00 +02:00
},
{
"testName": "16.Offline Routing: maxheight not supported yet? https://github.com/osmandapp/Osmand/issues/1830",
"params": {
"vehicle": "car",
2016-08-07 21:06:48 +02:00
"height": "4",
"planRoadDirection": "0"
2016-08-05 21:39:00 +02:00
},
"startPoint": {
"latitude": 45.8524068832173,
"longitude": 35.40013790130615
},
"endPoint": {
"latitude": 45.8515661945522,
"longitude": 35.39499878883362
},
"expectedResults": {
"7423385": "false"
}
2016-08-15 11:24:32 +02:00
},
{
"testName": "17.Offline Routing: mysterious wrong routing in Leipzig, Germany https://github.com/osmandapp/Osmand/issues/2748",
"params": {
"vehicle": "car",
"planRoadDirection": "-1"
},
"startPoint": {
"latitude": 45.85080675366101,
"longitude": 35.42325108489041
},
"endPoint": {
"latitude": 45.85135974896413,
"longitude": 35.419131211843535
},
"expectedResults": {
"28869574": "false"
}
2016-08-15 22:27:32 +02:00
},
{
"testName": "18.navi-problem by 'shortes' way https://github.com/osmandapp/Osmand/issues/1778",
"params": {
"vehicle": "car",
"short_way": "true",
"planRoadDirection": "-1"
},
"startPoint": {
"latitude": 45.84411619580555,
"longitude": 35.45498698195462
},
"endPoint": {
2016-08-15 23:43:31 +02:00
"latitude": 45.830605,
"longitude": 35.441395
2016-08-15 22:27:32 +02:00
},
"expectedResults": {
"181495": "false"
}
2016-08-17 10:17:06 +02:00
},
{
"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",
"params": {
"vehicle": "car",
"short_way": "true",
"planRoadDirection": "-1"
},
"startPoint": {
"latitude": 45.84915380671208,
"longitude": 35.496067695226714
},
"endPoint": {
"latitude": 45.849069733500244,
"longitude": 35.49558221539502
},
"expectedResults": {
"30783342": "false"
}
2016-05-30 10:25:02 +02:00
}
]