Skip to content

Commit 9c63bf4

Browse files
committed
Enable DEBUG_GPS_LOGGING for detailed GPS filtering console logs
1 parent 0d58ffc commit 9c63bf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/wardrive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const OTTAWA_CENTER_LAT = 45.4215; // Ottawa Parliament Hill latitud
2727
const OTTAWA_CENTER_LON = -75.6972; // Ottawa Parliament Hill longitude
2828
const GEOFENCE_RADIUS_KM = 150; // Ottawa geofence radius in kilometers
2929
const MIN_PING_DISTANCE_M = 25; // Minimum movement required between pings in meters
30-
const DEBUG_GPS_LOGGING = false; // Enable detailed GPS filtering console logs (set to true for debugging)
30+
const DEBUG_GPS_LOGGING = true; // Enable detailed GPS filtering console logs (set to true for debugging)
3131

3232
// MeshMapper API Configuration
3333
const MESHMAPPER_API_URL = "https://yow.meshmapper.net/wardriving-api.php";

0 commit comments

Comments
 (0)