- Timestamp:
- Jun 10, 2013, 4:19:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/map/html/index_osm.html
r5202 r5204 38 38 var offset = new OpenLayers.Pixel(-size.w/2, -size.h/2); 39 39 40 icon = new OpenLayers.Icon( 'crosshair.png', size, offset);40 icon = new OpenLayers.Icon("qrc:///map/html/crosshair.png", size, offset); 41 41 markers = new OpenLayers.Layer.Markers("Markers"); 42 42 … … 57 57 </head> 58 58 59 <body onload="initialize(50.090956, 8.663283);">59 <body> 60 60 <div id="basicMap"></div> 61 61 </body>
Note:
See TracChangeset
for help on using the changeset viewer.