From ec1f3de59702c967b407b72ffc4c3ad14dd3d8f6 Mon Sep 17 00:00:00 2001 From: hhjk00 Date: Fri, 22 Sep 2023 14:46:08 +0900 Subject: [PATCH] =?UTF-8?q?line,=20point=20=EC=8A=A4=ED=83=80=EC=9D=BC=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD,=20=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/map/geojson/uamAirArea.json | 10 ++++------ src/components/map/naver/feature/FeatureAirZone.js | 4 ++-- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/components/map/geojson/uamAirArea.json b/src/components/map/geojson/uamAirArea.json index 5918281..1963f55 100644 --- a/src/components/map/geojson/uamAirArea.json +++ b/src/components/map/geojson/uamAirArea.json @@ -6,7 +6,6 @@ "geometry": { "type": "LineString", "coordinates": [ - [126.6243464, 37.5642352, 0], [126.627865, 37.57291277777778, 0], [126.63130833333331, 37.574488333333335, 0], [126.64792694444445, 37.57170861111112, 0], @@ -24,8 +23,7 @@ [126.66086972222223, 37.57148361111111, 0], [126.64985499999999, 37.57053277777778, 0], [126.63398138888893, 37.55547861111111, 0], - [126.62887638888888, 37.55600555555555, 0], - [126.6243464, 37.5642352, 0] + [126.62887638888888, 37.55600555555555, 0] ] }, "properties": { @@ -375,8 +373,8 @@ "coordinates": [ [126.92951111111113, 37.535757499999995, 0], [126.93060138888889, 37.53156861111111, 0], - [126.91214388888889, 37.52405611111111, 0], - [126.91713111111112, 37.52255194444444, 0] + [126.91713111111112, 37.52255194444444, 0], + [126.91214388888889, 37.52405611111111, 0] ] }, "properties": { @@ -428,7 +426,7 @@ "coordinates": [126.91713111111112, 37.52255194444444, 0] }, "properties": { - "name": "HG010", + "name": "HG011", "description": "", "route": "HG" } diff --git a/src/components/map/naver/feature/FeatureAirZone.js b/src/components/map/naver/feature/FeatureAirZone.js index b6491a3..f5a2d52 100644 --- a/src/components/map/naver/feature/FeatureAirZone.js +++ b/src/components/map/naver/feature/FeatureAirZone.js @@ -93,7 +93,7 @@ export const FeatureAirZone = props => { var color; var wayPointIcon = { content: - '
', + '
', anchor: new naver.maps.Point(10, 5) }; @@ -123,7 +123,7 @@ export const FeatureAirZone = props => { } else if (name === '김포공항') { color = '#020715'; } else if (route) { - color = '#FC5DFF'; + color = '#FF1493'; } return {