Feature #1761
Support geo: URIs
Status:
New
Priority:
Low
Assignee:
-
Category:
Quassel Client
Target version:
-
Start date:
09/30/2021
Due date:
% Done:
0%
Estimated time:
OS:
Any
Description
geo: URIs are used for sharing location among map applications. The support on the quassel side should be similar to the one handling HTTP/S links.
History
#3 Updated by phuzion 11 months ago
Thanks. I've tested with the following two URLs:
geo:37.786971,-122.399677 geo:37.786971,-122.399677?z=2
The first works fine, but the second doesn't fully capture the entire URL (it stops at the numbers). I'm still working to determine what we can do to get this working as expected.
I currently have a WIP PR on GitHub at the following URL: https://github.com/quassel/quassel/pull/608
If you have any suggestions on how to improve this PR, please let me know.