From 32513aac4d3948710e1208dd4d86cb7945075be8 Mon Sep 17 00:00:00 2001 From: WildScotsmen Date: Sat, 17 Nov 2018 22:54:17 -0500 Subject: [PATCH] Mirrored coordinates on sighting map in report map. --- src/components/ReportMap.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/ReportMap.js b/src/components/ReportMap.js index f4848ee..3e72165 100644 --- a/src/components/ReportMap.js +++ b/src/components/ReportMap.js @@ -30,8 +30,8 @@ export class MapContainer extends Component { // center map on Grand Rapids, Michigan this.setState({ myLatLng: { - lat: 42.9634, - lng: 85.6681 + lat: 43.8666776, + lng: -85.9667325 } } ); @@ -82,8 +82,8 @@ export class MapContainer extends Component { // marker and info window information state = { myLatLng: { - lat: 42.9634, - lng: 85.6681 + lat: 43.8666776, + lng: -85.9667325 }, markerLatLng: { lat: 0,