From 366efdec2703a253eac91c2aff7d56deeef01e81 Mon Sep 17 00:00:00 2001 From: junh_eee Date: Mon, 11 Jul 2022 17:46:56 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=ED=96=89=EA=B3=84=ED=9A=8D=EC=84=9C?= =?UTF-8?q?=20=EC=8B=A0=EC=B2=AD=20-=20=EA=B2=80=EC=83=89=20=ED=8F=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 24 + public/index.html | 25 + .../basis/flight/plan/FlightPlanAreaForm.js | 182 ++--- .../basis/flight/plan/FlightPlanForm.js | 716 +++++++++--------- .../basis/flight/plan/FlightPlanGrid.js | 76 +- .../basis/flight/plan/FlightPlanSearch.js | 174 +++++ .../basis/flight/plan/FlightPlanContainer.js | 24 +- 7 files changed, 731 insertions(+), 490 deletions(-) create mode 100644 src/components/basis/flight/plan/FlightPlanSearch.js diff --git a/package-lock.json b/package-lock.json index 059007a..f210754 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11260,6 +11260,11 @@ "verror": "1.10.0" } }, + "jsts": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/jsts/-/jsts-2.9.0.tgz", + "integrity": "sha512-QU9aQ+qZOSkMcX+ZZQevW0nswoKGAVoFfDycmAQeeHNYMnB4PoopiCXMKE2t93mEZeM82ikUA+eGdJjfJN5AkA==" + }, "jsx-ast-utils": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.2.0.tgz", @@ -11865,6 +11870,11 @@ "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=" }, + "mgrs": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/mgrs/-/mgrs-1.0.0.tgz", + "integrity": "sha512-awNbTOqCxK1DBGjalK3xqWIstBZgN6fxsMSiXLs9/spqWkF2pAhb2rrYCFSsr1/tT7PhcDGjZndG8SWYn0byYA==" + }, "microevent.ts": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/microevent.ts/-/microevent.ts-0.1.1.tgz", @@ -18883,6 +18893,15 @@ "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==" }, + "proj4": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/proj4/-/proj4-2.8.0.tgz", + "integrity": "sha512-baC+YcD4xsSqJ+CpCZljj2gcQDhlKb+J+Zjv/2KSBwWNjk4M0pafgQsE+mWurd84tflMIsP+7j7mtIpFDHzQfQ==", + "requires": { + "mgrs": "1.0.0", + "wkt-parser": "^1.3.1" + } + }, "promise": { "version": "7.3.1", "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz", @@ -25216,6 +25235,11 @@ "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-1.1.2.tgz", "integrity": "sha1-pwIEUwhNjNLv5wup02liY94XEKU=" }, + "wkt-parser": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/wkt-parser/-/wkt-parser-1.3.2.tgz", + "integrity": "sha512-A26BOOo7sHAagyxG7iuRhnKMO7Q3mEOiOT4oGUmohtN/Li5wameeU4S6f8vWw6NADTVKljBs8bzA8JPQgSEMVQ==" + }, "wmf": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wmf/-/wmf-1.0.2.tgz", diff --git a/public/index.html b/public/index.html index abe946a..cb9247d 100644 --- a/public/index.html +++ b/public/index.html @@ -17,6 +17,31 @@ type="text/javascript" src="https://openapi.map.naver.com/openapi/v3/maps.js?ncpClientId=5md90yszqj&submodules=geocoder,drawing" > + + + + + + + + + +