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 }; //----------------------------