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