Skip to content

Commit 43c1c4e

Browse files
Change zoom level
1 parent 8c22ffc commit 43c1c4e

File tree

1 file changed

+1
-1
lines changed
  • src/components/plants/Dashboard

1 file changed

+1
-1
lines changed

src/components/plants/Dashboard/Map.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ interface MapboxFeaturesProps {
8181

8282
const navControlStyle = { right: 10, bottom: 10, zIndex: 10 };
8383
const DEFAULT_VIEWPORT: ViewportProps = {
84-
zoom: 10,
84+
zoom: 5,
8585
width: 'fit',
8686
height: '100%',
8787
};

0 commit comments

Comments
 (0)