Changeset 5175 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Jun 8, 2013, 12:50:23 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5168 r5175  
    9292    return;
    9393  }
    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);
    9597  _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
    96104}
Note: See TracChangeset for help on using the changeset viewer.