Browse Source

手机端

master
庞东旭 5 days ago
parent
commit
754fa1bea6
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/views/app/map.vue

+ 4
- 4
src/views/app/map.vue View File

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


Loading…
Cancel
Save