PiRSquared17 / gccv2

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

GPX -> GCC converter #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A common task to me is to ride along someone's route. This route is usually 
represented as GPX file. However, GCC does not accept .gpx files as 
TrackToFollow. It only accepts .gcc files.

Suggestion: add a tool which will be able to convert some common format (such 
as GPX, KML, etc.) to .gcc file.

Original issue reported on code.google.com by randomcl...@gmail.com on 26 Nov 2013 at 1:58

GoogleCodeExporter commented 9 years ago
Hello,
GCC accepts also .gpx and .kml files. Press the "right arrow" or "left arrow" 
button to change the format. Report here if GCC has problems with your gpx-file.
Klaus

Original comment by kmb...@gmx.de on 30 Nov 2013 at 5:43

GoogleCodeExporter commented 9 years ago
I feel stupid now :) Thanks!

Original comment by randomcl...@gmail.com on 30 Nov 2013 at 6:37

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi, it is possible to import files (gpx,kml) form gpies to GCC. I try it but it 
did not work. 

The site is http://www.gpsies.com

Thank you very much for your help.

Original comment by fs...@online.de on 10 Feb 2014 at 7:27

GoogleCodeExporter commented 9 years ago
1. download the track from gpsies in the format "GPX Track".
2. copy the .gpx file to your "input/output files location" (directory choosen 
in GCC options).
3. in GCC press the menu button "Track2Follow".
4. press the right or left arrow button until *.gpx files are displayed
5. select your gpx file
6. press the open button (lower middle button).
7. press OK on the summary message box
The track should now be displayed in the map in red color.
Klaus

Original comment by kmb...@gmx.de on 10 Feb 2014 at 9:29