Index: trunk/BNC/src/bnc.qrc
===================================================================
--- trunk/BNC/src/bnc.qrc	(revision 5173)
+++ trunk/BNC/src/bnc.qrc	(revision 5174)
@@ -44,4 +44,5 @@
     <file>map/html/index.html</file>
     <file>map/html/mapview.js</file>
+    <file>map/html/crosshair.png</file>
 </qresource>
 </RCC>
Index: trunk/BNC/src/map/html/mapview.js
===================================================================
--- trunk/BNC/src/map/html/mapview.js	(revision 5173)
+++ trunk/BNC/src/map/html/mapview.js	(revision 5174)
@@ -17,5 +17,5 @@
     map:       map,
     position:  new google.maps.LatLng(lat, lon),
-    //  icon: jsonObj.icon
+    // icon:   "qrc:///map/html/crosshair.png"
   });
 }
