From 5296e0df197a88adb9467b5c2dad76a58bfc10ca Mon Sep 17 00:00:00 2001 From: Nan Kyung Lee Date: Mon, 23 Mar 2026 16:28:03 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20fishing-zones-wgs84.json=20id=20?= =?UTF-8?q?=ED=95=84=EB=93=9C=20=EC=B6=94=EA=B0=80=20(ZONE=5FI~IV)=20?= =?UTF-8?q?=E2=80=94=20=EB=9F=B0=ED=83=80=EC=9E=84=20=ED=81=AC=EB=9E=98?= =?UTF-8?q?=EC=8B=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/data/zones/fishing-zones-wgs84.json | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/frontend/src/data/zones/fishing-zones-wgs84.json b/frontend/src/data/zones/fishing-zones-wgs84.json index bbbeae8..dab77a9 100644 --- a/frontend/src/data/zones/fishing-zones-wgs84.json +++ b/frontend/src/data/zones/fishing-zones-wgs84.json @@ -3,7 +3,15 @@ "features": [ { "type": "Feature", - "properties": { "zone": "II", "name": "특정어업수역 II (남해 제주남방)" }, + "properties": { "id": "ZONE_I", "zone": "I", "name": "특정어업수역 I (동해)" }, + "geometry": { + "type": "Polygon", + "coordinates": [[[128.86, 35.65], [131.67, 35.65], [131.67, 38.25], [128.86, 38.25], [128.86, 35.65]]] + } + }, + { + "type": "Feature", + "properties": { "id": "ZONE_II", "zone": "II", "name": "특정어업수역 II (남해 제주남방)" }, "geometry": { "type": "Polygon", "coordinates": [[[126.00, 32.18], [128.89, 32.18], [128.89, 34.34], [126.00, 34.34], [126.00, 32.18]]] @@ -11,7 +19,7 @@ }, { "type": "Feature", - "properties": { "zone": "III", "name": "특정어업수역 III (서남해 이어도)" }, + "properties": { "id": "ZONE_III", "zone": "III", "name": "특정어업수역 III (서남해 이어도)" }, "geometry": { "type": "Polygon", "coordinates": [[[124.01, 32.18], [126.08, 32.18], [126.08, 35.00], [124.01, 35.00], [124.01, 32.18]]] @@ -19,19 +27,11 @@ }, { "type": "Feature", - "properties": { "zone": "IV", "name": "특정어업수역 IV (서해 중간수역)" }, + "properties": { "id": "ZONE_IV", "zone": "IV", "name": "특정어업수역 IV (서해 중간수역)" }, "geometry": { "type": "Polygon", "coordinates": [[[124.13, 35.00], [125.85, 35.00], [125.85, 37.00], [124.13, 37.00], [124.13, 35.00]]] } - }, - { - "type": "Feature", - "properties": { "zone": "I", "name": "특정어업수역 I (동해)" }, - "geometry": { - "type": "Polygon", - "coordinates": [[[128.86, 35.65], [131.67, 35.65], [131.67, 38.25], [128.86, 38.25], [128.86, 35.65]]] - } } ] }