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


Ignore:
Timestamp:
Jul 13, 2022, 4:29:35 PM (22 months ago)
Author:
stuerze
Message:

small bug fixed

File:
1 edited

Legend:

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

    r9246 r9790  
    129129  _currLat = lat;
    130130  _currLon = lon;
    131   //// beg test
    132   // _currLat += 0.00001;
    133   // _currLon += 0.00001;
    134   //// end test
     131
     132  if (!_webView) {
     133    return;
     134  }
    135135
    136136  int    latDeg, latMin;
Note: See TracChangeset for help on using the changeset viewer.