Temporarily disable outline ring on highlighted waypoint markers

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-04-11 00:37:03 +02:00
parent eebf694d1a
commit 4853db27fc
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9

View file

@ -18,7 +18,7 @@ function waypointIcon(index: number, overnight?: boolean, highlighted?: boolean)
const bg = overnight ? "#8B6D3A" : "#2563eb";
const size = highlighted ? 28 : 24;
const offset = size / 2;
const ring = highlighted ? `outline:3px solid ${bg};outline-offset:2px;` : "";
const ring = "";
return L.divIcon({
className: "",
html: `<div style="