Changeset 9802 in ntrip for trunk/BNC/src/map


Ignore:
Timestamp:
Aug 11, 2022, 2:42:17 PM (21 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9790 r9802  
    130130  _currLon = lon;
    131131
    132   if (!_webView) {
     132  if (!_webView->page()) {
    133133    return;
    134134  }
     
    157157    return;
    158158  }
     159
    159160  double ell[3];
    160161  xyz2ell(xx.data(), ell);
Note: See TracChangeset for help on using the changeset viewer.