forked from organicmaps/organicmaps-tmp
[routing] Test on route start or finish from a feature which is crossed by an mwm border and a ford.
This commit is contained in:
parent
709da7bd21
commit
76ac099c5e
1 changed files with 9 additions and 0 deletions
|
@ -535,3 +535,12 @@ UNIT_TEST(BudvaPrimaryRoad)
|
|||
mercator::FromLatLon(42.2884527, 18.8456794), {0., 0.},
|
||||
mercator::FromLatLon(42.2880575, 18.8492896), 368.85);
|
||||
}
|
||||
|
||||
// Test on start and finish route which lies on a feature crossed by a mwm border and a ford.
|
||||
UNIT_TEST(RussiaSmolenskAriaFeatureCrossingBorderWithFord)
|
||||
{
|
||||
integration::CalculateRouteAndTestRouteLength(
|
||||
integration::GetVehicleComponents(VehicleType::Pedestrian),
|
||||
mercator::FromLatLon(55.01727, 30.91566), {0., 0.},
|
||||
mercator::FromLatLon(55.01867, 30.91285), 298.6);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue