8000 fix leaflet 动态标绘示例错误修改 · SuperMap/iClient-JavaScript@e8c97c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit e8c97c5

Browse files
fix leaflet 动态标绘示例错误修改
1 parent 260ac5a commit e8c97c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/leaflet/plot_graphicLayer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h5 class="panel-title text-center" data-i18n="resources.title_plotSymbolPerform
9595
libID: 421,
9696
code: randomCode[symbolDataIndex]
9797
});
98-
L.supermap.symbolInfoService(serverUrl).getSymbolInfo(params, null, null).then(getSymbolInfoSuccess);
98+
L.supermap.symbolInfoService(serverUrl).getSymbolInfo(params, getSymbolInfoSuccess, null);
9999
}
100100
$(document).ready(function(){
101101
$('#panelheading').click(function(){

0 commit comments

Comments
 (0)
0