From c9c6317900310a2607259c2f71b0c9116a6d3193 Mon Sep 17 00:00:00 2001 From: Shawn Date: Sat, 23 May 2026 00:41:35 -0400 Subject: [PATCH] fix: larger park/resort labels (13px bold), allow 2-line wrap, center-aligned --- static/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/index.html b/static/index.html index 57a704d..35f8906 100644 --- a/static/index.html +++ b/static/index.html @@ -3362,8 +3362,9 @@ icon: L.divIcon({ className: 'park-label-icon', html: '
' + + '; border:1px solid ' + park.color + '44; border-radius:6px; padding:3px 10px;' + + ' font-size:13px; font-weight:700; white-space:normal; max-width:140px; text-align:center;' + + ' text-shadow:0 1px 2px rgba(0,0,0,0.8);">' + park.icon + ' ' + park.name + '
', iconSize: [0, 0], iconAnchor: [0, 0],