diff --git a/src/modules/Router.ts b/src/modules/Router.ts index 5b3e3ee..a1f6bbc 100644 --- a/src/modules/Router.ts +++ b/src/modules/Router.ts @@ -65,7 +65,7 @@ export class Router { .on('routesfound routingerror routeselected routingzoomend', this.hideSpinner) .on('waypointschanged', this.updateWaypointsCount); - // deploy + // deploy x 2 this.router.addTo(map); }