energyplug / geobeagle

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

GPX file not read, if entry in Cache List has been deleted #87

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. import GPX-files
2. delete one of the imported caches (long press)
3. re-sync the download folder

What is the expected output? What do you see instead?
Should show again all caches as before the deleting of one (i.e. accidently
tapped on delete instead of show - "thick fingers")
Sync'ing takes place, but the caches are not shown (doesn't matter if they
are close to the location or far away). (Total # of caches was 42, so no
limit problem)
re-starting of the app and trying again did not help, same for a shutdown
and reboot of the G1

What version of the product are you using? On what operating system?
v0.9.11 on the G1 (Android)

Please provide any additional information below.

Original issue reported on code.google.com by ralf.sim...@gmail.com on 30 Sep 2009 at 10:45

GoogleCodeExporter commented 8 years ago
Hi Ralf,

This is actually a feature :-P.  We don't reimport any files that have already 
been imported (we check the 
internal date stamp).  We could make an exception for caches where they have 
changed the state (i.e. they 
have deleted a cache), but I think that would be confusing--if I download 
caches for area A, find/delete 
some, then download and sync caches for area B, I don't expect the caches for 
area A to reappear in my list.

If you want to force a re-import, you need to delete the gpx file, sync, then 
re-add the gpx file.  (Or simply 
get an updated gpx file and sync that).

Perhaps we add an"are you sure" dialog...I'll open a feature request for that.

Original comment by stephen5...@gmail.com on 30 Sep 2009 at 1:53