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:
parent
eebf694d1a
commit
4853db27fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue