Changeset 5423 in ntrip
- Timestamp:
- Sep 12, 2013, 4:32:08 PM (11 years ago)
- Location:
- trunk/GnssCenter/map_stations
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GnssCenter/map_stations/map_stations.cpp
r5422 r5423 74 74 _thriftClient->start(); 75 75 } 76 //// beg test 77 else { 78 _plot->slotNewPoint("AAAA", 50.0, 15.0); 79 } 80 //// end test 76 81 } 77 82 -
trunk/GnssCenter/map_stations/worldplot.cpp
r5421 r5423 83 83 marker->setSymbol(symbol); 84 84 marker->attach(this); 85 86 replot(); 85 87 } 86 88
Note:
See TracChangeset
for help on using the changeset viewer.