diff --git a/src/Components/Map.js b/src/Components/Map.js index a6b6dec..1606dd6 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: 11, + zoom: 12, }, userLocation: {}, gasStations: [], @@ -84,7 +84,7 @@ class Map extends React.Component { width: '100vw', latitude: position.coords.latitude, longitude: position.coords.longitude, - zoom: 10, + zoom: 12, }; this.setState({ viewport: newViewport,