From c1942f9af381c73fdc8157e73e10a9ab83bf089a Mon Sep 17 00:00:00 2001 From: JANGHYUNn Date: Mon, 25 Sep 2023 14:45:38 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EC=A0=9C=20=EC=A7=80=EB=8F=84=20?= =?UTF-8?q?=EC=9C=A0=ED=98=95=EC=97=90=20=EB=94=B0=EB=A5=B8=20=EA=B8=B0?= =?UTF-8?q?=EB=8A=A5=20=EA=B0=9C=EB=B0=9C=20=EB=B0=8F=20laanc=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EC=97=B0=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/map/mapbox/MapBoxMap.js | 2 +- src/views/control/main/ControlMain.js | 49 +----------- src/views/control/setting/ControlSetting.js | 88 ++++++++++++++------- 3 files changed, 63 insertions(+), 76 deletions(-) diff --git a/src/components/map/mapbox/MapBoxMap.js b/src/components/map/mapbox/MapBoxMap.js index b57a323..ec7d967 100644 --- a/src/components/map/mapbox/MapBoxMap.js +++ b/src/components/map/mapbox/MapBoxMap.js @@ -362,7 +362,7 @@ export default function MapBoxMap() { const labelLayerId = layers.find( layer => layer.type === 'symbol' && layer.layout['text-field'] ).id; - + console.log('?@?@?@'); // 지형 3d start map.addSource('mapbox-dem', { type: 'raster-dem', diff --git a/src/views/control/main/ControlMain.js b/src/views/control/main/ControlMain.js index 2cac9ef..d40740d 100644 --- a/src/views/control/main/ControlMain.js +++ b/src/views/control/main/ControlMain.js @@ -1,9 +1,7 @@ -import React, { useEffect, useState } from 'react'; +import { useEffect, useState } from 'react'; import { useHistory } from 'react-router-dom'; import '../../../assets/css/custom.css'; import logo from '../../../assets/images/logo/kac_logo_ icon.svg'; -import tp_logo from '../../../assets/images/tplogo_wh.png'; -import kac_logo from '../../../assets/images/kac_logo_wh.png'; import { Sun, @@ -183,16 +181,7 @@ const ControlMain = () => { - {/*
  • - -
  • */} - {/*
  • - -
  • */} +