Skip to content

Commit

Permalink
修改几何查询demo缺省属性设置错误
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyu1 committed Aug 2, 2018
1 parent 72f13b3 commit 2e0ccc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/classic/plot_symbolGeometricQuery.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h5 class='panel-title text-center' data-i18n="resources.title_symbolGeometricQu
//设置选择区域标号的默认颜色
function setDefualtStyle() {
var defualtStyle = plotting.getDefaultStyle();
defualtStyle.defaultStyleFlag = true;
defualtStyle.defaultFlag = true;
defualtStyle.lineColor = "#00FF00";
}

Expand Down

0 comments on commit 2e0ccc8

Please sign in to comment.