after merge fix

This commit is contained in:
2026-06-16 20:14:45 +09:00
parent b518016a21
commit 8d36c3faca
6 changed files with 82 additions and 95 deletions

View File

@@ -90,7 +90,7 @@
if (!found) return;
const [cx, cy] = _pathFn.centroid(found);
if (isNaN(cx) || isNaN(cy)) return;
const SIZE = 24;
const SIZE = 18;
_g.append('image')
.attr('class', 'home-marker')
.attr('href', homeIconUrl)