Skip to content

Commit

Permalink
BHBC-1512: Added zoom for fullscreen map on project details. (#685)
Browse files Browse the repository at this point in the history
Added zoom for fullscreen map on project details
  • Loading branch information
KjartanE authored Dec 24, 2021
1 parent 1ae419a commit aecd59b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ const LocationBoundary: React.FC<ILocationBoundaryProps> = (props) => {
<MapContainer
mapId="project_location_form_map"
hideDrawControls={true}
scrollWheelZoom={true}
nonEditableGeometries={nonEditableGeometries}
bounds={bounds}
setInferredLayersInfo={setInferredLayersInfo}
Expand Down

0 comments on commit aecd59b

Please sign in to comment.