From c39594ca14ed26eca3e5314c0921885ede9cb576 Mon Sep 17 00:00:00 2001 From: "jeonghyo.k" Date: Mon, 20 Apr 2026 16:42:27 +0900 Subject: [PATCH] =?UTF-8?q?feat(hns):=20HNS=20=EB=B6=84=EC=84=9D=20?= =?UTF-8?q?=EB=B7=B0=20UI=20=EA=B0=9C=EC=84=A0=20=E2=80=94=20=EC=A7=80?= =?UTF-8?q?=EB=8F=84=20=EC=BB=A8=ED=8A=B8=EB=A1=A4=20=EC=9C=84=EC=B9=98=20?= =?UTF-8?q?=EC=A1=B0=EC=A0=95=20=EB=B0=8F=20=EB=B6=84=EC=84=9D=20=EB=AA=A8?= =?UTF-8?q?=EB=93=9C=20=EC=98=A4=EB=B2=84=EB=A0=88=EC=9D=B4=20=EC=A1=B0?= =?UTF-8?q?=EA=B1=B4=EB=B6=80=20=ED=91=9C=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/map/BaseMap.tsx | 4 +-- .../incidents/components/IncidentsView.tsx | 30 ++++++++++--------- .../weather/components/WeatherView.tsx | 4 +-- 3 files changed, 20 insertions(+), 18 deletions(-) diff --git a/frontend/src/components/common/map/BaseMap.tsx b/frontend/src/components/common/map/BaseMap.tsx index 62c7705..a18e126 100644 --- a/frontend/src/components/common/map/BaseMap.tsx +++ b/frontend/src/components/common/map/BaseMap.tsx @@ -139,8 +139,8 @@ function MapOverlayControls({ return ( <> - {/* 우측 컨트롤 컬럼 */} -
+ {/* 좌측 컨트롤 컬럼 */} +
{/* 줌 */} + } {/* 오염물 배출 규정 패널 */} - {dischargeMode && dischargeInfo && ( + {isOverlayMode && dischargeMode && dischargeInfo && ( 사고 {filteredIncidents.length}
방제선 {vesselStatus?.bangjeCount ?? 0}
- + } {/* Legend */} -
))}
- + } {/* 선박 팝업 패널 */} - {vesselPopup && selectedVessel && !detailVessel && ( + {isOverlayMode && vesselPopup && selectedVessel && !detailVessel && ( { @@ -1015,7 +1017,7 @@ export function IncidentsView() { }} /> )} - {detailVessel && ( + {isOverlayMode && detailVessel && ( setDetailVessel(null)} /> )} diff --git a/frontend/src/components/weather/components/WeatherView.tsx b/frontend/src/components/weather/components/WeatherView.tsx index b041c46..7bb3add 100644 --- a/frontend/src/components/weather/components/WeatherView.tsx +++ b/frontend/src/components/weather/components/WeatherView.tsx @@ -324,7 +324,7 @@ export function WeatherView() { {/* 레이어 컨트롤 */} -
+
기상 레이어
{/* 범례 */} -
+
기상 범례
{/* 바람 */}