Closed moran0013 closed 8 years ago
when using the lrm control, like so:
LRM.control({ waypoints: points, geocoder: gCoder, routeWhileDragging: routeDrag, router: L.Routing.valhalla(apiKey, "auto", { "serviceUrl": serviceUrl }), showAlternatives: true, formatter: new LRMValhalla.Formatter() }).addTo(map);
no alternative routes are shown. Is this functionality currently supported? none of the examples seemed to show it. we have fed in control points that show an alternative route using an alternate routing service.
thoughts?
sorry, alternates are currently not supported
ah. thanks. solves that problem.
when using the lrm control, like so:
no alternative routes are shown. Is this functionality currently supported? none of the examples seemed to show it. we have fed in control points that show an alternative route using an alternate routing service.
thoughts?