diff --git a/list.txt b/list.txt index 904d104f..f8b2bfb2 100644 --- a/list.txt +++ b/list.txt @@ -4,6 +4,4 @@ #src\main\java\geoinfo\regi\manageList\ManageExcelUploadProc01Controller.java #src\main\webapp\WEB-INF\views\web\input\excel_step00.jsp #src\main\webapp\WEB-INF\views\web\input\excel_step31.jsp -src\main\webapp\WEB-INF\views\map\index.jsp -src\main\webapp\WEB-INF\views\map\projectSearch\projectSearch.jsp -src\main\webapp\js\map\main\main.js \ No newline at end of file +src\main\webapp\js\map\main\map.js \ No newline at end of file diff --git a/src/main/webapp/js/map/main/map.js b/src/main/webapp/js/map/main/map.js index 4b6d5bd4..09d3ebf9 100644 --- a/src/main/webapp/js/map/main/map.js +++ b/src/main/webapp/js/map/main/map.js @@ -3491,6 +3491,10 @@ function showSichuInfo2(){ if(selectSichSize == 1){ selectOneSich(HOLE_SELECT.features[0].attributes.CODE); }else{ + if( HOLE_SELECT.features.length === 0 ) { + alert("정보를 확인할 시추공 한 개를 선택하세요."); + return false; + } var selectSichHoleCode = HOLE_SELECT.features[0].attributes.CODE; var selectSichHoleCode2 = ""; for(var i=0; i