We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c22ffc commit 43c1c4eCopy full SHA for 43c1c4e
src/components/plants/Dashboard/Map.tsx
@@ -81,7 +81,7 @@ interface MapboxFeaturesProps {
81
82
const navControlStyle = { right: 10, bottom: 10, zIndex: 10 };
83
const DEFAULT_VIEWPORT: ViewportProps = {
84
- zoom: 10,
+ zoom: 5,
85
width: 'fit',
86
height: '100%',
87
};
0 commit comments