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).
-
@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.
-
@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 -
@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.
-
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> -
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 -
@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.
-
richtea999