changed maps default zoom
This commit is contained in:
parent
a9bf3aa5e4
commit
39f06f844b
|
@ -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} >
|
||||
|
||||
<Marker
|
||||
|
|
Loading…
Reference in New Issue