Merge branch 'main' of http://10.dbnt.co.kr:50501/DBNT/geoinfo_eGov_work
commit
05fafa162f
|
|
@ -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
|
||||
};
|
||||
|
||||
//----------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue