Skip to content

Commit

Permalink
Disable rotation and panning on the map by default
Browse files Browse the repository at this point in the history
  • Loading branch information
SARodrigues committed Apr 3, 2024
1 parent bf166dc commit ffb698e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/components/map/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ export const Map: FC<MapProps> = ({
onMapLoad,
onMapViewportChange,
dragPan,
dragRotate,
dragRotate = false,
scrollZoom,
touchZoom,
touchRotate,
touchRotate = false,
doubleClickZoom,
width = '100%',
height = '100%',
Expand Down

0 comments on commit ffb698e

Please sign in to comment.