Changeset 5174 in ntrip
- Timestamp:
- Jun 8, 2013, 12:43:31 PM (11 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnc.qrc
r5171 r5174 44 44 <file>map/html/index.html</file> 45 45 <file>map/html/mapview.js</file> 46 <file>map/html/crosshair.png</file> 46 47 </qresource> 47 48 </RCC> -
trunk/BNC/src/map/html/mapview.js
r5173 r5174 17 17 map: map, 18 18 position: new google.maps.LatLng(lat, lon), 19 // icon: jsonObj.icon19 // icon: "qrc:///map/html/crosshair.png" 20 20 }); 21 21 }
Note:
See TracChangeset
for help on using the changeset viewer.