码迷,mamicode.com
首页 > 其他好文 > 详细

openlayers 加载填充颜色透明的面

时间:2020-03-27 12:59:02      阅读:317      评论:0      收藏:0      [点我收藏+]

标签:颜色   idt   style   ret   str   fill   填充   rgba   透明   

    createStyle(){
     return new Style({
        stroke: new Stroke({
          color: ‘#ff4e00‘, //面的边界线颜色
          width: 1         //边界线宽
        }),
        fill: new Fill({
         color: ‘rgba(0, 0, 255, 0)‘    //填充颜色,不透明度0
        })
      })
    },

openlayers 加载填充颜色透明的面

标签:颜色   idt   style   ret   str   fill   填充   rgba   透明   

原文地址:https://www.cnblogs.com/wwj007/p/12580469.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!