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


Ignore:
Timestamp:
Nov 11, 2020, 3:08:20 PM (3 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9239 r9243  
    121121  }
    122122  QString location = QString("%1, %2, %3, %4").arg(_currLat,0,'f',8).arg(_currLon,0,'f',8).arg(mapWinDotSize).arg(mapWinDotColor);
    123   _webView->page()->runJavaScript(QString("gotoLocation( %1 )").arg(location));
     123  _webView->page()->runJavaScript(QString("initialize( %1 )").arg(location));
    124124}
    125125
Note: See TracChangeset for help on using the changeset viewer.