diff --git a/src/components/SightingMap.js b/src/components/SightingMap.js index 2d00465..097ba17 100644 --- a/src/components/SightingMap.js +++ b/src/components/SightingMap.js @@ -235,7 +235,8 @@ export class MapContainer extends Component { google={this.props.google} initialCenter={this.state.myLatLng} center={this.state.myLatLng} - defaultZoom={15} + minZoom={6} + zoom={6} onClick={this.onMapClick} >