首页 / 浏览问题 / 云GIS / 问题详情
leaflet的marker怎么自动触发绑定的事件
lxy
7EXP 2019年04月04日
marker是leaflet的。

1个回答

你好 可参考

http://iclient.supermap.io/examples/leaflet/editor.html#01_mapQueryByDistance

也可参考,leaflet官网:mark例子  

L.marker([51.5, -0.09]).addTo(map) .bindPopup('A pretty CSS3 popup.<br> Easily customizable.') .openPopup(); 

https://leafletjs.com/index.html  搜索marker

3,352EXP 2019年04月04日
...