From d66d0f0c8918754a27200a50cdc253e60b4401a3 Mon Sep 17 00:00:00 2001 From: htlee Date: Fri, 20 Feb 2026 04:00:45 +0900 Subject: [PATCH] =?UTF-8?q?fix(map):=20Globe=20=EC=82=AC=EC=A7=84=20?= =?UTF-8?q?=EC=9D=B8=EB=94=94=EC=BC=80=EC=9D=B4=ED=84=B0=20=EC=98=A4?= =?UTF-8?q?=ED=94=84=EC=85=8B=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - circle-translate 제거하여 선박 아이콘과 동일 중심 위치에 표시 --- apps/web/src/widgets/map3d/hooks/useGlobeShipLayers.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web/src/widgets/map3d/hooks/useGlobeShipLayers.ts b/apps/web/src/widgets/map3d/hooks/useGlobeShipLayers.ts index f58c377..0c2f1b0 100644 --- a/apps/web/src/widgets/map3d/hooks/useGlobeShipLayers.ts +++ b/apps/web/src/widgets/map3d/hooks/useGlobeShipLayers.ts @@ -535,7 +535,6 @@ export function useGlobeShipLayers( 'circle-color': 'rgba(0, 188, 212, 0.7)', 'circle-stroke-color': 'rgba(255, 255, 255, 0.8)', 'circle-stroke-width': 1, - 'circle-translate': [8, -8], }, } as unknown as LayerSpecification, before,