diff --git a/server/src/configs/default.json b/server/src/configs/default.json index f77f8b29c..06f5d594c 100644 --- a/server/src/configs/default.json +++ b/server/src/configs/default.json @@ -907,7 +907,7 @@ }, { "name": "GeoURI", - "url": "geo:{x},{y}" + "url": "geo:{x},{y}?q={x},{y}" } ], "icons": { @@ -1022,4 +1022,4 @@ "tracesSampleRate": 0.1 } } -} \ No newline at end of file +} diff --git a/src/components/popups/Navigation.jsx b/src/components/popups/Navigation.jsx index cd4605a8a..c2d42128a 100644 --- a/src/components/popups/Navigation.jsx +++ b/src/components/popups/Navigation.jsx @@ -15,7 +15,9 @@ export function Navigation({ lat, lon, size = 'large' }) { const url = useMemory((s) => s.settings.navigation[nav]?.url) return (