Skip to content

Commit

Permalink
DBC22-1159: changed zoom level to match minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-oxd committed Nov 22, 2023
1 parent 27b9d56 commit 5e978eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/Components/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default function MapWrapper({
if (mapView.current) {
mapView.current.animate({
center: fromLonLat(coordinates),
zoom: 0,
zoom: 7,
});
}
}
Expand Down

0 comments on commit 5e978eb

Please sign in to comment.