From 5db80db06f868794e78edabeef621272b2996bc1 Mon Sep 17 00:00:00 2001 From: Christian Beutel <> Date: Tue, 15 Apr 2025 13:18:52 +0200 Subject: [PATCH] fixes tags in list view --- .../components/trail/map_with_elevation_maplibre.svelte | 2 -- web/src/lib/components/trail/trail_list_item.svelte | 7 ------- 2 files changed, 9 deletions(-) diff --git a/web/src/lib/components/trail/map_with_elevation_maplibre.svelte b/web/src/lib/components/trail/map_with_elevation_maplibre.svelte index 977a852e..cf2b716a 100644 --- a/web/src/lib/components/trail/map_with_elevation_maplibre.svelte +++ b/web/src/lib/components/trail/map_with_elevation_maplibre.svelte @@ -183,7 +183,6 @@ } const r: GeoJSON[] = []; - console.time("start decode") trails.forEach((t) => { if (t.polyline) { r.push(polylineToGeoJSON(t.polyline, 5)); @@ -201,7 +200,6 @@ } as GeoJSON); } }); - console.timeEnd("start decode") return r; } diff --git a/web/src/lib/components/trail/trail_list_item.svelte b/web/src/lib/components/trail/trail_list_item.svelte index 32103d1b..909001f5 100644 --- a/web/src/lib/components/trail/trail_list_item.svelte +++ b/web/src/lib/components/trail/trail_list_item.svelte @@ -89,13 +89,6 @@ {trail.expand.author.username}
{/if} - {#if trail.tags?.length} -