From 7937ae1fb203b547b3a6e77b2110f57a50be9e6f Mon Sep 17 00:00:00 2001 From: Al Duncanson Date: Sun, 25 Nov 2018 16:50:17 -0500 Subject: [PATCH] fixed map --- src/components/SightingMap.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/SightingMap.js b/src/components/SightingMap.js index 0f9bc0e..bf3aafa 100644 --- a/src/components/SightingMap.js +++ b/src/components/SightingMap.js @@ -272,9 +272,8 @@ export class MapContainer extends Component { initialCenter={this.state.myLatLng} center={this.state.myLatLng} minZoom={6} - zoom={6} + zoom={7} onClick={this.onMapClick} - defaultZoom={15} >