diff --git a/src/Components/Map.js b/src/Components/Map.js index 1606dd6..84c4a85 100644 --- a/src/Components/Map.js +++ b/src/Components/Map.js @@ -20,7 +20,7 @@ class Map extends React.Component { height: '100vh', latitude: 44.837789, longitude: -0.57918, - zoom: 12, + zoom: 11, }, userLocation: {}, gasStations: [], @@ -84,7 +84,7 @@ class Map extends React.Component { width: '100vw', latitude: position.coords.latitude, longitude: position.coords.longitude, - zoom: 12, + zoom: 11, }; this.setState({ viewport: newViewport,