Converting latlong to a routeFORUMS HOME SEARCH FORUMS

Total posts in this topic: 5
Showing oldest posts first - Show newest
Sign in to post to this topicSIGN IN

    Page: 
    • 1
  • Photo
    Topic
    Creator
    Abhijit Tongaonkar Thursday 03 Sep 2020 06:15:05

    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 

  • Photo
    plotaroute admin   Friday 04 Sep 2020 08:11:00

    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>

     

  • Photo
    Topic
    Creator
    Abhijit Tongaonkar Saturday 05 Sep 2020 09:41:19

    Thanks. I will try this out. 

  • Photo
    Topic
    Creator
    Abhijit Tongaonkar Saturday 05 Sep 2020 09:43:01

    By the way, what other tags are supported by GPX? Can you point me to the documentation?

  • Photo
    Peter Höglund Monday 07 Sep 2020 06:00:04

    Gpx doc: https://www.topografix.com/GPX/1/1/

Page: 
  • 1