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

Feature/map edits
This commit is contained in:
Alex Duncanson 2018-11-14 17:11:08 -05:00 committed by GitHub
commit 17410d3eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

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