白月
白月
  • 发布:2023-03-17 15:50
  • 更新:2023-12-15 17:51
  • 阅读:552

map地图组件 markers加载有问题,自定义图标不显示,多个也不显示,只显示默认的图标

分类:uni-app
<view>  
<map style="width:100%;" :style="{height:wheight+'px'}"  :scale="scale"  :markers="marker" :latitude="latitude"  :longitude="longitude" ></map>  
</view>
                   latitude: 39.883494,  
                longitude: 116.394783,  
                show_compass:true,  
                enable_poi:true,  
                marker: [{  
                    id:1,  
                    latitude: 30.566796,  
                    longitude: 104.041859,  
                    iconPath: "/public/images/default_icon/ic_location_red_b.png",  
                },{  
                    id:2,  
                    latitude: 30.566797,  
                    longitude: 104.041859,  
                    iconPath: "/public/images/default_icon/ic_location_red_b.png",  
                }],  
                scale:18,//地图缩放程度

还有没有用到数据自动添加,就是写在默认的数据上都只显示一个蓝色的点
路径也是用的绝对路径了,图片也是对的

nvue也试了,也是不行,nvue是不能动态添加,这个问题我还没有去仔细看,应该是我这边自己vue转成nvue代码的问题。
vue还能动态添加,但是也只能是一个点,不能多个点

2023-03-17 15:50 负责人:无 分享
已邀请:
白月

白月 (作者)

版本3.7.3,打的是自定义基座

白月

白月 (作者)

没有人么

白月

白月 (作者)

没有人么

d***@163.com

d***@163.com

您好,请问问题解决了吗?我们现在想在图标上加外框,试了一些方法都无法实现,想请教您那边现在有方案吗?谢谢分享

要回复问题请先登录注册