- Timestamp:
- Jun 8, 2013, 12:50:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/map/bncmapwin.cpp
r5168 r5175 92 92 return; 93 93 } 94 QString location("50.090956, 8.663283"); // BKG 94 double lat = 50.090956; // BKG 95 double lon = 8.663283; // BKG 96 QString location = QString("%1, %2").arg(lat).arg(lon); 95 97 _webView->page()->mainFrame()->evaluateJavaScript(QString("initialize( %1 )").arg(location)); 98 99 //// beg test 100 for (unsigned ii = 1; ii < 100; ii++) { 101 102 } 103 //// end test 96 104 }
Note:
See TracChangeset
for help on using the changeset viewer.