Skip to content
  • Categories
  • Recent
  • Popular
  • Support
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 1.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.
  • ginoginoundefined 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 Hennekensundefined Online
    Con Hennekensundefined Online
    Con Hennekens
    wrote 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 not affiliated with MyRoute-App. The help I am offering is entirely voluntary.
    I am just an enthusiastic user, and hope you will be one too!

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

    BertMundefined 1 Reply Last reply
    0
    • ginoginoundefined 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.

      BertMundefined Offline
      BertMundefined Offline
      BertM
      wrote 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.

      ginoginoundefined 1 Reply Last reply
      1
      • Con Hennekensundefined 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).

        BertMundefined Offline
        BertMundefined Offline
        BertM
        wrote 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 Hennekensundefined 1 Reply Last reply
        0
        • BertMundefined 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 Hennekensundefined Online
          Con Hennekensundefined Online
          Con Hennekens
          wrote 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 not affiliated with MyRoute-App. The help I am offering is entirely voluntary.
          I am just an enthusiastic user, and hope you will be one too!

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

          1 Reply Last reply
          1
          • Hans van de Ven MR.MRAundefined Offline
            Hans van de Ven MR.MRAundefined Offline
            Hans van de Ven MR.MRA
            Instructor RouteXperts
            wrote 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 XT2/XT/BMW Connected Ride Navigator/MyRouteapp (The App)
            Een dag niet gelachen is een dag niet geleefd / Een route is net zo goed als deze uitgezet is.

            BertMundefined 1 Reply Last reply
            0
            • Hans van de Ven MR.MRAundefined 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>

              BertMundefined Offline
              BertMundefined Offline
              BertM
              wrote 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
              • BertMundefined 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.

                ginoginoundefined Offline
                ginoginoundefined Offline
                ginogino
                wrote 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
                • richtea999undefined richtea999 referenced this topic
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • 1
                • 2
                ACTIVE USERS
                Con Hennekensundefined
                Con Hennekens
                Marinus van Deudekomundefined
                Marinus van Deudekom
                Adrian Avramundefined
                Adrian Avram
                Hans van de Ven MR.MRAundefined
                Hans van de Ven MR.MRA
                richtea999undefined
                richtea999
                ginoginoundefined
                ginogino
                BertMundefined
                BertM
                POPULAR TOPICS
                • Forum update
                  ErikMatthezingundefined
                  ErikMatthezing
                  9
                  11
                  104

                • Wegpunkte werden übersprungen welche ich noch gar nicht erreicht habe!
                  Hubert Thoringundefined
                  Hubert Thoring
                  0
                  9
                  169

                • Route guidance issues
                  Con Hennekensundefined
                  Con Hennekens
                  0
                  7
                  111

                • Sharing a Google Maps location
                  Con Hennekensundefined
                  Con Hennekens
                  0
                  3
                  37

                • 1 licence
                  Con Hennekensundefined
                  Con Hennekens
                  -1
                  5
                  136

                • bluetooth controller aliexpress
                  Jörgenundefined
                  Jörgen
                  0
                  10
                  657

                • Silverfox H1
                  Corjan Meijerinkundefined
                  Corjan Meijerink
                  0
                  4
                  106

                • Find closed road (constructions,..)
                  Bansheesundefined
                  Banshees
                  0
                  3
                  85
                MY GROUPS
                • Login

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