Browse Source

울산 공역 json 파일 오타(coordinates 형식) 수정

master
김장현 2 weeks ago
parent
commit
c3141d2c89
  1. 12
      src/components/map/geojson/ulsanAirArea.json

12
src/components/map/geojson/ulsanAirArea.json

@ -220,13 +220,11 @@
"geometry": { "geometry": {
"type": "LineString", "type": "LineString",
"coordinates": [ "coordinates": [
[ [129.349283089563, 35.6029161501042, 24.130000000000003],
[129.349283089563, 35.6029161501042, 24.130000000000003], [129.352593648829, 35.6030996529655, 23.46],
[129.352593648829, 35.6030996529655, 23.46], [129.354186126067, 35.5840395078067, 14.5],
[129.354186126067, 35.5840395078067, 14.5], [129.35087635497, 35.5838560049455, 14.5],
[129.35087635497, 35.5838560049455, 14.5], [129.349283089563, 35.6029161501042, 24.130000000000003]
[129.349283089563, 35.6029161501042, 24.130000000000003]
]
] ]
}, },
"properties": { "properties": {

Loading…
Cancel
Save