Skip to content

Commit

Permalink
#fix no update possible
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornet authored Feb 17, 2019
1 parent 0948efd commit ede39f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -1825,7 +1825,7 @@ function(
},

_getTxtGraphic:function(point, text, bottomAlignment){
if(this.config.defaultSymbols.MeasureSymbol){
if(this.config.defaultSymbols && this.config.defaultSymbols.MeasureSymbol){
var textSymbol = new TextSymbol(this.config.defaultSymbols.MeasureSymbol);
textSymbol.setText(text);
}
Expand Down

0 comments on commit ede39f8

Please sign in to comment.