Skip to content

Commit 4586a0d

Browse files
author
caoxinke@supermap.com
committed
fix classic报错的示例。
1 parent 5402119 commit 4586a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/classic/plot_plotSymbolPerformance.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h5 class='panel-title text-center'>动态标绘高性能图层</h5></div>
142142
}
143143

144144
function addSymboltoArray(nCount, lib, code, features, totalLength, flag) {
145-
SuperMap.Plot.PlottingUtil.getDataFromServer(serverUrl, lib, code, null, null, null, getCompleted, getFailed);
145+
SuperMap.Plot.PlottingUtil.getDataFromServer(serverUrl, lib, code, null, {}, null, getCompleted, getFailed);
146146
var locationPointWCs = [];
147147
locationPointWCs.push(new SuperMap.Geometry.Point(122, 41));
148148

0 commit comments

Comments
 (0)