diff --git a/frontend/src/app/component/map/map.component.html b/frontend/src/app/component/map/map.component.html index 41589a7..5825cf0 100644 --- a/frontend/src/app/component/map/map.component.html +++ b/frontend/src/app/component/map/map.component.html @@ -9,7 +9,7 @@ [latitude]="image.latitude" [longitude]="image.longitude" [opacity]="1" - [markerDraggable]="true" + [markerDraggable]="false" (markerClick)="loadImage(selectMarker($event))" >