From cfc19a42a2490b901a258aa2cc4b0fe86e04042c Mon Sep 17 00:00:00 2001 From: Huh Hyeongjun Date: Tue, 25 Feb 2025 11:55:15 +0900 Subject: [PATCH] feat: float detail box --- src/components/map/Processing.tsx | 25 +++++++- src/three/Space.tsx | 101 ++++++++++++++++++++++++++---- 2 files changed, 112 insertions(+), 14 deletions(-) diff --git a/src/components/map/Processing.tsx b/src/components/map/Processing.tsx index b6c96a4..605e5da 100644 --- a/src/components/map/Processing.tsx +++ b/src/components/map/Processing.tsx @@ -13,7 +13,6 @@ export function BuildingHeights({ area }: { area: any }) { const appendAreas = useAreaStore((state) => state.appendAreas); const requestBuildings = () => { - console.log(area); const south = area[1].lat; const west = area[1].lng; const north = area[0].lat; @@ -50,7 +49,29 @@ export function BuildingHeights({ area }: { area: any }) { position: "relative", })} > - +