From 4c257a28830e7d317e8629da926ba5f8680b9903 Mon Sep 17 00:00:00 2001 From: htlee Date: Mon, 16 Feb 2026 05:57:22 +0900 Subject: [PATCH] =?UTF-8?q?fix(map):=20=EC=88=98=EC=8B=AC=20=EB=A0=88?= =?UTF-8?q?=EC=9D=B4=EB=B8=94=EC=9D=B4=20=ED=95=9C=EA=B8=80=20=EB=B3=80?= =?UTF-8?q?=ED=99=98=EC=97=90=20=EC=9D=98=ED=95=B4=20=EB=8D=AE=EC=96=B4?= =?UTF-8?q?=EC=93=B0=EC=9D=B4=EB=8A=94=20=EB=B2=84=EA=B7=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit applyKoreanLabels를 injectOceanBathymetryLayers보다 먼저 호출하여 수심 text-field가 보존되도록 순서 변경 Co-Authored-By: Claude Opus 4.6 --- apps/web/src/widgets/map3d/layers/bathymetry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/widgets/map3d/layers/bathymetry.ts b/apps/web/src/widgets/map3d/layers/bathymetry.ts index 5f480f5..65d3909 100644 --- a/apps/web/src/widgets/map3d/layers/bathymetry.ts +++ b/apps/web/src/widgets/map3d/layers/bathymetry.ts @@ -295,8 +295,8 @@ export async function resolveInitialMapStyle(signal: AbortSignal): Promise