This commit is contained in:
Integral Team 2019-09-11 10:44:24 +07:00
parent 30f10a7da9
commit 793c6440ca

View file

@ -65,7 +65,7 @@ export class Router {
.on('routesfound routingerror routeselected routingzoomend', this.hideSpinner) .on('routesfound routingerror routeselected routingzoomend', this.hideSpinner)
.on('waypointschanged', this.updateWaypointsCount); .on('waypointschanged', this.updateWaypointsCount);
// deploy x 2 // deploy x 3
this.router.addTo(map); this.router.addTo(map);
} }