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 2.4k 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.
  • Gerard Wullink
    Gerard Wullink
    Gerard Wullink
    wrote on last edited by
    #1

    A suggested improvement for thr MRA Routeplanner App.
    When copying a route the name of the imported point loses the street/village-name which is replaced by "Routepoint". Also other data from the original routepoints are missing.

    On importing/copying a route do the following:

    • Insert the source-point at the GPS location in the new route.
    • Call the functionality which gets te street/village-name from te gps location (Already available when moving a point).
    • If the imported name of the source-point (which could be changed in the source route into f.i. "Sinderellas Castle view") is different from the found street/village-name, then overwrite the street/village-name with the imported text "Sinderellas Castle view".
    • Also copy alle the other detailed data (which is in the points submenu) like the text , the notes, pause time, ferry etc etc. to the new route.

    Now you have a full copy instead of a new 'empty route'.

    I am enjoying this, it's nice to contribute to MRA. Happy customer!

    TorqueRider 1 Reply Last reply
    0
    • Corjan Meijerink Corjan Meijerink moved this topic from [Beta] Suggestions and Discussions on
    • Gerard Wullink Gerard Wullink

      A suggested improvement for thr MRA Routeplanner App.
      When copying a route the name of the imported point loses the street/village-name which is replaced by "Routepoint". Also other data from the original routepoints are missing.

      On importing/copying a route do the following:

      • Insert the source-point at the GPS location in the new route.
      • Call the functionality which gets te street/village-name from te gps location (Already available when moving a point).
      • If the imported name of the source-point (which could be changed in the source route into f.i. "Sinderellas Castle view") is different from the found street/village-name, then overwrite the street/village-name with the imported text "Sinderellas Castle view".
      • Also copy alle the other detailed data (which is in the points submenu) like the text , the notes, pause time, ferry etc etc. to the new route.

      Now you have a full copy instead of a new 'empty route'.

      I am enjoying this, it's nice to contribute to MRA. Happy customer!

      TorqueRider
      TorqueRider
      TorqueRider
      wrote on last edited by
      #2

      @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 Wullink 2 Replies Last reply
      0
      • TorqueRider TorqueRider

        @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 Wullink
        Gerard Wullink
        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
        • TorqueRider TorqueRider

          @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 Wullink
          Gerard Wullink
          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

          TorqueRider 1 Reply Last reply
          0
          • Gerard Wullink 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

            TorqueRider
            TorqueRider
            TorqueRider
            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 Hodge Gerard Wullink 2 Replies Last reply
            0
            • TorqueRider TorqueRider

              @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 Hodge
              Nick Hodge
              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
              • TorqueRider TorqueRider

                @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 Wullink
                Gerard Wullink
                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
                • TorqueRider
                  TorqueRider
                  TorqueRider
                  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 Wullink 1 Reply Last reply
                  0
                  • TorqueRider TorqueRider

                    @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 Wullink
                    Gerard Wullink
                    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!

                    TorqueRider 1 Reply Last reply
                    0
                    • Gerard Wullink 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!

                      TorqueRider
                      TorqueRider
                      TorqueRider
                      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 Wullink 1 Reply Last reply
                      0
                      • TorqueRider TorqueRider

                        @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 Wullink
                        Gerard Wullink
                        Gerard Wullink
                        wrote on last edited by
                        #11

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

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

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

                          Gerard Wullink
                          Gerard Wullink
                          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 Wullink 1 Reply Last reply
                          0
                          • Gerard Wullink 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 Wullink
                            Gerard Wullink
                            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

                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                            With your input, this post could be even better 💗

                            Register Login
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            ACTIVE USERS
                            Gerard Wullink
                            Gerard Wullink
                            TorqueRider
                            TorqueRider
                            Nick Hodge
                            Nick Hodge
                            POPULAR TOPICS
                            • Question about a long trip I've planned---download?
                              Travellexxie
                              Travellexxie
                              0
                              6
                              91

                            • Routenplaner on iPad
                              Jörgen
                              Jörgen
                              0
                              5
                              101

                            • New Zealand Routes
                              Bull Tahr
                              Bull Tahr
                              1
                              10
                              340

                            • transfer from phone to zoom xt
                              J2FK
                              J2FK
                              0
                              13
                              426

                            • Absurd travel time calculation
                              Nick Carthew
                              Nick Carthew
                              0
                              4
                              115

                            • Insert Pause removed from navigation
                              Nick Carthew
                              Nick Carthew
                              0
                              2
                              55

                            • Exporting route files to tomtom 550
                              Nick Carthew
                              Nick Carthew
                              0
                              2
                              60

                            • MyRouteApp (WebPlanner) development Roadmap
                              Philipp Kühn
                              Philipp Kühn
                              2
                              14
                              6.2k

                            MY GROUPS
                            • Login

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