Changeset 5168 in ntrip for trunk/BNC/src/map/bncmapwin.cpp


Ignore:
Timestamp:
Jun 8, 2013, 10:50:42 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/map/bncmapwin.cpp

    r5167 r5168  
    7676  QFile htmlFile(":/map/html/index.html");
    7777  if (!htmlFile.open(QFile::ReadOnly)) {
     78    qDebug() << "bncMapWin:: cannot open index.html";
    7879    return;
    7980  }
     
    8889////////////////////////////////////////////////////////////////////////////
    8990void bncMapWin::slotInitMap(bool isOk) {
    90   qDebug() << "slotInitMap";
    9191  if (!isOk) {
    9292    return;
    9393  }
    94   QString location("-34.397, 150.644");
     94  QString location("50.090956, 8.663283"); // BKG
    9595  _webView->page()->mainFrame()->evaluateJavaScript(QString("initialize( %1 )").arg(location));
    9696}
Note: See TracChangeset for help on using the changeset viewer.