Fix missing method
This commit is contained in:
parent
f907705656
commit
2b36df6b91
1 changed files with 2 additions and 0 deletions
|
@ -355,6 +355,8 @@ public class RoutingOptionsHelper {
|
|||
return new RouteSimulationItem();
|
||||
case ShowAlongTheRouteItem.KEY:
|
||||
return new ShowAlongTheRouteItem();
|
||||
case AvoidPTTypesRoutingParameter.KEY:
|
||||
return new AvoidPTTypesRoutingParameter();
|
||||
case AvoidRoadsRoutingParameter.KEY:
|
||||
return new AvoidRoadsRoutingParameter();
|
||||
case GpxLocalRoutingParameter.KEY:
|
||||
|
|
Loading…
Reference in a new issue