- Timestamp:
- Aug 11, 2022, 2:42:17 PM (3 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/Example_Configs/11_PPPPostProc.bnc
r9791 r9802 104 104 sp3CompOutLogFile= 105 105 sslCaCertPath= 106 sslClientCertPath= 106 107 sslIgnoreErrors=0 107 startTab=1 3108 startTab=14 108 109 statusTab=3 109 110 trafo_dx= -
trunk/BNC/src/map/bncmapwin.cpp
r9790 r9802 130 130 _currLon = lon; 131 131 132 if (!_webView ) {132 if (!_webView->page()) { 133 133 return; 134 134 } … … 157 157 return; 158 158 } 159 159 160 double ell[3]; 160 161 xyz2ell(xx.data(), ell);
Note:
See TracChangeset
for help on using the changeset viewer.