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
commit cde8f9837d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

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}