diff --git a/src/components/laanc/map/LaancAreaMap.js b/src/components/laanc/map/LaancAreaMap.js index bcd59a0e..9bacdb1d 100644 --- a/src/components/laanc/map/LaancAreaMap.js +++ b/src/components/laanc/map/LaancAreaMap.js @@ -338,7 +338,17 @@ export default function LaancAreaMap({ } return ( -
+
{ + const allObj = drawObj + .getAll() + .features.filter(o => o.properties.id !== 'BUFFER'); + + drawObj.changeMode('direct_select', { + featureId: allObj[i].id + }); + }} + >
비행구역 {i + 1}
{coord?.map((co, idx) => {