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

MRA Community Forum

  1. Home
  2. [Beta] The MyRoute-app
  3. [Beta] Announcements
  4. New Beta! (v3.2.12)

New Beta! (v3.2.12)

Scheduled Pinned Locked Moved [Beta] Announcements
85 Posts 23 Posters 863 Views 6 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.
  • Nick Carthew Nick Carthew

    @Corjan-Meijerink said in New Beta! (v3.2.12):

    Driving in cities / highways is when the issue becomes noticeable.

    You have 3 days to fix this 😜

    Corjan Meijerink Online
    Corjan Meijerink Online
    Corjan Meijerink
    Developer
    wrote on last edited by
    #68

    @Nick-Carthew wanker 🙂

    1 Reply Last reply
    1
    • Con Hennekens Offline
      Con Hennekens Offline
      Con Hennekens
      Alpha tester
      wrote on last edited by
      #69

      What is very funny (well, imho that is...) about the massive lag, is that the voice does NOT seem to be effected. We drove a route yesterday, and it struck me that voice guidance is spot-on, while the screen position lags massively (@Corjan-Meijerink, yeah Brabantse platteland has more sideways and crossings then Ardennes and Alps I guess 😉 )

      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.

      Check out RideSleepRepeat.eu, a biker community for sharing stays across Europe

      Corjan Meijerink 1 Reply Last reply
      0
      • Con Hennekens Con Hennekens

        What is very funny (well, imho that is...) about the massive lag, is that the voice does NOT seem to be effected. We drove a route yesterday, and it struck me that voice guidance is spot-on, while the screen position lags massively (@Corjan-Meijerink, yeah Brabantse platteland has more sideways and crossings then Ardennes and Alps I guess 😉 )

        Corjan Meijerink Online
        Corjan Meijerink Online
        Corjan Meijerink
        Developer
        wrote on last edited by
        #70

        @Con-Hennekens that actually totally makes sense to us 🙂 The voice prompts are triggered by your exact location. The position delay on screen has other causes 😉

        Con Hennekens 1 Reply Last reply
        0
        • Corjan Meijerink Corjan Meijerink

          @Con-Hennekens that actually totally makes sense to us 🙂 The voice prompts are triggered by your exact location. The position delay on screen has other causes 😉

          Con Hennekens Offline
          Con Hennekens Offline
          Con Hennekens
          Alpha tester
          wrote on last edited by
          #71

          @Corjan-Meijerink, that is incredibly strange for a non-developer like me... Putting a position on a map that is actually NOT the one given by the location services...? I am glad we have developers that actually know what they are talking about, but at the same time, if you knew what caused it, you would have resolved it by now.... It must be more complex than my brain can handle 😉

          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.

          Check out RideSleepRepeat.eu, a biker community for sharing stays across Europe

          Corjan Meijerink 1 Reply Last reply
          0
          • Con Hennekens Con Hennekens

            @Corjan-Meijerink, that is incredibly strange for a non-developer like me... Putting a position on a map that is actually NOT the one given by the location services...? I am glad we have developers that actually know what they are talking about, but at the same time, if you knew what caused it, you would have resolved it by now.... It must be more complex than my brain can handle 😉

            Corjan Meijerink Online
            Corjan Meijerink Online
            Corjan Meijerink
            Developer
            wrote on last edited by
            #72

            @Con-Hennekens the position on the map is provided by the same location service. However, the arrow as drawn on the map wants a continuous animation while the location updates are discrete (based on a interval).
            For every location update the arrow is animated between the previous location and the next based on an interpolation of the route you are driving. The locations need to be snapped to the road to account for gps inaccuracies. You also want to prevent the arrow to appear as jumping so animations are slightly delayed / sped up based on the discrete intervals. These are somewhat the most important factors 😉

            For voice prompts, all the above don’t matter. You are at position x (with a confidence) and that triggers the instruction 🙂

            Con Hennekens Nick Carthew Stefan Hummelink 3 Replies Last reply
            1
            • Corjan Meijerink Corjan Meijerink

              @Con-Hennekens the position on the map is provided by the same location service. However, the arrow as drawn on the map wants a continuous animation while the location updates are discrete (based on a interval).
              For every location update the arrow is animated between the previous location and the next based on an interpolation of the route you are driving. The locations need to be snapped to the road to account for gps inaccuracies. You also want to prevent the arrow to appear as jumping so animations are slightly delayed / sped up based on the discrete intervals. These are somewhat the most important factors 😉

              For voice prompts, all the above don’t matter. You are at position x (with a confidence) and that triggers the instruction 🙂

              Con Hennekens Offline
              Con Hennekens Offline
              Con Hennekens
              Alpha tester
              wrote on last edited by
              #73

              @Corjan-Meijerink, okay, you actually know what you are talking about (but I already knew that 😉 )

              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.

              Check out RideSleepRepeat.eu, a biker community for sharing stays across Europe

              Corjan Meijerink 1 Reply Last reply
              0
              • Con Hennekens Con Hennekens

                @Corjan-Meijerink, okay, you actually know what you are talking about (but I already knew that 😉 )

                Corjan Meijerink Online
                Corjan Meijerink Online
                Corjan Meijerink
                Developer
                wrote on last edited by
                #74

                @Con-Hennekens 😃

                1 Reply Last reply
                0
                • Corjan Meijerink Corjan Meijerink

                  @Con-Hennekens the position on the map is provided by the same location service. However, the arrow as drawn on the map wants a continuous animation while the location updates are discrete (based on a interval).
                  For every location update the arrow is animated between the previous location and the next based on an interpolation of the route you are driving. The locations need to be snapped to the road to account for gps inaccuracies. You also want to prevent the arrow to appear as jumping so animations are slightly delayed / sped up based on the discrete intervals. These are somewhat the most important factors 😉

                  For voice prompts, all the above don’t matter. You are at position x (with a confidence) and that triggers the instruction 🙂

                  Nick Carthew Online
                  Nick Carthew Online
                  Nick Carthew
                  RouteXpert
                  wrote on last edited by
                  #75

                  @Corjan-Meijerink said in New Beta! (v3.2.12):

                  @Con-Hennekens the position on the map is provided by the same location service. However, the arrow as drawn on the map wants a continuous animation while the location updates are discrete (based on a interval).
                  For every location update the arrow is animated between the previous location and the next based on an interpolation of the route you are driving. The locations need to be snapped to the road to account for gps inaccuracies. You also want to prevent the arrow to appear as jumping so animations are slightly delayed / sped up based on the discrete intervals. These are somewhat the most important factors 😉

                  For voice prompts, all the above don’t matter. You are at position x (with a confidence) and that triggers the instruction 🙂

                  Smartarse 🤓

                  Always willing to help if I can.
                  Triumph Tiger 1200 XRT called Tina.
                  MRA Navigation Next and SilverFox BJ8

                  1 Reply Last reply
                  0
                  • Corjan Meijerink Corjan Meijerink

                    @Con-Hennekens the position on the map is provided by the same location service. However, the arrow as drawn on the map wants a continuous animation while the location updates are discrete (based on a interval).
                    For every location update the arrow is animated between the previous location and the next based on an interpolation of the route you are driving. The locations need to be snapped to the road to account for gps inaccuracies. You also want to prevent the arrow to appear as jumping so animations are slightly delayed / sped up based on the discrete intervals. These are somewhat the most important factors 😉

                    For voice prompts, all the above don’t matter. You are at position x (with a confidence) and that triggers the instruction 🙂

                    Stefan Hummelink Offline
                    Stefan Hummelink Offline
                    Stefan Hummelink
                    Alpha tester
                    wrote on last edited by
                    #76

                    @Corjan-Meijerink Oooooohhh, my engineering heart loves these technical in depth answers from you. 😃

                    Manks bu'j te bange.

                    Corjan Meijerink 1 Reply Last reply
                    1
                    • Stefan Hummelink Stefan Hummelink

                      @Corjan-Meijerink Oooooohhh, my engineering heart loves these technical in depth answers from you. 😃

                      Corjan Meijerink Online
                      Corjan Meijerink Online
                      Corjan Meijerink
                      Developer
                      wrote on last edited by
                      #77

                      @StefanHummelink hahah thanks! 🙂

                      1 Reply Last reply
                      0
                      • Corjan Meijerink Corjan Meijerink

                        @Con-Hennekens happy to hear you valuing my effort! The development is really a 2 men show 😃 I sometimes also don’t know how we manage. The forum is something I do on the side in a lot of my personal time 😉 Today isn’t even a working day for me hahah

                        UltraStar Offline
                        UltraStar Offline
                        UltraStar
                        wrote on last edited by
                        #78

                        @Corjan-Meijerink You know what, sometimes I think you are just bored. You have even changed the little icon in the forum tab in the browser.
                        Great job man! I hope you will still have energy to ride (that was rhetorical statement; we always have energy to ride 🙂 )

                        Corjan Meijerink 1 Reply Last reply
                        0
                        • UltraStar UltraStar

                          @Corjan-Meijerink You know what, sometimes I think you are just bored. You have even changed the little icon in the forum tab in the browser.
                          Great job man! I hope you will still have energy to ride (that was rhetorical statement; we always have energy to ride 🙂 )

                          Corjan Meijerink Online
                          Corjan Meijerink Online
                          Corjan Meijerink
                          Developer
                          wrote on last edited by
                          #79

                          @UltraStar Hahaha, nice eye for detail 😉 I'm never bored but sometimes the little things give energy for the big issues 😏 Coming week will be a lot of riding for me! 🎉

                          It was actually @Bart-DM who inspired me to change that: https://forum.myrouteapp.com/post/22938

                          UltraStar 1 Reply Last reply
                          1
                          • Ian foster 0 Ian foster 0

                            @Corjan-Meijerink sounds like a great update 😊. Can’t wait to try next weekend

                            jan oosterling Offline
                            jan oosterling Offline
                            jan oosterling
                            wrote on last edited by
                            #80

                            @Ian-foster-0 ik rijd op dit moment in de usa, maar het probleem is,dat de position indicator niet in het midden van het scherm blijft, dus is voortdurend zoek, mis ik wat in de instellingen? , Wie kan mij helpen

                            Con Hennekens 1 Reply Last reply
                            0
                            • jan oosterling jan oosterling

                              @Ian-foster-0 ik rijd op dit moment in de usa, maar het probleem is,dat de position indicator niet in het midden van het scherm blijft, dus is voortdurend zoek, mis ik wat in de instellingen? , Wie kan mij helpen

                              Con Hennekens Offline
                              Con Hennekens Offline
                              Con Hennekens
                              Alpha tester
                              wrote on last edited by
                              #81

                              @jan-oosterling, Als je het kompas tikt, centreert het scherm weer, en blijft hij ook volgen. Althans, zo hoort het... Van het weekend had ik zelf ook een moment waarop de kaart niet meer meebewoog. Ik heb geen idee waaraan dat lag. Kompas hielp ook niet. Na het overslaan van een vormingspunt werd de route opnieuw berekent en werkte alles weer normaal.

                              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.

                              Check out RideSleepRepeat.eu, a biker community for sharing stays across Europe

                              1 Reply Last reply
                              0
                              • Corjan Meijerink Corjan Meijerink

                                @UltraStar Hahaha, nice eye for detail 😉 I'm never bored but sometimes the little things give energy for the big issues 😏 Coming week will be a lot of riding for me! 🎉

                                It was actually @Bart-DM who inspired me to change that: https://forum.myrouteapp.com/post/22938

                                UltraStar Offline
                                UltraStar Offline
                                UltraStar
                                wrote on last edited by
                                #82

                                @Corjan-Meijerink Safe rides!
                                Than you @Bart-DM

                                1 Reply Last reply
                                0
                                • Rolf Engelsman Offline
                                  Rolf Engelsman Offline
                                  Rolf Engelsman
                                  wrote on last edited by
                                  #83

                                  It would be nice if you could export/save a generated roundtrip.

                                  Corjan Meijerink 1 Reply Last reply
                                  0
                                  • Rolf Engelsman Rolf Engelsman

                                    It would be nice if you could export/save a generated roundtrip.

                                    Corjan Meijerink Online
                                    Corjan Meijerink Online
                                    Corjan Meijerink
                                    Developer
                                    wrote on last edited by
                                    #84

                                    @Rolf-Engelsman definitely! That will be added in a future iteration of the app (probably after release).

                                    Richard 18 1 Reply Last reply
                                    1
                                    • Corjan Meijerink Corjan Meijerink

                                      @Rolf-Engelsman definitely! That will be added in a future iteration of the app (probably after release).

                                      Richard 18 Offline
                                      Richard 18 Offline
                                      Richard 18
                                      wrote on last edited by
                                      #85

                                      @Corjan-Meijerink

                                      Thank you and all the team for the hard work put into the new app.

                                      I think it has been good (and really quite interesting) to read the problems people have found and MyRoute’s responses to them in a public forum.

                                      The updates are clear and always informative, as is the help given to people (including myself) who have simply misunderstood something about the way the app works.

                                      All the best,

                                      Richard

                                      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


                                      • 1
                                      • 2
                                      • 3
                                      • 4
                                      • 5
                                      ACTIVE USERS
                                      Corjan Meijerink
                                      Corjan Meijerink
                                      Con Hennekens
                                      Con Hennekens
                                      Rob Verhoeff
                                      Rob Verhoeff
                                      Nick Carthew
                                      Nick Carthew
                                      Hans van de Ven MR.MRA
                                      Hans van de Ven MR.MRA
                                      Stanisław
                                      Stanisław
                                      RetiredWingMan
                                      RetiredWingMan
                                      Richard 18
                                      Richard 18
                                      Dae 0
                                      Dae 0
                                      Bart De Medts
                                      Bart De Medts
                                      MarcM
                                      MarcM
                                      Stefan Hummelink
                                      Stefan Hummelink
                                      Rolf Engelsman
                                      Rolf Engelsman
                                      arcangelenruta
                                      arcangelenruta
                                      Arno 0
                                      Arno 0
                                      Albert Renting
                                      Albert Renting
                                      UltraStar
                                      UltraStar
                                      Vlad Popovici 0
                                      Vlad Popovici 0
                                      Lynchy67
                                      Lynchy67
                                      flamingm0e
                                      flamingm0e
                                      Ian foster 0
                                      Ian foster 0
                                      jan oosterling
                                      jan oosterling
                                      Joost van Someren
                                      Joost van Someren
                                      POPULAR TOPICS
                                      • Traffic Aware setting toggle greyed out
                                        LennyO
                                        LennyO
                                        0
                                        20
                                        329

                                      • Upgrading from Zumo XT to XT2
                                        Don Stauffer
                                        Don Stauffer
                                        0
                                        30
                                        458

                                      • No location in Android Auto ! App unusable !
                                        Corjan Meijerink
                                        Corjan Meijerink
                                        0
                                        9
                                        193

                                      • Routes en verblijf Zwitserland
                                        Huibertus
                                        Huibertus
                                        0
                                        11
                                        264

                                      • Automatically snap waypoint to road
                                        Stevedo 6 0
                                        Stevedo 6 0
                                        9
                                        4
                                        434

                                      • MyRoute App installeren op Carpuride 702 Plus
                                        Reinhard-32
                                        Reinhard-32
                                        -1
                                        12
                                        1.0k

                                      • How do I remove an old device?
                                        Corjan Meijerink
                                        Corjan Meijerink
                                        0
                                        6
                                        108

                                      • MRA Nav keeps freezing while AA running
                                        Corjan Meijerink
                                        Corjan Meijerink
                                        0
                                        4
                                        69

                                      MY GROUPS
                                      • Login

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