thkim 2026-01-30 17:30:44 +09:00
commit 05fafa162f
1 changed files with 9 additions and 9 deletions

View File

@ -2970,8 +2970,8 @@ function initApp(param){
strokeColor: "#0000FF", strokeColor: "#0000FF",
strokeOpacity: 0.8, strokeOpacity: 0.8,
strokeWidth: 3, strokeWidth: 3,
fillColor: "#0000FF", fillColor: "transparent",
fillOpacity: 0.1 fillOpacity: 0
}; };
//---------------------------- //----------------------------
@ -3020,8 +3020,8 @@ function initApp(param){
strokeColor: "#0000FF", strokeColor: "#0000FF",
strokeOpacity: 0.8, strokeOpacity: 0.8,
strokeWidth: 3, strokeWidth: 3,
fillColor: "#0000FF", fillColor: "transparent",
fillOpacity: 0.1 fillOpacity: 0
}; };
var chungcheongnamdoFeature = new OpenLayers.Feature.Vector(chungcheongnamdoPolygon, null, boundaryStyle); var chungcheongnamdoFeature = new OpenLayers.Feature.Vector(chungcheongnamdoPolygon, null, boundaryStyle);
allFeatures.push(chungcheongnamdoFeature); allFeatures.push(chungcheongnamdoFeature);
@ -3109,8 +3109,8 @@ function initApp(param){
strokeColor: "#0000FF", strokeColor: "#0000FF",
strokeOpacity: 0.8, strokeOpacity: 0.8,
strokeWidth: 3, strokeWidth: 3,
fillColor: "#0000FF", fillColor: "transparent",
fillOpacity: 0.1 fillOpacity: 0
}; };
//---------------------------- //----------------------------
@ -3342,7 +3342,7 @@ function initApp(param){
} else { } else {
console.error("HOLE_BOUNDARY[4] 레이어가 초기화되지 않았습니다. 경계 추가에 실패했습니다."); 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 sourceProj = new OpenLayers.Projection("EPSG:5186"); // 원본 좌표계: GRS80 (5186)
var destProj = new OpenLayers.Projection("EPSG:3857"); // 지도 투영 좌표계: Web Mercator (3857) var destProj = new OpenLayers.Projection("EPSG:3857"); // 지도 투영 좌표계: Web Mercator (3857)
@ -3352,8 +3352,8 @@ function initApp(param){
strokeColor: "#0000FF", strokeColor: "#0000FF",
strokeOpacity: 0.8, strokeOpacity: 0.8,
strokeWidth: 3, strokeWidth: 3,
fillColor: "#0000FF", fillColor: "transparent",
fillOpacity: 0.1 fillOpacity: 0
}; };
//---------------------------- //----------------------------