Index: trunk/BNC/src/map/html/index_osm.html
===================================================================
--- trunk/BNC/src/map/html/index_osm.html	(revision 5203)
+++ trunk/BNC/src/map/html/index_osm.html	(revision 5204)
@@ -38,5 +38,5 @@
         var offset  = new OpenLayers.Pixel(-size.w/2, -size.h/2);
 
-        icon    = new OpenLayers.Icon('crosshair.png', size, offset);
+        icon    = new OpenLayers.Icon("qrc:///map/html/crosshair.png", size, offset);
         markers = new OpenLayers.Layer.Markers("Markers");
 
@@ -57,5 +57,5 @@
   </head>
 
-  <body onload="initialize(50.090956, 8.663283);">
+  <body>
     <div id="basicMap"></div>
   </body>
