From 2b6e36a89c4691fe5bdcf7ca577c7a1eabd9b3d9 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Fri, 16 Dec 2016 17:04:19 -0500 Subject: [PATCH] Turned off diagnostics --- views/front/nearme/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/front/nearme/index.html b/views/front/nearme/index.html index b3c1a7f..84ffcc9 100644 --- a/views/front/nearme/index.html +++ b/views/front/nearme/index.html @@ -71,11 +71,11 @@ var refLon = {$refLon}; // Default location for My Location marker - Lon var maxAnywhereZoom = 14; // Max zoom in when doing anywhere search var boundsTimeout = 1500; // Time to wait after a map move or zoom before trying to load new POIs in milliseconds - var trackPositionInterval = 10000; // Time interval for getting user's current geolocation - 1 Min + var trackPositionInterval = 60000; // Time interval for getting user's current geolocation - 1 Min var highAccuracyPoisition = false; // Request high-accuracy user geolocation from user's device var postionTimeout = 15000; // Maximum amount of time we'll wait for geolocation result - 15 Sec var geolocationFailCount = 2; // Allow geolocation to fail this many times before switching to manual location settings ('set') - var trackToConsole = true; // Send debug/progress messages to developers console (Firefox) + var trackToConsole = false; // Send debug/progress messages to developers console (Firefox) // Set default - Need to make this configurable var mapLocation = new google.maps.LatLng(mapLat, mapLon); -- 2.17.1