Fix a bug with manual address selection
This commit is contained in:
parent
e5838996ea
commit
b168fe2b9e
@ -25,7 +25,10 @@ export default {
|
||||
onManualLocationPicker(value) {
|
||||
this.$store.dispatch(
|
||||
'setCurrentPosition',
|
||||
{ latLng: [value.latlng.lat, value.latlng.lng] },
|
||||
{
|
||||
coords: { latitude: value.latlng.lat, longitude: value.latlng.lng },
|
||||
timestamp: new Date().getTime(),
|
||||
},
|
||||
);
|
||||
},
|
||||
},
|
||||
|
@ -23,7 +23,6 @@ export const REPORT_TYPES = {
|
||||
image: accidentIcon,
|
||||
marker: accidentMarker,
|
||||
markerLarge: accidentMarker,
|
||||
|
||||
},
|
||||
gcum: {
|
||||
description: 'reportLabels.gcumDescription',
|
||||
|
Loading…
Reference in New Issue
Block a user