소스 검색

手机端

master
庞东旭 5 일 전
부모
커밋
754fa1bea6
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      src/views/app/map.vue

+ 4
- 4
src/views/app/map.vue 파일 보기

@@ -379,11 +379,11 @@
style: new ol.style.Style({
fill: new ol.style.Fill({
//矢量图层填充颜色,以及透明度
color: "rgba(255,224,0,0.3)",
color: "rgba(255,0,17,0.3)",
}),
stroke: new ol.style.Stroke({
//边界样式
color: "#ffd154",
color: "#ff0000",
width: 3,
}),
})
@@ -597,11 +597,11 @@
style: new ol.style.Style({
fill: new ol.style.Fill({
//矢量图层填充颜色,以及透明度
color: "rgba(255,224,0,0.3)",
color: "rgba(255,0,17,0.3)",
}),
stroke: new ol.style.Stroke({
//边界样式
color: "#ffd154",
color: "#ff0000",
width: 3,
}),
})


불러오는 중...
취소
저장