Skip to content

Commit

Permalink
Merge pull request osmandapp#976 from osmandapp/issue_15559_2
Browse files Browse the repository at this point in the history
Avoid keep left/right on through moving
  • Loading branch information
vshcherb authored Jun 5, 2023
2 parents 9ecb2fe + 2ccba4c commit 873400b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions test-resources/test_turn_lanes.json
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,8 @@
"longitude": 35.66183631299
},
"expectedResults": {
"222244": "[MUTE] KL:TL|TL|+C,TR",
"222243": "[MUTE] KL:TL|TL|+C|+C|TSLR",
"222244": "[MUTE] C:TL|TL|+C,TR",
"222243": "[MUTE] C:TL|TL|+C|+C|TSLR",
"222164": "C:TL|TL|+C|+C"
}
},
Expand Down Expand Up @@ -888,7 +888,7 @@
"longitude": 35.4395102
},
"expectedResults": {
"322961143": "[MUTE] KL:+C,TL|TR",
"322961143": "[MUTE] C:+C,TL|TR",
"92933257": "[MUTE] C:TL|+C",
"29183562": "[MUTE] C:TL|+C"
}
Expand All @@ -904,7 +904,7 @@
"longitude": 35.4715026
},
"expectedResults": {
"967393832": "[MUTE] KR:TL|+C|TR"
"967393832": "[MUTE] C:TL|+C|TR"
}
},
{
Expand Down Expand Up @@ -934,7 +934,7 @@
"longitude": 35.530335
},
"expectedResults": {
"74653713": "[MUTE] KL:+C|+C|+C,TSLR|TSLR"
"74653713": "[MUTE] C:+C|+C|+C,TSLR|TSLR"
}
},
{
Expand Down Expand Up @@ -1068,7 +1068,6 @@
},
{
"testName": "61. Turn indication is not correct https://github.com/osmandapp/OsmAnd/issues/15559",
"ignore": true,
"startPoint": {
"latitude": 45.5508882,
"longitude": 35.4862037
Expand All @@ -1092,7 +1091,7 @@
"longitude": 35.515849
},
"expectedResults": {
"756086350": "[MUTE] KL:TL|+C,TL|+C|TR"
"756086350": "[MUTE] C:TL|+C,TL|+C|TR"
}
}
]

0 comments on commit 873400b

Please sign in to comment.