From 928ae0d361afd3ef4d17802d10c985b5f1f3690f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A0=EC=A7=80=EC=9D=B8?= Date: Fri, 30 Jan 2026 17:21:33 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=ED=95=A0=EC=A7=80=EB=8F=84=EB=B3=B4?= =?UTF-8?q?=EA=B8=B0=20-=20=EB=B0=9C=EC=A3=BC=EA=B8=B0=EA=B4=80=20?= =?UTF-8?q?=ED=96=89=EC=A0=95=EA=B2=BD=EA=B3=84=EA=B5=AC=EC=97=AD=20?= =?UTF-8?q?=EC=B2=98=EB=A6=AC=20=EB=B0=B0=EA=B2=BD=EC=83=89=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/js/map/main/map.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/webapp/js/map/main/map.js b/src/main/webapp/js/map/main/map.js index eaecf764..c2c257f2 100644 --- a/src/main/webapp/js/map/main/map.js +++ b/src/main/webapp/js/map/main/map.js @@ -2970,8 +2970,8 @@ function initApp(param){ strokeColor: "#0000FF", strokeOpacity: 0.8, strokeWidth: 3, - fillColor: "#0000FF", - fillOpacity: 0.1 + fillColor: "transparent", + fillOpacity: 0 }; //---------------------------- @@ -3020,8 +3020,8 @@ function initApp(param){ strokeColor: "#0000FF", strokeOpacity: 0.8, strokeWidth: 3, - fillColor: "#0000FF", - fillOpacity: 0.1 + fillColor: "transparent", + fillOpacity: 0 }; var chungcheongnamdoFeature = new OpenLayers.Feature.Vector(chungcheongnamdoPolygon, null, boundaryStyle); allFeatures.push(chungcheongnamdoFeature); @@ -3109,8 +3109,8 @@ function initApp(param){ strokeColor: "#0000FF", strokeOpacity: 0.8, strokeWidth: 3, - fillColor: "#0000FF", - fillOpacity: 0.1 + fillColor: "transparent", + fillOpacity: 0 }; //---------------------------- @@ -3342,7 +3342,7 @@ function initApp(param){ } else { console.error("HOLE_BOUNDARY[4] 레이어가 초기화되지 않았습니다. 경계 추가에 실패했습니다."); } - } else if( getQueryString("masterCompanyCode") === "588") { + } else if( getQueryString("masterCompanyCode") === "588" || getQueryString("masterCompanyCode") === "025") { var sourceProj = new OpenLayers.Projection("EPSG:5186"); // 원본 좌표계: GRS80 (5186) var destProj = new OpenLayers.Projection("EPSG:3857"); // 지도 투영 좌표계: Web Mercator (3857) @@ -3352,8 +3352,8 @@ function initApp(param){ strokeColor: "#0000FF", strokeOpacity: 0.8, strokeWidth: 3, - fillColor: "#0000FF", - fillOpacity: 0.1 + fillColor: "transparent", + fillOpacity: 0 }; //----------------------------