Index: trunk/webapps/js/cctvLayer.js
===================================================================
--- trunk/webapps/js/cctvLayer.js	(revision 326)
+++ trunk/webapps/js/cctvLayer.js	(revision 335)
@@ -43,4 +43,6 @@
     cctvLayer = new google.maps.Data();
     cctvLayer.loadGeoJson(kCCTVfile);
+    // Define the clickable area on an icon (the default is too big)
+    var clickRegion = {coords: [0,0,14,8], type: "rect"}  
     cctvLayer.setStyle(function(feature)
     {
@@ -48,4 +50,5 @@
         return {
             icon: makecctvIcon(feature.getProperty("nearVDS")),
+            shape: clickRegion,
             title: feature.getId() + " " +feature.getProperty('locationName'),
             visible: false  
