Browse Source

uam 노선 변경

master
hhjk00 11 months ago
parent
commit
9469d774bc
  1. 32
      src/components/map/geojson/uamAirArea.json

32
src/components/map/geojson/uamAirArea.json

@ -6,6 +6,7 @@
"geometry": { "geometry": {
"type": "LineString", "type": "LineString",
"coordinates": [ "coordinates": [
[126.6243464, 37.5642352],
[126.627865, 37.57291277777778], [126.627865, 37.57291277777778],
[126.63130833333331, 37.574488333333335], [126.63130833333331, 37.574488333333335],
[126.64792694444445, 37.57170861111112], [126.64792694444445, 37.57170861111112],
@ -23,7 +24,8 @@
[126.66086972222223, 37.57148361111111], [126.66086972222223, 37.57148361111111],
[126.64985499999999, 37.57053277777778], [126.64985499999999, 37.57053277777778],
[126.63398138888893, 37.55547861111111], [126.63398138888893, 37.55547861111111],
[126.62887638888888, 37.55600555555555] [126.62887638888888, 37.55600555555555],
[126.6243464, 37.5642352]
] ]
}, },
"properties": { "properties": {
@ -32,6 +34,18 @@
"route": "AR" "route": "AR"
} }
}, },
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [126.6243464, 37.5642352]
},
"properties": {
"name": "V1",
"description": "드론시험 인증센터",
"route": "AR"
}
},
{ {
"type": "Feature", "type": "Feature",
"geometry": { "geometry": {
@ -257,12 +271,13 @@
[126.72420416666667, 37.66822861111111], [126.72420416666667, 37.66822861111111],
[126.72130583333335, 37.66335111111111], [126.72130583333335, 37.66335111111111],
[126.79702611111112, 37.61767361111111], [126.79702611111112, 37.61767361111111],
[126.74079222222223, 37.65721194444444] [126.74079222222223, 37.65721194444444],
[126.72420416666667, 37.66822861111111]
] ]
}, },
"properties": { "properties": {
"name": "UAM 실증 노선", "name": "UAM 실증 노선",
"description": "한강 노선 01", "description": "한강 노선",
"route": "HG01" "route": "HG01"
} }
}, },
@ -319,14 +334,16 @@
"geometry": { "geometry": {
"type": "LineString", "type": "LineString",
"coordinates": [ "coordinates": [
[126.79702611111112, 37.61767361111111],
[126.80453805555555, 37.572388333333336], [126.80453805555555, 37.572388333333336],
[126.80991500000003, 37.555640555555556], [126.80991500000003, 37.555640555555556],
[126.81530555555557, 37.554041388888876] [126.81530555555557, 37.554041388888876],
[126.91214388888889, 37.52405611111111]
] ]
}, },
"properties": { "properties": {
"name": "UAM 실증 노선", "name": "UAM 실증 노선",
"description": "한강 노선2", "description": "한강 노선",
"route": "HG02" "route": "HG02"
} }
}, },
@ -374,12 +391,13 @@
[126.92951111111113, 37.535757499999995], [126.92951111111113, 37.535757499999995],
[126.93060138888889, 37.53156861111111], [126.93060138888889, 37.53156861111111],
[126.91713111111112, 37.52255194444444], [126.91713111111112, 37.52255194444444],
[126.91214388888889, 37.52405611111111] [126.91214388888889, 37.52405611111111],
[126.92951111111113, 37.535757499999995]
] ]
}, },
"properties": { "properties": {
"name": "UAM 실증 노선", "name": "UAM 실증 노선",
"description": "한강 노선3", "description": "한강 노선",
"route": "HG03" "route": "HG03"
} }
}, },

Loading…
Cancel
Save