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

MRA Community Forum

  1. Home
  2. General Discussion
  3. Web App: When copying a route, all detail is lost.

Web App: When copying a route, all detail is lost.

Scheduled Pinned Locked Moved General Discussion
13 Posts 3 Posters 740 Views
  • 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.
  • Jack van Tilburgundefined Jack van Tilburg

    @Gerard-Wullink
    I cannot reproduce this.
    When I copy a route, the original information is included in the copy.
    Maybe I misunderstand.
    do you want to indicate how you copy a route?

    Gerard Wullinkundefined Offline
    Gerard Wullinkundefined Offline
    Gerard Wullink
    wrote on last edited by
    #3

    @Jack-van-Tilburg hallo Jack. Sorry for the late response.
    Good news! It is fixed. Mentioned it earlier in an app issue. I think it was handled that way. Nice!
    Thanks, Gerard.

    1 Reply Last reply
    0
    • Jack van Tilburgundefined Jack van Tilburg

      @Gerard-Wullink
      I cannot reproduce this.
      When I copy a route, the original information is included in the copy.
      Maybe I misunderstand.
      do you want to indicate how you copy a route?

      Gerard Wullinkundefined Offline
      Gerard Wullinkundefined Offline
      Gerard Wullink
      wrote on last edited by
      #4

      @Jack-van-Tilburg Hello Jack, I have to come back on my earlier post. I did not discribe the problem in an exact way. Indeed when COPYING a ROUTE everything is fine.

      This improvement is for the WebApplication Routeplanner.
      After IMPORTING a gpx (ROUTE-TRACK) and using the button "Edit Route-Track" al the points which are placed on the route are called ROUTEPOINT. Now you would have to shift every single routepoint a bit to get the street and village names.
      This seems unnecessary, because after placing the point on the route one could call the code which is already available behind the trigger "After-shifting-routepoint".
      9ef27219-4582-47c9-92ae-541f0e7970c4-image.png

      Jack van Tilburgundefined 1 Reply Last reply
      0
      • Gerard Wullinkundefined Gerard Wullink

        @Jack-van-Tilburg Hello Jack, I have to come back on my earlier post. I did not discribe the problem in an exact way. Indeed when COPYING a ROUTE everything is fine.

        This improvement is for the WebApplication Routeplanner.
        After IMPORTING a gpx (ROUTE-TRACK) and using the button "Edit Route-Track" al the points which are placed on the route are called ROUTEPOINT. Now you would have to shift every single routepoint a bit to get the street and village names.
        This seems unnecessary, because after placing the point on the route one could call the code which is already available behind the trigger "After-shifting-routepoint".
        9ef27219-4582-47c9-92ae-541f0e7970c4-image.png

        Jack van Tilburgundefined Offline
        Jack van Tilburgundefined Offline
        Jack van Tilburg
        wrote on last edited by
        #5

        @Gerard-Wullink said in Web App: When copying a route, all detail is lost.:

        This seems unnecessary, because after placing the point on the route one could call the code which is already available behind the trigger "After-shifting-routepoint".

        The data of a route track only contains coördinates.
        So if you copy that track you don't get any information of the waypoint until you link that point to the map by shifting the position.

        Nick Hodgeundefined Gerard Wullinkundefined 2 Replies Last reply
        0
        • Jack van Tilburgundefined Jack van Tilburg

          @Gerard-Wullink said in Web App: When copying a route, all detail is lost.:

          This seems unnecessary, because after placing the point on the route one could call the code which is already available behind the trigger "After-shifting-routepoint".

          The data of a route track only contains coördinates.
          So if you copy that track you don't get any information of the waypoint until you link that point to the map by shifting the position.

          Nick Hodgeundefined Offline
          Nick Hodgeundefined Offline
          Nick Hodge
          wrote on last edited by
          #6

          @Jack-van-Tilburg interestingly. This appears to be exactly what the BMW connected app DOES do. If you look to my recent post you’ll see it takes the Way/Via points of the MRA gpx output and applies those coordinates to its map data (TomTom) and lifts the ‘default’ name for those coordinates. Of course it means you have to use the same maps (TomTom in this case) and I guess the map versions could be out of sync but most should match. It’s a great feature between MRA and BMW Connected for sure as you at least have some visible waypoints on the vehicles TFT to work with

          1 Reply Last reply
          0
          • Jack van Tilburgundefined Jack van Tilburg

            @Gerard-Wullink said in Web App: When copying a route, all detail is lost.:

            This seems unnecessary, because after placing the point on the route one could call the code which is already available behind the trigger "After-shifting-routepoint".

            The data of a route track only contains coördinates.
            So if you copy that track you don't get any information of the waypoint until you link that point to the map by shifting the position.

            Gerard Wullinkundefined Offline
            Gerard Wullinkundefined Offline
            Gerard Wullink
            wrote on last edited by
            #7

            @Jack-van-Tilburg I am not clear enough.
            Lets put it in another way: Importing a gpx wil give you nothing but the coordinates, that is correct, that is a track (assuming the gpx is track only...). In most cases a gpx is the start of creating a route.
            We see this: A start (1st GPS point), a line and the end (the last gps point in the gpx).

            Now we press the Edit/use as route button: ed9245a5-71bb-4cde-a90a-41f75e16f94a-image.png
            What MRA now does is convert the track to a route by placing shaping-points on the track. These are nor the same gps-points as in the track nor are this the same number of points.

            From thios moment on we are in a Route, so we have routepoints. These are all calle Routepunt, as shown in the previous post.

            My point is this: why do these inserted points have no street and cityname instead of only "Routepunt".
            If MRA places them, then MRA could find the street and city name by the GPS-coordinates this point has, just like when you place them by hand.

            This is how this Routepoints all look; empty!
            d544f841-f7a1-43b6-8c8e-7c3451e1ea5f-image.png

            I would have expected this (the result after moving the point a bit):
            474315f3-5e38-405a-9b8a-eba26ad3deb1-image.png

            Could this be automated instead of schifting each and ervery point by hand?

            Greetz! Gerard

            1 Reply Last reply
            0
            • Jack van Tilburgundefined Offline
              Jack van Tilburgundefined Offline
              Jack van Tilburg
              wrote on last edited by
              #8

              @Gerard-Wullink and @Nick-Hodge
              I really do read what you mean.
              I understand the technique and the reason why the waypoints are not renamed.
              This also works so in BaseCamp.
              However, I don't have enough technical knowledge to explain it. I dare not venture into that 😞

              Could this be automated instead of sifting each and ervery point by hand?

              So that's a good question for example @Corjan-Meijerink

              Gerard Wullinkundefined 1 Reply Last reply
              0
              • Jack van Tilburgundefined Jack van Tilburg

                @Gerard-Wullink and @Nick-Hodge
                I really do read what you mean.
                I understand the technique and the reason why the waypoints are not renamed.
                This also works so in BaseCamp.
                However, I don't have enough technical knowledge to explain it. I dare not venture into that 😞

                Could this be automated instead of sifting each and ervery point by hand?

                So that's a good question for example @Corjan-Meijerink

                Gerard Wullinkundefined Offline
                Gerard Wullinkundefined Offline
                Gerard Wullink
                wrote on last edited by
                #9

                @Jack-van-Tilburg Thanks Jack, I oncorrectly assumed you had the knowledge. Excuse me for that. I will wait for a response. Thank you!

                Jack van Tilburgundefined 1 Reply Last reply
                0
                • Gerard Wullinkundefined Gerard Wullink

                  @Jack-van-Tilburg Thanks Jack, I oncorrectly assumed you had the knowledge. Excuse me for that. I will wait for a response. Thank you!

                  Jack van Tilburgundefined Offline
                  Jack van Tilburgundefined Offline
                  Jack van Tilburg
                  wrote on last edited by
                  #10

                  @Gerard-Wullink
                  Your assumption was correct. I know how it works. But I also know I can't explain it. I'm not technical enough for that.
                  (I was an IT Manager not a techie 😁 😇 )

                  Gerard Wullinkundefined 1 Reply Last reply
                  0
                  • Jack van Tilburgundefined Jack van Tilburg

                    @Gerard-Wullink
                    Your assumption was correct. I know how it works. But I also know I can't explain it. I'm not technical enough for that.
                    (I was an IT Manager not a techie 😁 😇 )

                    Gerard Wullinkundefined Offline
                    Gerard Wullinkundefined Offline
                    Gerard Wullink
                    wrote on last edited by
                    #11

                    @Jack-van-Tilburg I am in between, software consultant with analitical skillset. Thanks again.

                    Gerard Wullinkundefined 1 Reply Last reply
                    0
                    • Gerard Wullinkundefined Gerard Wullink

                      @Jack-van-Tilburg I am in between, software consultant with analitical skillset. Thanks again.

                      Gerard Wullinkundefined Offline
                      Gerard Wullinkundefined Offline
                      Gerard Wullink
                      wrote on last edited by
                      #12

                      @Corjan-Meijerink: Hello Corjan, Could you have a look at this issue with no-streetname-routepoints when importing a gpx-file in the MRA-routeplanner web application?

                      Gerard Wullinkundefined 1 Reply Last reply
                      0
                      • Gerard Wullinkundefined Gerard Wullink

                        @Corjan-Meijerink: Hello Corjan, Could you have a look at this issue with no-streetname-routepoints when importing a gpx-file in the MRA-routeplanner web application?

                        Gerard Wullinkundefined Offline
                        Gerard Wullinkundefined Offline
                        Gerard Wullink
                        wrote on last edited by
                        #13

                        @Corjan-Meijerink Hetzelfde probleem zit ook bij het maken van een scenic rondrit/route.

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


                        ACTIVE USERS
                        Jack van Tilburgundefined
                        Jack van Tilburg
                        Gerard Wullinkundefined
                        Gerard Wullink
                        Nick Hodgeundefined
                        Nick Hodge
                        POPULAR TOPICS
                        • Way point placement inaccuracies
                          Nick Carthewundefined
                          Nick Carthew
                          0
                          13
                          242

                        • Route als track hoe werkt dit nu?
                          Corjan Meijerinkundefined
                          Corjan Meijerink
                          1
                          6
                          98

                        • MRA and tunnels
                          Adrian Avramundefined
                          Adrian Avram
                          0
                          7
                          140

                        • Navigation
                          Nick Dawsonundefined
                          Nick Dawson
                          0
                          4
                          37

                        • Updated beta! 4.4.0 (403)
                          white.mouseundefined
                          white.mouse
                          5
                          6
                          102

                        • Waypoint skipping. MRA vs Beeline.
                          Rob Verhoeffundefined
                          Rob Verhoeff
                          0
                          4
                          67

                        • route wordt door MRA tijdens rijden gewijzigd; routepunten worden overgeslagen
                          white.mouseundefined
                          white.mouse
                          1
                          3
                          10

                        • Battery drain
                          Corjan Meijerinkundefined
                          Corjan Meijerink
                          0
                          12
                          1.2k
                        MY GROUPS
                        • Login

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