Fix avoid types toolbar for PT
This commit is contained in:
parent
575e450f91
commit
ae0c12902c
1 changed files with 1 additions and 1 deletions
|
@ -969,7 +969,7 @@ public class RoutingOptionsHelper {
|
|||
CAR(MuteSoundRoutingParameter.KEY, AvoidRoadsRoutingParameter.KEY),
|
||||
BICYCLE(MuteSoundRoutingParameter.KEY, DRIVING_STYLE, GeneralRouter.USE_HEIGHT_OBSTACLES),
|
||||
PEDESTRIAN(MuteSoundRoutingParameter.KEY, GeneralRouter.USE_HEIGHT_OBSTACLES),
|
||||
PUBLIC_TRANSPORT(MuteSoundRoutingParameter.KEY),
|
||||
PUBLIC_TRANSPORT(MuteSoundRoutingParameter.KEY, AvoidPTTypesRoutingParameter.KEY),
|
||||
BOAT(MuteSoundRoutingParameter.KEY),
|
||||
AIRCAFT(MuteSoundRoutingParameter.KEY),
|
||||
HIKING(MuteSoundRoutingParameter.KEY),
|
||||
|
|
Loading…
Reference in a new issue