Don't mock location

This commit is contained in:
Lucas Verney 2018-08-25 19:12:35 +02:00
parent b8ae8e9fa3
commit 9fc2128679
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ export const REPORT_TYPES_ORDER = ['gcum', 'interrupt', 'obstacle', 'pothole', '
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_GPX_PLAYBACK_SPEED = 2.0;
export const MOCK_LOCATION_UPDATE_INTERVAL = 5 * 1000; // in milliseconds