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

MRA Community Forum

  1. Home
  2. MyRoute-app Routeplanner
  3. [Web] Suggestions and Discussion
  4. Feature request in myroute web and myroute app

Feature request in myroute web and myroute app

Scheduled Pinned Locked Moved [Web] Suggestions and Discussion
27 Posts 7 Posters 15.4k Views 3 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.
  • ginogino ginogino

    @BertM

    I have not made myself clear enough, I am not asking for the google maps data to be incorporated into myroute web, that would be an enormous and disproportionate amount of work and resources, but that from myroute web we can directly open another window in the browser on the google maps site already positioned at the location chosen in myroute web to facilitate localisation.

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

    @ginogino, I think Google will qualify that as commercial use of their platform, and send a bill to MRA (who in turn has to up the subscription fee to their customers).

    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

    BertM 1 Reply Last reply
    0
    • ginogino ginogino

      @BertM

      I have not made myself clear enough, I am not asking for the google maps data to be incorporated into myroute web, that would be an enormous and disproportionate amount of work and resources, but that from myroute web we can directly open another window in the browser on the google maps site already positioned at the location chosen in myroute web to facilitate localisation.

      BertM Offline
      BertM Offline
      BertM
      wrote on last edited by
      #22

      @ginogino said in Feature request in myroute web and myroute app:

      @BertM
      I have not made myself clear enough, I am not asking for the google maps data to be incorporated into myroute web, that would be an enormous and disproportionate amount of work and resources, but that from myroute web we can directly open another window in the browser on the google maps site already positioned at the location chosen in myroute web to facilitate localisation.

      Clear, I misunderstood. that should not be a problem to do that with for example a right click event.

      ginogino 1 Reply Last reply
      1
      • Con Hennekens Con Hennekens

        @ginogino, I think Google will qualify that as commercial use of their platform, and send a bill to MRA (who in turn has to up the subscription fee to their customers).

        BertM Offline
        BertM Offline
        BertM
        wrote on last edited by
        #23

        @Con-Hennekens said in Feature request in myroute web and myroute app:

        @ginogino, I think Google will qualify that as commercial use of their platform, and send a bill to MRA (who in turn has to up the subscription fee to their customers).

        No, this can be done with a hyperlink without API.

        Here the link to get to the Rijksmuseum 🙂
        https://www.google.com/maps?q=52°21'33.9"N 4°53'07.4"E

        Con Hennekens 1 Reply Last reply
        0
        • BertM BertM

          @Con-Hennekens said in Feature request in myroute web and myroute app:

          @ginogino, I think Google will qualify that as commercial use of their platform, and send a bill to MRA (who in turn has to up the subscription fee to their customers).

          No, this can be done with a hyperlink without API.

          Here the link to get to the Rijksmuseum 🙂
          https://www.google.com/maps?q=52°21'33.9"N 4°53'07.4"E

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

          @BertM, I know, but I am still not convinced that generating such links from within a commercial app (not public) is not limited by terms.

          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
          1
          • Hans van de Ven MR.MRA Offline
            Hans van de Ven MR.MRA Offline
            Hans van de Ven MR.MRA
            Valued contributor
            wrote on last edited by
            #25

            All this data can be added to a POI:
            <wpt lat="51.440777778625488" lon="5.718791484832764">
            <time>2025-04-24T13:16:36Z</time>
            <name>Brabants Kwartierke</name>
            <cmt>Brabants Kwartierke
            Bij Oostappen 4a
            5756, Vlierden, NB, NLD
            0493312273</cmt>
            <desc>Brabants Kwartierke
            Bij Oostappen 4a
            5756, Vlierden, NB, NLD
            0493312273</desc>
            <sym>Lodging</sym>
            <type>user</type>
            <extensions>
            gpxx:WaypointExtension
            gpxx:DisplayModeSymbolAndName</gpxx:DisplayMode>
            gpxx:Address
            gpxx:StreetAddressBij Oostappen 4a</gpxx:StreetAddress>
            gpxx:CityVlierden</gpxx:City>
            gpxx:StateNB</gpxx:State>
            gpxx:CountryNLD</gpxx:Country>
            gpxx:PostalCode5756</gpxx:PostalCode>
            </gpxx:Address>
            gpxx:PhoneNumber0493312273</gpxx:PhoneNumber>
            </gpxx:WaypointExtension>
            wptx1:WaypointExtension
            wptx1:DisplayModeSymbolAndName</wptx1:DisplayMode>
            wptx1:Address
            wptx1:StreetAddressBij Oostappen 4a</wptx1:StreetAddress>
            wptx1:CityVlierden</wptx1:City>
            wptx1:StateNB</wptx1:State>
            wptx1:CountryNLD</wptx1:Country>
            wptx1:PostalCode5756</wptx1:PostalCode>
            </wptx1:Address>
            wptx1:PhoneNumber0493312273</wptx1:PhoneNumber>
            </wptx1:WaypointExtension>
            ctx:CreationTimeExtension
            ctx:CreationTime2025-04-24T13:16:36Z</ctx:CreationTime>
            </ctx:CreationTimeExtension>
            </extensions>
            </wpt>

            Garmin Zumo XT3/XT2/XT/BMW Connected Ride Navigator/Tourstart/ MyRouteapp (The App)/...
            Een dag niet gelachen is een dag niet geleefd / Een route is net zo goed als deze uitgezet is.

            BertM 1 Reply Last reply
            0
            • Hans van de Ven MR.MRA Hans van de Ven MR.MRA

              All this data can be added to a POI:
              <wpt lat="51.440777778625488" lon="5.718791484832764">
              <time>2025-04-24T13:16:36Z</time>
              <name>Brabants Kwartierke</name>
              <cmt>Brabants Kwartierke
              Bij Oostappen 4a
              5756, Vlierden, NB, NLD
              0493312273</cmt>
              <desc>Brabants Kwartierke
              Bij Oostappen 4a
              5756, Vlierden, NB, NLD
              0493312273</desc>
              <sym>Lodging</sym>
              <type>user</type>
              <extensions>
              gpxx:WaypointExtension
              gpxx:DisplayModeSymbolAndName</gpxx:DisplayMode>
              gpxx:Address
              gpxx:StreetAddressBij Oostappen 4a</gpxx:StreetAddress>
              gpxx:CityVlierden</gpxx:City>
              gpxx:StateNB</gpxx:State>
              gpxx:CountryNLD</gpxx:Country>
              gpxx:PostalCode5756</gpxx:PostalCode>
              </gpxx:Address>
              gpxx:PhoneNumber0493312273</gpxx:PhoneNumber>
              </gpxx:WaypointExtension>
              wptx1:WaypointExtension
              wptx1:DisplayModeSymbolAndName</wptx1:DisplayMode>
              wptx1:Address
              wptx1:StreetAddressBij Oostappen 4a</wptx1:StreetAddress>
              wptx1:CityVlierden</wptx1:City>
              wptx1:StateNB</wptx1:State>
              wptx1:CountryNLD</wptx1:Country>
              wptx1:PostalCode5756</wptx1:PostalCode>
              </wptx1:Address>
              wptx1:PhoneNumber0493312273</wptx1:PhoneNumber>
              </wptx1:WaypointExtension>
              ctx:CreationTimeExtension
              ctx:CreationTime2025-04-24T13:16:36Z</ctx:CreationTime>
              </ctx:CreationTimeExtension>
              </extensions>
              </wpt>

              BertM Offline
              BertM Offline
              BertM
              wrote on last edited by
              #26

              @Hans-van-de-Ven-MR-MRA

              Pleaae explain me how to do that in MRA., as I can only add the description.
              Also with a GPX import these values are not transferred

              1 Reply Last reply
              0
              • BertM BertM

                @ginogino said in Feature request in myroute web and myroute app:

                @BertM
                I have not made myself clear enough, I am not asking for the google maps data to be incorporated into myroute web, that would be an enormous and disproportionate amount of work and resources, but that from myroute web we can directly open another window in the browser on the google maps site already positioned at the location chosen in myroute web to facilitate localisation.

                Clear, I misunderstood. that should not be a problem to do that with for example a right click event.

                ginogino Offline
                ginogino Offline
                ginogino
                wrote on last edited by
                #27

                @BertM said in Feature request in myroute web and myroute app:

                @ginogino said in Feature request in myroute web and myroute app:

                @BertM
                

                I have not made myself clear enough, I am not asking for the google maps data to be incorporated into myroute web, that would be an enormous and disproportionate amount of work and resources, but that from myroute web we can directly open another window in the browser on the google maps site already positioned at the location chosen in myroute web to facilitate localisation.

                Clear, I misunderstood. that should not be a problem to do that with for example a right click event.

                That's exactly what I meant.

                1 Reply Last reply
                0
                • richtea999 richtea999 referenced this topic on

                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
                ACTIVE USERS
                Marinus van Deudekom
                Marinus van Deudekom
                BertM
                BertM
                Con Hennekens
                Con Hennekens
                richtea999
                richtea999
                Adrian Avram
                Adrian Avram
                Hans van de Ven MR.MRA
                Hans van de Ven MR.MRA
                ginogino
                ginogino
                POPULAR TOPICS
                • Is there a way to put a Home button in the program
                  Travellexxie
                  Travellexxie
                  0
                  8
                  108

                • routepunten overslaan gebeurd niet zoals verwacht
                  g.bolijn 1 0
                  g.bolijn 1 0
                  1
                  23
                  678

                • Route doesn’t recalculate to my destination
                  Stevedo 6 0
                  Stevedo 6 0
                  0
                  8
                  293

                • Google maps and Streetview
                  Stevedo 6 0
                  Stevedo 6 0
                  1
                  13
                  620

                • Is there a way to re-order the routes in your routes folder?
                  superg
                  superg
                  0
                  3
                  61

                • MRA 5.2.2 (489) Route time is calculated incorrectly /// Strecken Zeit wird falsch berechnet
                  Nick Carthew
                  Nick Carthew
                  0
                  4
                  32

                • Opening Route Direct from Android Auto Screen
                  LennyO
                  LennyO
                  0
                  7
                  285

                • MRA In the BMW - Cradel vertically and horizontally /// MRA im BMW - Cradel senkrecht und waagerecht nutzen
                  Hubert Thoring
                  Hubert Thoring
                  0
                  2
                  52

                MY GROUPS
                • Login

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