Changeset 5229 in ntrip for trunk/BNC


Ignore:
Timestamp:
Jun 16, 2013, 4:19:27 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5228 r5229  
    5050  setWindowTitle("BNC: Map View");
    5151
    52   // BKG Coordinates
    53   // ---------------
    54   _currLat = 50.090956;
    55   _currLon =  8.663283;
     52  // Current Coordinates
     53  // -------------------
     54  _currLat = 50.09057949; // BKG latitude
     55  _currLon =  8.66496871; // BKG longitude
    5656
    5757  _webView = new QWebView(this);
     
    6666  // Layout
    6767  // ------
    68 
    6968  QHBoxLayout* statusLayout = new QHBoxLayout;
    7069  statusLayout->addWidget(_statusLabel);
Note: See TracChangeset for help on using the changeset viewer.