- Timestamp:
- Jun 8, 2013, 10:50:42 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/map/bncmapwin.cpp
r5167 r5168 76 76 QFile htmlFile(":/map/html/index.html"); 77 77 if (!htmlFile.open(QFile::ReadOnly)) { 78 qDebug() << "bncMapWin:: cannot open index.html"; 78 79 return; 79 80 } … … 88 89 //////////////////////////////////////////////////////////////////////////// 89 90 void bncMapWin::slotInitMap(bool isOk) { 90 qDebug() << "slotInitMap";91 91 if (!isOk) { 92 92 return; 93 93 } 94 QString location(" -34.397, 150.644");94 QString location("50.090956, 8.663283"); // BKG 95 95 _webView->page()->mainFrame()->evaluateJavaScript(QString("initialize( %1 )").arg(location)); 96 96 }
Note:
See TracChangeset
for help on using the changeset viewer.