refixed map
This commit is contained in:
parent
3d2ed8512c
commit
94869827da
|
@ -273,9 +273,8 @@ export class MapContainer extends Component {
|
||||||
center={this.state.myLatLng}
|
center={this.state.myLatLng}
|
||||||
minZoom={6}
|
minZoom={6}
|
||||||
zoom={6}
|
zoom={6}
|
||||||
onClick={this.onMapClick} >
|
|
||||||
defaultZoom={15}
|
|
||||||
onClick={this.onMapClick}
|
onClick={this.onMapClick}
|
||||||
|
defaultZoom={15}
|
||||||
>
|
>
|
||||||
<Marker
|
<Marker
|
||||||
position={this.state.myLatLng}
|
position={this.state.myLatLng}
|
||||||
|
|
Loading…
Reference in New Issue