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 43c1c4e commit 454720dCopy full SHA for 454720d
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: 5,
+ zoom: 1,
85
width: 'fit',
86
height: '100%',
87
};
0 commit comments