Changeset 5440 in ntrip for trunk/GnssCenter/map_stations
- Timestamp:
- Sep 12, 2013, 7:15:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GnssCenter/map_stations/map_stations.cpp
r5439 r5440 140 140 double latDeg = ell[0] * 180.0 / M_PI; 141 141 double lonDeg = ell[1] * 180.0 / M_PI; 142 t_worldPlot::t_point* point = new t_worldPlot::t_point(result->_name.c_str(),143 142 QString str = QString().sprintf("%d/%d", result->_nGPS, result->_nGLO); 143 t_worldPlot::t_point* point = new t_worldPlot::t_point(str, latDeg, lonDeg); 144 144 points.append(point); 145 145 }
Note:
See TracChangeset
for help on using the changeset viewer.