Skip to content

Commit a2d4f6c

Browse files
committed
提交修改标绘产品示例缺陷
1 parent 0ab3ae1 commit a2d4f6c

File tree

4 files changed

+442
-423
lines changed

4 files changed

+442
-423
lines changed

dist/leaflet/include-leaflet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
}
145145
}
146146
if (inArray(includes, 'iclient-leaflet-css')) {
147-
inputCSS(disturl + '/leaflet/iclient-leaflet.min.css');
147+
inputCSS(disturl + '/leaflet/11.2.1/iclient-leaflet.min.css');
148148
}
149149
if (inArray(includes, 'iclient-plot-leaflet')) {
150150
inputCSS(libsurl + '/plotting/leaflet/11.2.1/iclient-plot-leaflet.css');

examples/js/plottingPanel/StylePanel.js

Lines changed: 1 addition & 1 deletion
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)