dark(ship-gis) 프로젝트의 맵 기반 3대 기능을 API 탐색기에 이관. Feature 폴더 모듈화 구조로 타 프로젝트 재활용 가능하게 구성. Phase 1: vessel-map 공유 모듈 (Deck.gl 9 + Zustand 5 + STOMP) Phase 2: 최근 위치 (30초 폴링 + IconLayer + 선종 필터 + 팝업) Phase 3: 선박 항적 (MMSI 조회 + PathLayer + 타임라인 보간) Phase 4: 뷰포트 리플레이 (STOMP WebSocket 청크 + TripsLayer 애니메이션) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
326 B
TypeScript
6 lines
326 B
TypeScript
export { useTrackStore } from './stores/trackStore'
|
|
export { useVesselTracks } from './hooks/useVesselTracks'
|
|
export { useVesselTracksLayer } from './components/VesselTracksLayer'
|
|
export { default as TrackQueryPanel } from './components/TrackQueryPanel'
|
|
export { default as TrackInfoPanel } from './components/TrackInfoPanel'
|