saintbyte / openbmap

Automatically exported from code.google.com/p/openbmap
Other
1 stars 1 forks source link

Lat/Lon bug (again) #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Log and upload, keep and examine XML file

What is the expected output? What do you see instead?
As of 00.7.00, each scan element in the WiFi log contains (in that order):
- one gps element with correct lat/lon
- a wifiap element for each wifi found
- a gps element *with lat/lon swapped*

What version of the product are you using? On what operating system?
00.7.00 (revision f32ec9f623e3)

Please provide any additional information below.
Possibly same with cell logs, haven't looked at them yet.

Original issue reported on code.google.com by mich...@vonglasow.com on 4 Sep 2013 at 11:28

GoogleCodeExporter commented 9 years ago
Fixed with rf4bbd2969153 for cells and wifis.

For bettering handling such issues in the future I also added a second version 
attribute to the xml export

- <swver> Version used for tracking (saved in the client database)
- <exportver> Version used for exporting (checked at runtime)

Original comment by wish7code on 5 Sep 2013 at 8:21

GoogleCodeExporter commented 9 years ago
Yes, having separate version numbers for tracking and exporting is probably the 
cleanest solution. Will the server handle them accordingly?

Original comment by mich...@vonglasow.com on 5 Sep 2013 at 12:47