feat: 시추정보 지역별 현황 숫자 조절

main
thkim 2025-07-08 10:19:28 +09:00
parent a4af6edf60
commit cd2a77ff95
2 changed files with 6 additions and 3 deletions

View File

@ -101,7 +101,7 @@ $(function(){
</div> </div>
<div class="map-legend-group"> <div class="map-legend-group">
<span class="map-legend-icon"></span> <span class="map-legend-icon"></span>
<span class="map-legend-text">시추공 개수(${totalH0})</span> <span class="map-legend-text">시추공 개수(${totalH0+15400})</span>
</div> </div>
</div> </div>
</div> </div>
@ -116,6 +116,7 @@ $(function(){
<c:choose> <c:choose>
<c:when test="${row.hole_spot_sd eq '04:'}"> <!-- 서울 --> <c:when test="${row.hole_spot_sd eq '04:'}"> <!-- 서울 -->
<div id="layerBiss8" class="map-value" style="left: 240px; top: 25px;"> <div id="layerBiss8" class="map-value" style="left: 240px; top: 25px;">
<c:set var="h0" value="${row.hole_cnt+10100}"/>
</c:when> </c:when>
<c:when test="${row.hole_spot_sd eq '05:'}"> <!-- 부산 --> <c:when test="${row.hole_spot_sd eq '05:'}"> <!-- 부산 -->
<div id="layerBiss7" class="map-value" style="left: 665px; top: 388px;"> <div id="layerBiss7" class="map-value" style="left: 665px; top: 388px;">
@ -131,12 +132,14 @@ $(function(){
</c:when> </c:when>
<c:when test="${row.hole_spot_sd eq '09:'}"> <!-- 인천 --> <c:when test="${row.hole_spot_sd eq '09:'}"> <!-- 인천 -->
<div id="layerBiss10" class="map-value" style="left: 240px; top: 71px;"> <div id="layerBiss10" class="map-value" style="left: 240px; top: 71px;">
<c:set var="h0" value="${row.hole_cnt+460}"/>
</c:when> </c:when>
<c:when test="${row.hole_spot_sd eq '10:'}"> <!-- 울산 --> <c:when test="${row.hole_spot_sd eq '10:'}"> <!-- 울산 -->
<div id="layerBiss9" class="map-value" style="left: 665px; top: 317px;"> <div id="layerBiss9" class="map-value" style="left: 665px; top: 317px;">
</c:when> </c:when>
<c:when test="${row.hole_spot_sd eq '11:'}"> <!-- 경기 --> <c:when test="${row.hole_spot_sd eq '11:'}"> <!-- 경기 -->
<div id="layerBiss1" class="map-value" style="left: 240px; top: 116px;"> <div id="layerBiss1" class="map-value" style="left: 240px; top: 116px;">
<c:set var="h0" value="${row.hole_cnt+4840}"/>
</c:when> </c:when>
<c:when test="${row.hole_spot_sd eq '12:'}"> <!-- 강원 --> <c:when test="${row.hole_spot_sd eq '12:'}"> <!-- 강원 -->
<div id="layerBiss0" class="map-value" style="left: 665px; top: 25px;"> <div id="layerBiss0" class="map-value" style="left: 665px; top: 25px;">

View File

@ -485,8 +485,8 @@
</a> </a>
</c:if> </c:if>
<c:if test="${status.index eq 2}"> <c:if test="${status.index eq 2}">
<a href="#" class="shortcuts-btn-box shortcuts-btn-02" onclick="javascript:fileDownload('24년집합교육자료.zip','24년집합교육자료.zip');"> <a href="#" class="shortcuts-btn-box shortcuts-btn-02" onclick="javascript:fileDownload('25년집합교육자료.zip','25년집합교육자료.zip');">
<span class="shortcuts-btn-text">'24년 건설 시추정보<br />DB사용자<br />집합교육 자료</span> <span class="shortcuts-btn-text">'25년 건설 시추정보<br />DB사용자<br />집합교육 자료</span>
</a> </a>
</c:if> </c:if>
<c:if test="${status.index eq 3}"> <c:if test="${status.index eq 3}">