From e4f227221da861b40fe4372974687c3801555c2d Mon Sep 17 00:00:00 2001 From: vcoppe Date: Fri, 27 Mar 2026 18:49:32 +0100 Subject: [PATCH] small detail --- website/src/lib/components/map/gpx-layer/gpx-layer.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/src/lib/components/map/gpx-layer/gpx-layer.ts b/website/src/lib/components/map/gpx-layer/gpx-layer.ts index 94b65a430..3a874ed8a 100644 --- a/website/src/lib/components/map/gpx-layer/gpx-layer.ts +++ b/website/src/lib/components/map/gpx-layer/gpx-layer.ts @@ -251,7 +251,7 @@ export class GPXLayer { source: this.fileId, layout: { 'text-field': 'ยป', - 'text-offset': [0, -0.1], + 'text-offset': [0, -0.06], 'text-keep-upright': false, 'text-max-angle': 361, 'text-allow-overlap': true, @@ -261,7 +261,6 @@ export class GPXLayer { }, paint: { 'text-color': 'white', - 'text-opacity': 0.7, 'text-halo-width': 0.2, 'text-halo-color': 'white', },