Index: /trunk/GnssCenter/map_stations/map_stations.cpp
===================================================================
--- /trunk/GnssCenter/map_stations/map_stations.cpp	(revision 5422)
+++ /trunk/GnssCenter/map_stations/map_stations.cpp	(revision 5423)
@@ -74,4 +74,9 @@
     _thriftClient->start();
   }
+  //// beg test
+  else {
+    _plot->slotNewPoint("AAAA", 50.0, 15.0);
+  }
+  //// end test
 }
 
Index: /trunk/GnssCenter/map_stations/worldplot.cpp
===================================================================
--- /trunk/GnssCenter/map_stations/worldplot.cpp	(revision 5422)
+++ /trunk/GnssCenter/map_stations/worldplot.cpp	(revision 5423)
@@ -83,4 +83,6 @@
   marker->setSymbol(symbol);
   marker->attach(this);
+
+  replot();
 }
 
