[Gpredict-svn] SF.net SVN: gpredict:[921] trunk/src/gtk-sat-map-ground-track.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <aa...@us...> - 2011-10-08 20:19:49
|
Revision: 921 http://gpredict.svn.sourceforge.net/gpredict/?rev=921&view=rev Author: aa1vs Date: 2011-10-08 20:19:43 +0000 (Sat, 08 Oct 2011) Log Message: ----------- Reset satellite after computing ground track. Modified Paths: -------------- trunk/src/gtk-sat-map-ground-track.c Modified: trunk/src/gtk-sat-map-ground-track.c =================================================================== --- trunk/src/gtk-sat-map-ground-track.c 2011-10-08 20:08:40 UTC (rev 920) +++ trunk/src/gtk-sat-map-ground-track.c 2011-10-08 20:19:43 UTC (rev 921) @@ -153,6 +153,10 @@ } + /* Reset satellite structure to eliminate glitches in single sat view and other places + when new ground track is layed out */ + predict_calc(sat, qth, satmap->tstamp); + /* reverse GSList */ obj->track_data.latlon = g_slist_reverse (obj->track_data.latlon); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |