Route data handling needs code review
Bug #579371 reported by
Kieran Fleming
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenSatNav |
Fix Released
|
Medium
|
Unassigned |
Bug Description
The way that the route is represented needs to be more consistent throughout the different activities of the program
To post a comment you must log in.
Turns out that this is fine - the format used by the IPC system is an Arraylist with the lat and long in integer form (*1000000) and separated with a comma.
Written some Javadoc to specify this properly.