Skip to content

Commit de1eead

Browse files
committed
提交标绘产品缺陷修改
1 parent bffd23b commit de1eead

File tree

3 files changed

+441
-422
lines changed

3 files changed

+441
-422
lines changed

examples/js/plottingPanel/StylePanel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ function updateSelectFeature(updated, selectfeatures) {
344344
if (selectfeatures[i].symbolType === SuperMap.Plot.SymbolType.LITERATESIGN) {
345345
selectfeatures[i].route.applyTextStyle({ lineSymbolID: updated.value });
346346
} else {
347-
if (selectFeatures[i].symbolType != 1) {
347+
if (selectFeatures[i].symbolType != 1 && selectfeatures[i].setDashLine != undefined) {
348348
selectfeatures[i].setDashLine([]);
349349
selectfeatures[i].setStyle({ lineSymbolID: 0 });
350350
}

0 commit comments

Comments
 (0)