Browse Source

오타수정

pull/2/head
이준희 1 year ago
parent
commit
3ce9d538f7
  1. 2
      src/components/map/naver/dron/DronMarker.js

2
src/components/map/naver/dron/DronMarker.js

@ -177,7 +177,7 @@ export const DronMarker = props => {
const pal = controlGroupAuthInfo?.find( const pal = controlGroupAuthInfo?.find(
prev => prev.idntfNum === gps.objectId prev => prev.idntfNum === gps.objectId
); );
if (pal || id.includs('NAMWON')) { if (pal || id.includes('NAMWON')) {
markerOption.url = DronUamIcon; markerOption.url = DronUamIcon;
markerOption.type = 'DRONE'; markerOption.type = 'DRONE';
gpsCnt.type = 'drone'; gpsCnt.type = 'drone';

Loading…
Cancel
Save