abidinamdar / gmapcatcher

Automatically exported from code.google.com/p/gmapcatcher
1 stars 0 forks source link

automatic marker refresh stopped working with Fedora 15 #288

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I had been using the marker.txt file as a very easy way to plot a number of 
time-varying position reports.  The data source is similar to Amateur Radio 
Packet System mobile position beacons.  Before the Fedora 15 upgrade, my 
application wrote a new marker.txt file and gmapcatcher kept up with it once I 
set the GPS update option.  Now I have to manually refresh the screen to see 
the new data -- no more moving pushpins!  Perhaps I've been exploiting a bug 
that's been fixed, but I really don't want to fight xml when the marker.txt 
format is so convenient and worked so well.  I currently run several systems 
with Fedora 12, 13, and 15 and the 15 machine is the one with this problem.  
I've tried older versions of gmapcatcher (back to 0.5.7.0) but it's something 
about Fedora 15.  Any ideas?  Thanks!

Original issue reported on code.google.com by d41...@gmail.com on 27 Oct 2011 at 1:03

GoogleCodeExporter commented 8 years ago
That is very very strange...
But I have a possible solution, there is an option in the config file 
auto_refresh = 0 
that is in milliseconds, set it to 250 see if that does what you want.

Original comment by heldersepu on 27 Oct 2011 at 1:22

GoogleCodeExporter commented 8 years ago
According to DistroWatch:
http://distrowatch.com/table.php?distribution=fedora
Fedora 15 comes with Python 2.7.2, and Fedora 12 & 12 come with 2.6.x
I'm very short on free time to debug this case, but that might be the reason 
why.

Original comment by heldersepu on 27 Oct 2011 at 1:33

GoogleCodeExporter commented 8 years ago
That did it, thanks a lot!

Original comment by d41...@gmail.com on 28 Oct 2011 at 12:02

GoogleCodeExporter commented 8 years ago
Great, I'm happy for you.
If you need anything else or have some ideas you want to share, you can contact 
me directly: heldersepu (at) gmail.com

Original comment by heldersepu on 28 Oct 2011 at 12:23