fixed map

This commit is contained in:
Al Duncanson 2018-11-25 16:50:17 -05:00
parent 137b78359b
commit 7937ae1fb2
1 changed files with 1 additions and 2 deletions

View File

@ -272,9 +272,8 @@ export class MapContainer extends Component {
initialCenter={this.state.myLatLng} initialCenter={this.state.myLatLng}
center={this.state.myLatLng} center={this.state.myLatLng}
minZoom={6} minZoom={6}
zoom={6} zoom={7}
onClick={this.onMapClick} onClick={this.onMapClick}
defaultZoom={15}
> >
<Marker <Marker
position={this.state.myLatLng} position={this.state.myLatLng}