OpenLayer 画圆

画圆;

// 画圆
drawCircle(coordinate) {
    let iconFeature = new ol.Feature({
        geometry: new ol.geom.Point(coordinate),
    });
    let vectorLayer_Polygon = new ol.layer.Vector({
        source: new ol.source.Vector({
            features: [iconFeature]
        }),
        style: new ol.style.Style({
            stroke: new ol.style.Stroke({
                color: '#4473ff',
                width: 5
            }),
            image: new ol.style.Circle({    //形状
                radius: 5,
                fill: new ol.style.Fill({
                    color: '#4473ff'
                })
            }),
        })
    });
    this.map.addLayer(vectorLayer_Polygon);
},
全部评论

相关推荐

11-15 13:12
已编辑
门头沟学院 Java
斯卡蒂味的鱼汤:知道你不会来数马,就不捞你😂最近数马疯狂扩招,招聘要求挺低的,你能力肯定够,应该就是因为太强了,知道你不会来才不捞你
投递腾讯云智研发等公司10个岗位
点赞 评论 收藏
分享
notbeentak...:孩子,说实话,选择很重要,可能你换一个方向会好很多,但是现在时间不太够了,除非准备春招
点赞 评论 收藏
分享
评论
1
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务