We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d58ffc commit 9c63bf4Copy full SHA for 9c63bf4
1 file changed
content/wardrive.js
@@ -27,7 +27,7 @@ const OTTAWA_CENTER_LAT = 45.4215; // Ottawa Parliament Hill latitud
27
const OTTAWA_CENTER_LON = -75.6972; // Ottawa Parliament Hill longitude
28
const GEOFENCE_RADIUS_KM = 150; // Ottawa geofence radius in kilometers
29
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)
+const DEBUG_GPS_LOGGING = true; // Enable detailed GPS filtering console logs (set to true for debugging)
31
32
// MeshMapper API Configuration
33
const MESHMAPPER_API_URL = "https://yow.meshmapper.net/wardriving-api.php";
0 commit comments