update leaflet-routing (rerouteAllSegments merged)

This commit is contained in:
Norbert Renner 2014-03-04 19:50:23 +01:00
parent d05bd937f3
commit aaa1a11709
5 changed files with 13 additions and 13 deletions

View file

@ -76,7 +76,7 @@
function updateRoute(evt) {
router.setOptions(evt.options);
routing.routeAllSegments(onUpdate);
routing.rerouteAllSegments(onUpdate);
}
routingOptions = new BR.RoutingOptions();