Index: branches/realtime_VDS/dynamicdata/last_fetch_time.txt
===================================================================
--- branches/realtime_VDS/dynamicdata/last_fetch_time.txt	(revision 587)
+++ branches/realtime_VDS/dynamicdata/last_fetch_time.txt	(revision 587)
@@ -0,0 +1,1 @@
+03/10/2020 11:05:00
Index: branches/realtime_VDS/cptms/index.html
===================================================================
--- branches/realtime_VDS/cptms/index.html	(revision 585)
+++ branches/realtime_VDS/cptms/index.html	(revision 587)
@@ -149,6 +149,6 @@
     var kCCTVfile = "data_layers/cctv_locations_D12.gjson"; // CCTV locations
     var kHARfile = "data_layers/har_locations_D12.gjson"; // CMS locations 
-    var lastFetchFile = "last_fetch_time.txt";
-    var fetchInterval = 15;
+    var lastFetchFile = "../dynamicdata/last_fetch_time.txt";
+    var fetchInterval = 60;
     var liveImage = "images/live.svg"
     var iconCMSactive = "images/icon_cms_active.png";
Index: branches/realtime_VDS/cptms/js/vdsLayer.js
===================================================================
--- branches/realtime_VDS/cptms/js/vdsLayer.js	(revision 585)
+++ branches/realtime_VDS/cptms/js/vdsLayer.js	(revision 587)
@@ -173,5 +173,5 @@
     // if fetch is a success, display live img
     if (success) {
-        console.log(live);
+        //console.log(live);
         if (map.controls[google.maps.ControlPosition.TOP_RIGHT].getLength() > 0)
             map.controls[google.maps.ControlPosition.TOP_RIGHT].pop();
@@ -180,5 +180,5 @@
     // if error, display sad smiley image
     else {
-        console.log(notLive);
+        //console.log(notLive);
         if (map.controls[google.maps.ControlPosition.TOP_RIGHT].getLength() > 0)
             map.controls[google.maps.ControlPosition.TOP_RIGHT].pop();
@@ -191,5 +191,5 @@
 {
     var rawFile = new XMLHttpRequest();
-    rawFile.open("GET", lastFetchFile, false);
+    rawFile.open("GET", lastFetchFile, true);
     rawFile.onreadystatechange = function ()
     {
