You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want that other android apps with a "show in Geographic Map" option show their content in the LocationMapViewer
So that i can bookmark the other apps geo location.
LocationMapViewer already implements this if the apps with a "show in Geographic Map" option uses intents with geo uri-s.
Unfortunately many apps use http-urls to online map services like google maps, openstreetmap, here.com, yandex.com
Example: If I click in WhatsApp on a "shared geographic location" WhatsApp opens a https://maps.google.com/.. link.
The proposed change allows LocationMapViewer to hook into the opend app choser as "show in LocationMapViewer"
This ticket is about also intercepting http(s)-Urls to online map services.
LocationMapViewer already implements this if the apps with a "show in Geographic Map" option uses intents with geo uri-s.
Unfortunately many apps use http-urls to online map services like google maps, openstreetmap, here.com, yandex.com
Example: If I click in WhatsApp on a "shared geographic location" WhatsApp opens a https://maps.google.com/.. link.
The proposed change allows LocationMapViewer to hook into the opend app choser as "show in LocationMapViewer"
This ticket is about also intercepting http(s)-Urls to online map services.
It is based on k3b-geoHelper#2: parse http(s) urls of maps.google.com, Openstreetmap and other mapproviders
The text was updated successfully, but these errors were encountered: