From 53dc995d303b2e0cc2edcc044a56b785f4af61bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kimjh=28=EA=B9=80=EC=9E=A5=ED=98=84=29?= Date: Wed, 16 Nov 2022 11:08:57 +0900 Subject: [PATCH] =?UTF-8?q?=EB=93=9C=EB=A1=A0=20=EA=B4=80=EC=A0=9C=20->=20?= =?UTF-8?q?=EB=93=9C=EB=A1=A0=20=ED=81=B4=EB=A6=AD=20=ED=92=80=EB=A6=AC?= =?UTF-8?q?=EB=8A=94=20=ED=98=84=EC=83=81=20=ED=99=95=EC=9D=B8=20=EB=B0=8F?= =?UTF-8?q?=20=EC=BD=94=EB=93=9C=20=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/pav-warning.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/pav-warning.js b/test/pav-warning.js index 2d8b8dc..84249bd 100644 --- a/test/pav-warning.js +++ b/test/pav-warning.js @@ -12,8 +12,8 @@ const terminalId = 'SANDBOX-001'; const pathSampleCoord = [ [37.5215, 126.605], - [37.5215, 126.61], //비정상, 날릴 것 - // [37.5215, 126.6082], 계획서 + // [37.5215, 126.61], //비정상, 날릴 것 + [37.5215, 126.6082], //계획서 [37.521, 126.6082], [37.521, 126.6057], [37.5205, 126.6057], @@ -44,7 +44,7 @@ const getCoords = coords => { }; const getClient = () => { - const dronName = prefix + 'trmnlId'; + const dronName = prefix + '003'; const client = {}; client.dronName = dronName;