This commit is contained in:
Integral Team 2019-09-11 11:11:52 +07:00
parent 1e57cf01ae
commit 7b7377f7ce

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 6 // deploy x 7
this.router.addTo(map); this.router.addTo(map);
} }