docs: gnome-maps: mention some quirks

This commit is contained in:
2024-07-07 00:50:29 +00:00
parent 572a340c8a
commit 2710f2b2ca

View File

@@ -1,6 +1,15 @@
# SUPPORT:
# - irc: #gnome-maps on irc.gimp.org
# - Matrix: #gnome-maps:gnome.org (unclear if bridged to IRC)
#
# INTEGRATIONS:
# - uses https://graphhopper.com for routing
# - <https://github.com/graphhopper/graphhopper> (not packaged for Nix)
# - uses https://tile.openstreetmap.org for tiles
# - uses https://overpass-api.de for ... ?
# TIPS:
# - use "Northwest" instead of "NW", and "Street" instead of "St", etc.
# otherwise, it might not find your destination!
{ pkgs, ... }:
{
sane.programs."gnome.gnome-maps" = {