Suunto app Forum Suunto Community Forum
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Waypoints - What is displayed?

    Scheduled Pinned Locked Moved Suunto 9
    19 Posts 6 Posters 1.0k Views 6 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • fazelF Offline
      fazel Bronze Member
      last edited by

      I’ve created a route using plotaroute and exported based on the guidance from a previous thread. This results in the following fields for each waypoint in the GPX file.

      <name></name>
      <cmt></cmt>
      <desc></desc>
      <sym></sym>
      

      I understand I need to replace the <sym></sym> tags with <type></type> using the available options listed in the Route API Description. What I would like to know is how the other tags are interpreted and displayed on the watch when I read a waypoint. Are all three (name, cmt, desc) displayed, only one, or some other combination? Also, what is best practice in terms of the number of characters to include in total?

      Thanks!

      1 Reply Last reply Reply Quote 0
      • isaziI Offline
        isazi Moderator
        last edited by

        Not a reply per se, but I exported a route with waypoints from plotaroute in GPX and imported it in SA without the need to modify anything.

        Watch: Suunto Vertical Ti

        Blog: isazi's home

        H 1 Reply Last reply Reply Quote 1
        • H Offline
          halajos Bronze Member @isazi
          last edited by

          @isazi did the watch show waypoint names upon arrival? I tried with plotaroute with directions, but used MC instead of SA to load the track onto the watch. The watch showed “waypoint 1” instead of the directions shown on plotaroute.
          The GPX exported from plotaroute looks like this:

          <wpt lat="47.486166" lon="18.422246">
          <time>2021-01-13T01:37:17Z</time>
          <name>Turn sligh</name>
          <cmt>Turn slight left</cmt>
          <desc>Turn slight left</desc>
          <sym>Left_slight</sym>
          </wpt>
          <wpt lat="47.485683" lon="18.418518">
          <time>2021-01-13T01:43:17Z</time>
          <name>Turn right</name>
          <cmt>Turn right</cmt>
          <desc>Turn right</desc>
          <sym>Right</sym>
          </wpt>
          <wpt lat="47.485683" lon="18.418518">
          <time>2021-01-13T01:44:24Z</time>
          <name>Turn left</name>
          <cmt>Turn left</cmt>
          <desc>Turn left</desc>
          <sym>Left</sym>
          </wpt>
          
          fazelF isaziI 2 Replies Last reply Reply Quote 0
          • fazelF Offline
            fazel Bronze Member @halajos
            last edited by fazel

            @halajos Check this out…

            Waypoints

            During the navigation user is alerted when coming in close proximity of the waypoint. Normally being used to identify specific locations, crossroads, camping sites etc.

            Waypoints are generated from:

            • wpt -elements that have same coordinates as some rtept or trkpt -element.
            • rtept and trkpt -elements that have name and/or type.

            The data imported from above mentioned elements are:

            • name
            • type
            • latitude
            • longitude
            • elevation

            An unnamed waypoint is created if name is missing but a type exists.

            A waypoint with type Waypoint is created if type is missing but a name exists.

            The type of waypoint determines the icon shown in Suunto watches. The type can be one of (case-insensitive):

            • Begin
            • Building
            • Cafe
            • Camp
            • Camping
            • Car
            • Cave
            • Cliff
            • Coast
            • Crossroads
            • Emergency
            • End
            • Food
            • Forest
            • Geocache
            • Hill
            • Home
            • Hostel
            • Hotel
            • Info
            • Lake
            • Lodging
            • Meadow
            • Mountain
            • Parking
            • Peak
            • Restaurant
            • River
            • Road
            • Rock
            • Sight
            • Trail
            • Valley
            • Water
            • Waterfall
            • Waypoint

            If the type is not any of the above, the default, Waypoint is used.

            fazelF 1 Reply Last reply Reply Quote 1
            • isaziI Offline
              isazi Moderator @halajos
              last edited by

              @halajos said in Waypoints - What is displayed?:

              @isazi did the watch show waypoint names upon arrival?

              Yes, I used the export in which Plotaroute generates direction waypoints for you and got all the names.

              Watch: Suunto Vertical Ti

              Blog: isazi's home

              1 Reply Last reply Reply Quote 1
              • fazelF Offline
                fazel Bronze Member @fazel
                last edited by fazel

                @fazel @halajos this suggests the fact that because your PAR export has <name></name> but not <type></type> (as does mine), the generic “Waypoint” is used. From what I can surmise, the only two fields that are interpreted by the watch are <name></name> and <type></type>. Type is case INsensitive and can only be an item from those listed. If I’m right, <name></name> should include all of the text you want displayed. The other tags exported by PAR (<cmt></cmt> and <desc></desc>) can be deleted/ignored, and <sym></sym> should be replaced with <type></type>.

                This is easy to do in a text editor.

                H 1 Reply Last reply Reply Quote 0
                • H Offline
                  halajos Bronze Member @fazel
                  last edited by

                  @fazel thank you for the explanation!

                  fazelF 1 Reply Last reply Reply Quote 1
                  • fazelF Offline
                    fazel Bronze Member @halajos
                    last edited by

                    @halajos truth is…I’m just winging it…

                    Fenr1rF 1 Reply Last reply Reply Quote 1
                    • Fenr1rF Offline
                      Fenr1r @fazel
                      last edited by Fenr1r

                      @fazel Where did you land on the sensitivity of type case? In the official-looking-material post it’s not (“in-”) but in your last it … is. Which applies? Before competing interpretations inevitably result in discord, factionalism and physical hostilities.

                      fazelF 1 Reply Last reply Reply Quote 1
                      • fazelF Offline
                        fazel Bronze Member @Fenr1r
                        last edited by fazel

                        @Fenr1r I see case sensitive? Where to you see “non-”? Also - I’m a big fan of your vocabulary/writing prowess.👏 👏

                        Fenr1rF 1 Reply Last reply Reply Quote 0
                        • fazelF Offline
                          fazel Bronze Member
                          last edited by fazel

                          PAR Export:

                          <wpt lat="40.612411" lon="-82.272338">
                          <time>2021-01-13T00:08:06Z</time>
                          <name>Up</name>
                          <cmt>3-step up (1)</cmt>
                          <desc>3-step up (1)</desc>
                          <sym>Left_slight</sym>
                          </wpt>
                          

                          After editing

                          <wpt lat="40.612411" lon="-82.272338">
                          <time>2021-01-13T00:08:06Z</time>
                          <name>3-step up (1)</name>
                          <type>Hill</type>
                          </wpt>
                          

                          We’ll see if this works.

                          fazelF 1 Reply Last reply Reply Quote 0
                          • Fenr1rF Offline
                            Fenr1r @fazel
                            last edited by

                            @fazel You mean my fantastic ability to get the words wrong? Thunk you. Not “non-” but “in-”. Up above:

                            The type of waypoint determines the icon shown in Suunto watches. The type can be one of (case-insensitive):

                            fazelF 1 Reply Last reply Reply Quote 1
                            • fazelF Offline
                              fazel Bronze Member @Fenr1r
                              last edited by

                              @Fenr1r Oh geez - you are right. It is not case-sensitive. I will correct. Thank you!

                              1 Reply Last reply Reply Quote 1
                              • fazelF Offline
                                fazel Bronze Member @fazel
                                last edited by

                                @fazel This doesn’t appear to work. At least not as a direct import into SA from the GPX file.

                                fazelF 1 Reply Last reply Reply Quote 0
                                • fazelF Offline
                                  fazel Bronze Member @fazel
                                  last edited by

                                  @fazel however, I uploaded to QS and it subsequently showed up in SA with the waypoints (on iOS). So - success.

                                  1 Reply Last reply Reply Quote 1
                                  • Dimitrios KanellopoulosD Offline
                                    Dimitrios Kanellopoulos Community Manager
                                    last edited by

                                    SA iOS stil ldoes not parse the waypoints from a GPX (I think)

                                    WAypoints need to be inside the track for the watch / app to display them

                                    Community Manager / Admin @Suunto
                                    Creator of Quantified-Self.io
                                    youtube.com/c/dimitrioskanellopoulos
                                    https://instagram.com/dimitrioskanellopoulos
                                    https://www.strava.com/athletes/7586105

                                    fazelF F 2 Replies Last reply Reply Quote 0
                                    • fazelF Offline
                                      fazel Bronze Member @Dimitrios Kanellopoulos
                                      last edited by

                                      @Dimitrios-Kanellopoulos two questions.

                                      1. Does this mean even if I see the waypoints in the app, they won’t appear when I complete the route? (For clarification, I do see the waypoints in SA after uploading to QS on iOS.)
                                      2. If this is the case, can I get around it by inserting the points within the <trk></trk> tags?

                                      Thanks

                                      1 Reply Last reply Reply Quote 0
                                      • F Offline
                                        fritzbt2013 Bronze Member @Dimitrios Kanellopoulos
                                        last edited by

                                        @Dimitrios-Kanellopoulos Just tested this. As you suggested still not working in iOS. I see the Waypoints in the GPX file but SA ignores on import. Any idea on when this might get resolved? Makes sharing routes a real pain … (anyone have a good workaround here?).

                                        fazelF 1 Reply Last reply Reply Quote 0
                                        • fazelF Offline
                                          fazel Bronze Member @fritzbt2013
                                          last edited by

                                          @fritzbt2013 it did work for me if I uploaded via the services menu is QS. Do you have SA connected with QS? I’m on iOS which is not officially supported according to the uploader, but it works. I tested a route yesterday using this process.

                                          1. Straight export from PAR. You only need to fill out the label field. Select POI in the export options.
                                          2. Upload to QS

                                          The file then shoes up in SA. If you select it, you will see the waypoint flags.

                                          1 Reply Last reply Reply Quote 0
                                          • First post
                                            Last post

                                          Suunto Terms | Privacy Policy