diff --git a/frontend/components/map/component.tsx b/frontend/components/map/component.tsx index bc2c3644a..b93f3a1a0 100644 --- a/frontend/components/map/component.tsx +++ b/frontend/components/map/component.tsx @@ -20,10 +20,10 @@ export const Map: FC = ({ onMapLoad, onMapViewportChange, dragPan, - dragRotate, + dragRotate = false, scrollZoom, touchZoom, - touchRotate, + touchRotate = false, doubleClickZoom, width = '100%', height = '100%',