摘要:
如果只是展示,可以在 properties.description 中使用原生html , 然后 // new SFMap.Popup() // .setLngLat(coordinates) // .setHTML(description) // .addTo(window.map); 便可以渲染 阅读全文
摘要:
//函数初始化时要进行监听 function rightMouseMenu(){ var rightMenu = new SFMap.RightMenuControl({ className: 'sfmap-ctrl-rightmenu-custom', // 菜单内容 menuItems: [ { 阅读全文