From 3a3f6eb2d2ab51b76061384124830a309237c1ff Mon Sep 17 00:00:00 2001 From: Erin of Yukis Date: Sun, 14 Dec 2025 20:51:12 +0100 Subject: [PATCH] Link calendar event locations to OSM instead of Google Maps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Better would be to use https://www.mediawiki.org/wiki/GeoHack – which is used by WikiPedia to show an interactive selector for the mapping service to use –, but it requires geo coordinates. Some systems also support generic geo:-URIs, but they require coodinates and outside Android support is pretty spotty (Apple wants you to use Apple Maps links instead, desktop platforms generally require installed third-party apps …). Android does support an extension (`?q=`) (https://developer.android.com/guide/components/intents-common#Maps) to search by address via geo:-links though. --- components/calendar/ViewEventModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/calendar/ViewEventModal.tsx b/components/calendar/ViewEventModal.tsx index b876174..ed29d15 100644 --- a/components/calendar/ViewEventModal.tsx +++ b/components/calendar/ViewEventModal.tsx @@ -86,7 +86,7 @@ export default function ViewEventModal( ? (