Merge pull request 'release: 2026-03-25.1 (halo fix)' (#193) from develop into main
All checks were successful
Deploy KCG / deploy (push) Successful in 1m53s
All checks were successful
Deploy KCG / deploy (push) Successful in 1m53s
This commit is contained in:
커밋
a556e5f434
@ -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,
|
||||
|
||||
불러오는 중...
Reference in New Issue
Block a user