Index: trunk/webapps/js/harLayer.js
===================================================================
--- trunk/webapps/js/harLayer.js	(revision 351)
+++ trunk/webapps/js/harLayer.js	(revision 357)
@@ -152,9 +152,9 @@
                 if (item.har.message.phase1.Line1 == "")
                 {
-                    cmsLayer.overrideStyle(cmsLayer.getFeatureById(item.har.index), {icon: iconHARidle})
+                    harLayer.overrideStyle(harLayer.getFeatureById(item.har.index), {icon: iconHARidle})
                 }
                 else
                 {
-                    cmsLayer.overrideStyle(cmsLayer.getFeatureById(item.har.index), {icon: iconHARactive})
+                    harLayer.overrideStyle(harLayer.getFeatureById(item.har.index), {icon: iconHARactive})
                 }   
             }
Index: trunk/webapps/js/cctvLayer.js
===================================================================
--- trunk/webapps/js/cctvLayer.js	(revision 351)
+++ trunk/webapps/js/cctvLayer.js	(revision 357)
@@ -63,4 +63,10 @@
         nearVDS = map.data.getFeatureById(event.feature.getProperty("nearVDS"));
         currentColor = nearVDS.getProperty("color");
+        // Currently, Fast and Slow images are stored in separate folders.
+        // As Neil gets actual images collated, we will change this to a file name scheme
+        // rte-id-velocity.jpg 
+        // rte is route number, e.g., 055
+        // id is 4-digit camera id, e.g., 0012
+        // vel is traffic velocity: "freeflow", "slow", or "stopped"
         var imgDir = "CCTVFast/";
         if (currentColor == "red" || currentColor == "yellow")
Index: trunk/webapps/cptms.html
===================================================================
--- trunk/webapps/cptms.html	(revision 351)
+++ trunk/webapps/cptms.html	(revision 357)
@@ -214,9 +214,5 @@
     <script  src="js/controls.js"></script>
     <script  src="js/night_mode.js"></script>
-    <!-- Using John's API Key
-    <script async defer
-    src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD6iTyN0DjP-9OVkAgicyp4tkC10naE_B8&libraries=places&callback=initMap">
-    </script>
- -->
+
     <!-- Project API Key -->
     <script async defer
