This small project is designed to create a basic but solid implementation of the Geo URI scheme as described in RFC 5870 for major operating systems.
The goal is to open a map-application or -website when a geo-URI e.g. geo:64.0273717353389,-16.97493164751844 (<indicator>:<latitude>,<longitude>[,<altitude>][;crs=<coordinate reference systems>][;u=<uncertainty in meters>]]
) is clicked.
Exemplarily OpenStreetMap is used as service to handle geo-URIs. Any service can be configured in the executables installed by this project.
For each OS that has a supported add-on, a subfolder is created. Please refer to the README-files inside these folders.
For Webbrowser-internal handling, browser add-ons can be used. This can be useful if the system configuration must not be altered but has the downsite that non-browser-based applications still cannot handle geo-URIs.
This project is licensed under the MIT-License described in the LICENSE file.