Merge pull request #55 from alDuncanson/feature/map-edits

fixed map
This commit is contained in:
Alex Duncanson
2018-11-25 17:42:16 -05:00
committed by GitHub

View File

@@ -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}
>
<Marker
position={this.state.myLatLng}