fix: hotfix 동기화 — history/detail candidate_count 안전 처리 #225

병합
htlee hotfix/sync-candidate-count 에서 develop 로 69 commits 를 머지했습니다 2026-04-04 11:05:43 +09:00
Showing only changes of commit a556e5f434 - Show all commits

파일 보기

@ -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,