Browse Source

laanc 비행타입 비가시권 모달창 한글화

master
junh_eee(이준희) 9 months ago
parent
commit
8a80fb9af3
  1. 6
      src/components/laanc/map/LaancDrawControl.js

6
src/components/laanc/map/LaancDrawControl.js

@ -377,7 +377,7 @@ export const LaancDrawControl = props => {
let text = '';
if (mode === 'CIRCLE') {
if (data.radius > 1000) {
text = 'circle의 경우 반경';
text = '의 경우 반경';
isBreak = true;
}
} else {
@ -387,8 +387,8 @@ export const LaancDrawControl = props => {
if (distance > 1000) {
text =
mode === 'LINE'
? 'waypoint의 경우 점과 점 사이가'
: 'polygon의 경우 변과 변 사이가';
? '의 경우 점과 점 사이가'
: '다각형의 경우 변과 변 사이가';
isBreak = true;
break;
}

Loading…
Cancel
Save