Changeset 9966 in ntrip for trunk/BNC


Ignore:
Timestamp:
Jan 27, 2023, 4:32:47 PM (15 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9807 r9966  
    137137  _currLat = lat;
    138138  _currLon = lon;
    139 
     139  // beg test
     140   _currLat += 0.00001;
     141   _currLon += 0.00001;
     142  // end test
    140143  int    latDeg, latMin;
    141144  double latSec;
Note: See TracChangeset for help on using the changeset viewer.