Skip to content

Commit 8c91620

Browse files
fix 动态标绘错误修改
1 parent 78f3716 commit 8c91620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/leaflet/plot_movingTarget.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
libID: 421,
136136
code: randomCode[symbolDataIndex]
137137
});
138-
L.supermap.symbolInfoService(serverUrl).getSymbolInfo(params).then(getSymbolInfoSuccess);
138+
L.supermap.symbolInfoService(serverUrl).getSymbolInfo(params, getSymbolInfoSuccess, null);
139139
}
140140
</script>
141141
</body>

0 commit comments

Comments
 (0)