개별정보보기 창이 마우스가 움직이면 사라지는 버그 수정

-> 시추공을 지나가면 시추공정보(feature)를 받아오게되고 feature가 존재하면 tooltip을 remove하는 처리를 제거함
main
유지인 2025-07-25 13:45:42 +09:00
parent d86ec429a7
commit fcc3868883
1 changed files with 3 additions and 3 deletions

View File

@ -187496,9 +187496,9 @@ function initApp(param){
}
}
if(feature) {
addTooltip(feature);
}
// if(feature) {
// addTooltip(feature);
// }
}
});
}