diff --git a/src/app/modules/map/widget/map-widget.component.ts b/src/app/modules/map/widget/map-widget.component.ts index 4846fb38..a3dd5540 100644 --- a/src/app/modules/map/widget/map-widget.component.ts +++ b/src/app/modules/map/widget/map-widget.component.ts @@ -76,6 +76,7 @@ export class MapWidgetComponent implements OnInit { */ onMapReady(map: Map) { this.map = map; + this.map.dragging.disable(); const interval = window.setInterval(() => { MapProvider.invalidateWhenRendered(map, this.mapContainer, interval); }); diff --git a/src/app/modules/map/widget/map-widget.html b/src/app/modules/map/widget/map-widget.html index 4fcc6601..c3f7dd81 100644 --- a/src/app/modules/map/widget/map-widget.html +++ b/src/app/modules/map/widget/map-widget.html @@ -7,7 +7,7 @@ >