Changeset 5229 in ntrip
- Timestamp:
- Jun 16, 2013, 4:19:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/map/bncmapwin.cpp
r5228 r5229 50 50 setWindowTitle("BNC: Map View"); 51 51 52 // BKGCoordinates53 // --------------- 54 _currLat = 50.090 956;55 _currLon = 8.66 3283;52 // Current Coordinates 53 // ------------------- 54 _currLat = 50.09057949; // BKG latitude 55 _currLon = 8.66496871; // BKG longitude 56 56 57 57 _webView = new QWebView(this); … … 66 66 // Layout 67 67 // ------ 68 69 68 QHBoxLayout* statusLayout = new QHBoxLayout; 70 69 statusLayout->addWidget(_statusLabel);
Note:
See TracChangeset
for help on using the changeset viewer.