I discovered plotarote _after_ I completed a walkathon of about 2800 km. I do have the lat-long data from time to time (at least one rest point - at the end of the day) - I want to create a route based on this data. Is there a way to 'upload' say a .csv and get it converted to a route?
abhijit
Hi Abhijit,
We don't have a CSV import option but you could create GPX file using a text editor and upload that. Follow the example format below:
<gpx>
<trk>
<name>Demo</name>
<trkseg>
<trkpt lat="51.1915" lon="-3.22537"></trkpt>
<trkpt lat="51.19154" lon="-3.22565"></trkpt>
<trkpt lat="51.19157" lon="-3.22585"></trkpt>
</trkseg>
</trk>
</gpx>
Thanks. I will try this out.
By the way, what other tags are supported by GPX? Can you point me to the documentation?
Gpx doc: https://www.topografix.com/GPX/1/1/