Map matching test coverage fix (#3201)
* fixed map matching test coverage
This commit is contained in:
committed by
Patrick Niklaus
parent
7b756bd0e9
commit
c6472eb289
@@ -12,7 +12,7 @@ struct ProfileProperties
|
||||
{
|
||||
ProfileProperties()
|
||||
: traffic_signal_penalty(0), u_turn_penalty(0), continue_straight_at_waypoint(true),
|
||||
use_turn_restrictions(false), left_hand_driving(false)
|
||||
use_turn_restrictions(false), left_hand_driving(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user