Changeset 5178 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Jun 8, 2013, 1:41:08 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5177 r5178  
    108108  _webView->page()->mainFrame()->evaluateJavaScript(QString("gotoLocation( %1 )").arg(location));
    109109  //// beg test
    110   _currLat += 0.0001;
    111   _currLon += 0.0001;
    112   QTimer::singleShot(1000, this, SLOT(slotGotoLocation()));
     110  _currLat += 0.00001;
     111  _currLon += 0.00001;
     112  QTimer::singleShot(100, this, SLOT(slotGotoLocation()));
    113113  //// end test
    114114}
Note: See TracChangeset for help on using the changeset viewer.