fix: 선박 분류 오류 수정 + 배지 색상 통일 #63

병합
htlee develop 에서 main 로 2 commits 를 머지했습니다 2026-03-18 11:58:56 +09:00

2 커밋

작성자 SHA1 메시지 날짜
ff860ba639 Merge pull request 'fix: 선박 분류 오류 수정 + 배지 색상 통일' (#62) from fix/ship-category-colors into develop 2026-03-18 11:58:45 +09:00
387c4e42c8 fix: 선박 분류 오류 수정 + 배지 색상 통일
- getMarineTrafficCategory: VesselType 문자열 매칭을 STAT5CODE 접두사보다 우선 적용
- STAT5CODE 매칭: 2번째 문자가 숫자인 경우만 적용 ("Cargo" → fishing 오분류 방지)
- EventLog 로컬 getShipMTCategory 제거 → 공통 getMarineTrafficCategory 통합
- EventLog 배지 색상: 하드코딩 hex → CSS 변수 (LayerPanel/ShipLayer와 동일)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 11:58:32 +09:00