lijian8 / tamt

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

GPS point assign error #68

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.using the Accra GPS data sets the point assign routine appears to stall, 
sometimes the message (attached) appears and the only way out is to reset the 
appliance. Happens with all three zip files (Small, medium, large)
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by jarogers...@gmail.com on 5 May 2011 at 9:41

Attachments:

GoogleCodeExporter commented 9 years ago
Need steps to reproduce

Original comment by stuartmo...@gmail.com on 18 Jun 2011 at 1:19

GoogleCodeExporter commented 9 years ago
OPTION 1

- swallow the update error
- introduce a final tally for # points assigned
- if # assigned < # in trace, tell user to re-assign

OPTION 2

Two fixes:
- 1) swallow the cannot check assigned status error
- 2) allow an escape button with a warning to delete imported gps trace (and 
try again) - this is to get out of modal window where process does not complete 
(crash)

may combine these two: if error; close modal as well.

look at the possibility of removing status update and showing a status update 
only upon completion of the import.

Original comment by stuartmo...@gmail.com on 20 Jun 2011 at 2:54