fix: 가상선박 아이콘 SDF halo 아티팩트 제거 #192

병합
htlee release/2026-03-25 에서 develop 로 1 commits 를 머지했습니다 2026-03-25 07:43:45 +09:00

파일 보기

@ -771,8 +771,8 @@ export function FleetClusterLayer({ ships, analysisMap: analysisMapProp, onShipS
}}
paint={{
'icon-color': ['get', 'color'],
'icon-halo-color': ['case', ['==', ['get', 'isParent'], 1], '#fbbf24', 'rgba(0,0,0,0.6)'],
'icon-halo-width': ['case', ['==', ['get', 'isParent'], 1], 2, 0.5],
'icon-halo-color': 'rgba(0,0,0,0.6)',
'icon-halo-width': 0.5,
'text-color': ['get', 'color'],
'text-halo-color': '#000000',
'text-halo-width': 1,