Don't mock location
This commit is contained in:
parent
b8ae8e9fa3
commit
9fc2128679
@ -66,7 +66,7 @@ export const REPORT_TYPES_ORDER = ['gcum', 'interrupt', 'obstacle', 'pothole', '
|
|||||||
|
|
||||||
export const MIN_DISTANCE_REPORT_DETAILS = 40; // in meters
|
export const MIN_DISTANCE_REPORT_DETAILS = 40; // in meters
|
||||||
|
|
||||||
export const MOCK_LOCATION = true;
|
export const MOCK_LOCATION = false;
|
||||||
export const MOCK_LOCATION_USE_GPX = true;
|
export const MOCK_LOCATION_USE_GPX = true;
|
||||||
export const MOCK_LOCATION_GPX_PLAYBACK_SPEED = 2.0;
|
export const MOCK_LOCATION_GPX_PLAYBACK_SPEED = 2.0;
|
||||||
export const MOCK_LOCATION_UPDATE_INTERVAL = 5 * 1000; // in milliseconds
|
export const MOCK_LOCATION_UPDATE_INTERVAL = 5 * 1000; // in milliseconds
|
||||||
|
Loading…
Reference in New Issue
Block a user