Skip to content
  • Categories
  • Recent
  • Popular
  • Support
  • MyRoute-app
Collapse
Brand Logo

MRA Community Forum

  1. Home
  2. General Discussion
  3. Placement of waypoints

Placement of waypoints

Scheduled Pinned Locked Moved General Discussion
33 Posts 11 Posters 1.1k Views 4 Watching
  • 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.
  • EMW-motorriddersundefined Offline
    EMW-motorriddersundefined Offline
    EMW-motorridders
    wrote last edited by EMW-motorridders
    #23

    I handle or fill the route automatically to +/- 45 WayPoints so you can go up to 50, which is not bad every 5-6 km and so you end up with +/- 300 km.
    A nice day route in my opinion.
    But the trick is to move your points strategically while comparing TTR and HERE at the same time but under the software behavior of TomToM.
    You do through the eyes of someone who is a stranger to the subject matter.
    It takes a lot of practice and it pays off afterwards. I have been working with MRA for over 10 years.

    ( limit 50 points per route is also useful if you want to export to another device, for example the Navigator 7 from BMW which is a stubborn system but much better than version 5 and 6 !

    1 Reply Last reply
    0
    • Guzzistundefined Guzzist

      @D-Griffin I don't want to come across as a high school teacher... 😉
      I mean it in a friendly way, but it's really a difference between operating Google maps and operating route planning tools. It would be easier for you (and for some who are going to help you) if you would become familiar with correct terms (wording).

      As @Con-Hennekens explained:

      • a route is a collection of (limited) routepoints, which are entered over a map during planning. The navigation tool is using the map and the roads in, to calculate the way to the next route point over that streets. And will give you instructions how to ride.
        Often such points are called imprecise as "Waypoints".

      • a track is a collection of trackpoints, which can also be entered over a map. Or can be recorded during ride by navigation tool (MyRoute-App calls it then Tracklog).
        The navigation tool is using that points, to draw a line as overlay on the map. It does not have the need of a map to draw the line, because the points are close to each other. And therefore the navigation tool can not guide you! Exception: MyRoute-App can do it 🙂

      Routepoints can get a name (and in MyRoute-App also a description) and will presented on the map. But a Trackpoint can't get a name and will not presented on the map (only a line from one to the next trackpoint).

      • third type of a point (along gpx rules) is the real Waypoint. It can be entered simply as POI; then it's only visible as point on the map. Or it will be entered additionally as Routepoint; then it is also included in the route and affects the route.

      May it sounds a bit complicated, but it is not. You may plan a route, save it as gpx file on your computer. Then open this file by an Text editor; it's readable and you can find the terms:
      <wpt> which is a description of a way point, means a POI, which is not a route point!
      There can be a couple of such way points in the file.
      <rte> which is the beginning of a description of a route with a couple (min. 2) of <rtept> which each is a route point.
      <trk> which is the beginning of a description of a track with many <trkpt> which each is a track point.

      I tried to keep it simpl; some experts may not 100% agree. It's not necessary to understand everything in such a file. But it gives a you glimpse of the official terms and how to use it in discussions.

      Martin Wilckeundefined Offline
      Martin Wilckeundefined Offline
      Martin Wilcke
      wrote last edited by
      #24

      @Guzzist said in Placement of waypoints:

      Often such points are called imprecise as "Waypoints".

      100% agree - and that's exactly what causes a lot of misunderstandings.

      Many planning/navigation tools confuse the terms "route points" and "waypoints". Unfortunately, MRA is also inconsistent: while the RouteExperts documentation always refers to "route points" (which is in line with the GPX specification), the UI of the web planner and the app refer to "waypoints" when they actually mean "route points".

      It would be helpful to stick closely to the GPX specification in terms of terminology; this could be implemented in MRA at some point.

      1 Reply Last reply
      0
      • Con Hennekensundefined Offline
        Con Hennekensundefined Offline
        Con Hennekens
        Alpha tester
        wrote last edited by
        #25

        A waypoint is just a location on a map. A route point is a waypoint that forms a route with other waypoints. A routepoint is just a type of waypoint.

        I am just an enthusiastic MRA user, and hope you will be one too!

        Most motorcycle problems are caused by the nut that connects the handlebar to the saddle.

        Streetpilot 2610 / Zumo 660 / Zumo 395 / CAT S52 + MRA app

        Martin Wilckeundefined 1 Reply Last reply
        0
        • Con Hennekensundefined Con Hennekens

          A waypoint is just a location on a map. A route point is a waypoint that forms a route with other waypoints. A routepoint is just a type of waypoint.

          Martin Wilckeundefined Offline
          Martin Wilckeundefined Offline
          Martin Wilcke
          wrote last edited by
          #26

          @Con-Hennekens said in Placement of waypoints:

          A routepoint is just a type of waypoint.

          No.
          According to the GPX specification, both have the same data type (<wptType>), but one is a <wpt> and the other is a <rtept>. Same data type, different objects.

          Con Hennekensundefined 1 Reply Last reply
          0
          • Martin Wilckeundefined Offline
            Martin Wilckeundefined Offline
            Martin Wilcke
            wrote last edited by Martin Wilcke
            #27

            For illustration, here is an example from my last planning session:

            rtept wpt.jpg

            In this route, I'm about to add a fuel stop. By opening the "POI > search" tab and selecting "Fuel", a gas station symbol pops up.

            I can now add this

            1. As a Waypoint, this will be part of my route
            2. As a POI, this will not be part of my route but a separate spot/point

            When saving as GPX, 1. becomes a route point <rtept> while 2. becomes a waypoint <wpt>

            Marinus van Deudekomundefined 1 Reply Last reply
            0
            • Martin Wilckeundefined Martin Wilcke

              For illustration, here is an example from my last planning session:

              rtept wpt.jpg

              In this route, I'm about to add a fuel stop. By opening the "POI > search" tab and selecting "Fuel", a gas station symbol pops up.

              I can now add this

              1. As a Waypoint, this will be part of my route
              2. As a POI, this will not be part of my route but a separate spot/point

              When saving as GPX, 1. becomes a route point <rtept> while 2. becomes a waypoint <wpt>

              Marinus van Deudekomundefined Offline
              Marinus van Deudekomundefined Offline
              Marinus van Deudekom
              Valued contributor
              wrote last edited by
              #28

              @Martin-Wilcke that's incorrect. Option 2 will just add a visible point on the map and had no effect what so ever on the route. The RouteXperts add those POI's in every viapoint in the route. That viapoint is something important in the route like a castle, museum gasstation etc

              Honda Goldwing GL1500,
              Honda Silverwing GL 650
              DMD2 T865X 8 inch Android tablet using MRA next for navigation
              Garmin XT (almost in the cupboard)
              Samsung S24FE mounted on a Quadlock and using Android Auto in my car

              Martin Wilckeundefined 1 Reply Last reply
              0
              • Marinus van Deudekomundefined Marinus van Deudekom

                @Martin-Wilcke that's incorrect. Option 2 will just add a visible point on the map and had no effect what so ever on the route. The RouteXperts add those POI's in every viapoint in the route. That viapoint is something important in the route like a castle, museum gasstation etc

                Martin Wilckeundefined Offline
                Martin Wilckeundefined Offline
                Martin Wilcke
                wrote last edited by
                #29

                @Marinus-van-Deudekom said in Placement of waypoints:

                that's incorrect. Option 2 will just add a visible point on the map and had no effect what so ever on the route.

                That's what I said: 2. is not part of the route. What exactly is incorrect?

                Marinus van Deudekomundefined 1 Reply Last reply
                0
                • Martin Wilckeundefined Martin Wilcke

                  @Marinus-van-Deudekom said in Placement of waypoints:

                  that's incorrect. Option 2 will just add a visible point on the map and had no effect what so ever on the route.

                  That's what I said: 2. is not part of the route. What exactly is incorrect?

                  Marinus van Deudekomundefined Offline
                  Marinus van Deudekomundefined Offline
                  Marinus van Deudekom
                  Valued contributor
                  wrote last edited by
                  #30

                  @Martin-Wilcke indeed Martin, misread your post🤣

                  Honda Goldwing GL1500,
                  Honda Silverwing GL 650
                  DMD2 T865X 8 inch Android tablet using MRA next for navigation
                  Garmin XT (almost in the cupboard)
                  Samsung S24FE mounted on a Quadlock and using Android Auto in my car

                  1 Reply Last reply
                  0
                  • Martin Wilckeundefined Martin Wilcke

                    @Con-Hennekens said in Placement of waypoints:

                    A routepoint is just a type of waypoint.

                    No.
                    According to the GPX specification, both have the same data type (<wptType>), but one is a <wpt> and the other is a <rtept>. Same data type, different objects.

                    Con Hennekensundefined Offline
                    Con Hennekensundefined Offline
                    Con Hennekens
                    Alpha tester
                    wrote last edited by
                    #31

                    @Martin-Wilcke said in Placement of waypoints:

                    No.
                    According to the GPX specification, both have the same data type (<wptType>), but one is a <wpt> and the other is a <rtept>. Same data type, different objects.

                    Yes.
                    Both have the same datatype because they are both waypoints...
                    And of course they have different node names, because the need to be treated differently.

                    9eca918e-9392-475c-aded-0f200c62bae0-image.png

                    I am just an enthusiastic MRA user, and hope you will be one too!

                    Most motorcycle problems are caused by the nut that connects the handlebar to the saddle.

                    Streetpilot 2610 / Zumo 660 / Zumo 395 / CAT S52 + MRA app

                    Martin Wilckeundefined 2 Replies Last reply
                    0
                    • Con Hennekensundefined Con Hennekens

                      @Martin-Wilcke said in Placement of waypoints:

                      No.
                      According to the GPX specification, both have the same data type (<wptType>), but one is a <wpt> and the other is a <rtept>. Same data type, different objects.

                      Yes.
                      Both have the same datatype because they are both waypoints...
                      And of course they have different node names, because the need to be treated differently.

                      9eca918e-9392-475c-aded-0f200c62bae0-image.png

                      Martin Wilckeundefined Offline
                      Martin Wilckeundefined Offline
                      Martin Wilcke
                      wrote last edited by Martin Wilcke
                      #32

                      @Con-Hennekens
                      I'm aware of this description, and it's likely the root cause of all this confusion because it mixes up elements and types.

                      This becomes clear when you take a look at the schemas:gpx.jpg

                      rtept.jpg

                      <wpt> is an element, <rtept> is a different element. Both have the same type (<wptType>).

                      1 Reply Last reply
                      0
                      • Con Hennekensundefined Con Hennekens

                        @Martin-Wilcke said in Placement of waypoints:

                        No.
                        According to the GPX specification, both have the same data type (<wptType>), but one is a <wpt> and the other is a <rtept>. Same data type, different objects.

                        Yes.
                        Both have the same datatype because they are both waypoints...
                        And of course they have different node names, because the need to be treated differently.

                        9eca918e-9392-475c-aded-0f200c62bae0-image.png

                        Martin Wilckeundefined Offline
                        Martin Wilckeundefined Offline
                        Martin Wilcke
                        wrote last edited by
                        #33

                        @Con-Hennekens

                        A Trackpoint (<trkpt>) has the same type <wptType>, but you wouldn't call a track point a waypoint, right?

                        trkpt.jpg

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • 1
                        • 2
                        ACTIVE USERS
                        Marinus van Deudekomundefined
                        Marinus van Deudekom
                        Martin Wilckeundefined
                        Martin Wilcke
                        Con Hennekensundefined
                        Con Hennekens
                        richard 3vundefined
                        richard 3v
                        EMW-motorriddersundefined
                        EMW-motorridders
                        D Griffinundefined
                        D Griffin
                        Ronniundefined
                        Ronni
                        Guzzistundefined
                        Guzzist
                        Brian McGundefined
                        Brian McG
                        Mike wiruthundefined
                        Mike wiruth
                        Tony 13undefined
                        Tony 13
                        POPULAR TOPICS
                        • MyRoute app is consuming loads of phone battery in background
                          Corjan Meijerinkundefined
                          Corjan Meijerink
                          0
                          8
                          80

                        • Deel van MRA app loopt vast tijdens het rijden (AA)
                          Marinus van Deudekomundefined
                          Marinus van Deudekom
                          0
                          8
                          86

                        • New update! (4.4.1)
                          Corjan Meijerinkundefined
                          Corjan Meijerink
                          8
                          4
                          116

                        • Verlies van verbinding met het openbare internet met Android ( o.a Carpe Iter v4C )
                          Marinus van Deudekomundefined
                          Marinus van Deudekom
                          1
                          19
                          813

                        • Placement of waypoints
                          Martin Wilckeundefined
                          Martin Wilcke
                          0
                          33
                          1.1k

                        • TET Belgium or France?
                          Bouke Entundefined
                          Bouke Ent
                          0
                          5
                          122

                        • Route or Tracklog
                          Con Hennekensundefined
                          Con Hennekens
                          0
                          3
                          58

                        • Hoogte als dataveld
                          Con Hennekensundefined
                          Con Hennekens
                          1
                          5
                          177
                        MY GROUPS
                        • Login

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Popular
                        • Support
                        • MyRoute-app