使用产品:iserver leaflet 操作系统:win
数据类型: x64
问题详细描述:下载的时候没有L.supermap.plotting.initSMLInfosPanel
问题重现步骤: 1.https://iclient.supermap.io/examples/leaflet/editor.html#plot_filetransfer
2.function getSMLInfosSucess(evt){
L.supermap.plotting.initSMLInfosPanel("filetree", evt.smlInfoList, function(clickSmlFileName){
var result = sitDataManager.downloadSmlFileURL(clickSmlFileName);
document.getElementById("downloadUrl").value = serverUrl + result;
document.getElementById("smlFileName").value =clickSmlFileName;
sitDataManager.openSmlFileOnServer(clickSmlFileName);
})
}
3.initSMLInfosPanel这个方法在api中也没有找到