vue中使用OpenLayers(三):绘制文字叠加和相对位置的调整

vue中使用OpenLayers(三):绘制文字叠加和相对位置的调整

第一步 引入需要js

之前我已经引过了,现在就不引了,想知道了直接看上一章

第二步

          let rome;
          rome = new Feature({
            data: item,
            lnglat: [item.lng, item.lat],//坐标
            geometry: new Point(fromLonLat([item.lng, item.lat]))
          });
          rome.setStyle([new Style({
              text: new Text({
                textAlign: "center",
                textBaseline: "middle",
                font: " 12px serif",
                text: "编号:" + item.towerNumber,//这里是要写的内容分
                fill: new Fill({
                  color: "#eee"
                }),
                stroke: new Stroke({ color: "rgba(255,255,255,0)" }),
                offsetX: 0,
                offsetY: -50,//调整相对位置
                rotation: 0
              })

      
  • 2
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值