wchorolque / osmtracker-android

Automatically exported from code.google.com/p/osmtracker-android
GNU General Public License v3.0
0 stars 0 forks source link

Add altitude, kilometers distance on the Display track screen #190

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.go to the screen "Display track"

What is the expected output? What do you see instead?
i want to see altitude with track like on the Windows mobile version like seen 
on this image
http://wiki.openstreetmap.org/images/e/ea/Osm_tracker_pic2.jpg
This could be cool when you have done an bicycle ride to see track, kilometers 
and altitudes.
maybe add another screen for small screen res

What version of the product are you using (See "About" screen)?
last available on Google play store

Make/model of your device, and Android version?
galaxy tab 2 7" Android 4.0

Please provide any additional information below.

Original issue reported on code.google.com by Yod4zM...@gmail.com on 8 Aug 2012 at 11:35

GoogleCodeExporter commented 9 years ago
+1 for those feature: just showing the total distance, so without any graph 
would be a good start for this issue! :)
Actually I export the GPX from OSMTracker and then open it with GPX Reader 
(https://play.google.com/store/apps/details?id=gpx.parser) but a all-in-one 
tool would be great! :)

Original comment by emanuele...@gmail.com on 14 Sep 2013 at 8:14

GoogleCodeExporter commented 9 years ago
Here is my code for adding distance and speed/altitude min/max computation:

http://pastebin.com/S1ksAVTF

it uses Math.min/max functions and GeoPoint class from OSM-droid library

Original comment by thePanz@gmail.com on 15 Sep 2013 at 2:47

GoogleCodeExporter commented 9 years ago
Happy to take a GitHub pull request to implement that. Seems you're on the 
right track.

Original comment by nicolas@guillaumin.me on 16 Sep 2013 at 8:54

GoogleCodeExporter commented 9 years ago
Ok, I'll try to post a pull request as soon I get all the "functionality 
coding" done for the Track class; regarding the the "display" part: could you 
add such Track information to the detailed view? I'm not an expert Android 
developer.

Original comment by thePanz@gmail.com on 16 Sep 2013 at 11:26

GoogleCodeExporter commented 9 years ago
I'm afraid I won't have too much time for that, so if you provide only half a 
patch it's unlikely it will make it to the app...

Original comment by nicolas@guillaumin.me on 16 Sep 2013 at 11:35

GoogleCodeExporter commented 9 years ago
My pull request is here:
https://github.com/nguillaumin/osmtracker-android/pull/38

Original comment by thePanz@gmail.com on 18 Sep 2013 at 10:51