mapboxgl的弹出框取消关闭按钮的实现方式是设置 closeButton: false

var popup = new mapboxgl.Popup({

          closeButton: false

});

mapboxgl弹出框取消关闭按钮

 

相关文章: