From bbad7b890ccf4fbe55a8b16910985d823b4351fc Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Wed, 7 May 2025 21:10:38 +0200 Subject: [PATCH] Add support for OpenStreetMap This patch adds an option to open an item in OpenStreetMap as well as in Google Maps and Apple Maps. --- .../src/routes/adventures/[id]/+page.svelte | 36 +++++++++++-------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/frontend/src/routes/adventures/[id]/+page.svelte b/frontend/src/routes/adventures/[id]/+page.svelte index b32a19e..afbb3ae 100644 --- a/frontend/src/routes/adventures/[id]/+page.svelte +++ b/frontend/src/routes/adventures/[id]/+page.svelte @@ -458,20 +458,28 @@ {/if} {#if adventure.longitude && adventure.latitude} -
- {$t('adventures.open_in_maps')}: - Apple - Google +
+ {$t('adventures.open_in_maps')}: +
+ Apple + Google + OSM +
{/if}