Merge pull request #52 from alDuncanson/feature/report-map-location

Mirrored coordinates on sighting map in report map.
This commit is contained in:
Jacob McCloughan 2018-11-19 16:48:01 -05:00 committed by GitHub
commit 23ff1525b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -30,8 +30,8 @@ export class MapContainer extends Component {
// center map on Grand Rapids, Michigan // center map on Grand Rapids, Michigan
this.setState({ this.setState({
myLatLng: { myLatLng: {
lat: 42.9634, lat: 43.8666776,
lng: 85.6681 lng: -85.9667325
} }
} }
); );
@ -82,8 +82,8 @@ export class MapContainer extends Component {
// marker and info window information // marker and info window information
state = { state = {
myLatLng: { myLatLng: {
lat: 42.9634, lat: 43.8666776,
lng: 85.6681 lng: -85.9667325
}, },
markerLatLng: { markerLatLng: {
lat: 0, lat: 0,