Merge pull request #52 from alDuncanson/feature/report-map-location
Mirrored coordinates on sighting map in report map.
This commit is contained in:
		
						commit
						23ff1525b0
					
				@ -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,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user