From 9469d774bc65e0ed6d50e25f11c59f3531389063 Mon Sep 17 00:00:00 2001 From: hhjk00 Date: Fri, 13 Oct 2023 18:33:42 +0900 Subject: [PATCH] =?UTF-8?q?uam=20=EB=85=B8=EC=84=A0=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/map/geojson/uamAirArea.json | 32 +++++++++++++++++----- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/src/components/map/geojson/uamAirArea.json b/src/components/map/geojson/uamAirArea.json index cffe0f6..4e97962 100644 --- a/src/components/map/geojson/uamAirArea.json +++ b/src/components/map/geojson/uamAirArea.json @@ -6,6 +6,7 @@ "geometry": { "type": "LineString", "coordinates": [ + [126.6243464, 37.5642352], [126.627865, 37.57291277777778], [126.63130833333331, 37.574488333333335], [126.64792694444445, 37.57170861111112], @@ -23,7 +24,8 @@ [126.66086972222223, 37.57148361111111], [126.64985499999999, 37.57053277777778], [126.63398138888893, 37.55547861111111], - [126.62887638888888, 37.55600555555555] + [126.62887638888888, 37.55600555555555], + [126.6243464, 37.5642352] ] }, "properties": { @@ -32,6 +34,18 @@ "route": "AR" } }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [126.6243464, 37.5642352] + }, + "properties": { + "name": "V1", + "description": "드론시험 인증센터", + "route": "AR" + } + }, { "type": "Feature", "geometry": { @@ -257,12 +271,13 @@ [126.72420416666667, 37.66822861111111], [126.72130583333335, 37.66335111111111], [126.79702611111112, 37.61767361111111], - [126.74079222222223, 37.65721194444444] + [126.74079222222223, 37.65721194444444], + [126.72420416666667, 37.66822861111111] ] }, "properties": { "name": "UAM 실증 노선", - "description": "한강 노선 01", + "description": "한강 노선", "route": "HG01" } }, @@ -319,14 +334,16 @@ "geometry": { "type": "LineString", "coordinates": [ + [126.79702611111112, 37.61767361111111], [126.80453805555555, 37.572388333333336], [126.80991500000003, 37.555640555555556], - [126.81530555555557, 37.554041388888876] + [126.81530555555557, 37.554041388888876], + [126.91214388888889, 37.52405611111111] ] }, "properties": { "name": "UAM 실증 노선", - "description": "한강 노선2", + "description": "한강 노선", "route": "HG02" } }, @@ -374,12 +391,13 @@ [126.92951111111113, 37.535757499999995], [126.93060138888889, 37.53156861111111], [126.91713111111112, 37.52255194444444], - [126.91214388888889, 37.52405611111111] + [126.91214388888889, 37.52405611111111], + [126.92951111111113, 37.535757499999995] ] }, "properties": { "name": "UAM 실증 노선", - "description": "한강 노선3", + "description": "한강 노선", "route": "HG03" } },