From: Chuck Scott Date: Fri, 16 Dec 2016 22:04:19 +0000 (-0500) Subject: Turned off diagnostics X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=2b6e36a89c4691fe5bdcf7ca577c7a1eabd9b3d9;p=WP-Plugins%2Fglm-member-db-nearme.git Turned off diagnostics --- 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);