Initial take on supporting straight line segments

This commit is contained in:
Norbert Renner 2021-04-16 19:07:52 +02:00
parent 5c70e30c13
commit acf9c59888
4 changed files with 9 additions and 7 deletions

View file

@ -267,7 +267,7 @@
exportRoute = new BR.Export(router, pois, profile);
routing.on('routing:routeWaypointEnd routing:setWaypointsEnd', function (evt) {
routing.on('routing:routeWaypointEnd routing:setWaypointsEnd routing:rerouteSegmentEnd', function (evt) {
search.clear();
onUpdate(evt && evt.err);
});