I am experiencing a halting of rendering for Cesium at seemingly random times due to the following line in DrawHelper.js:
DrawHelper.js:249: lineWidth : Math.min(this.strokeWidth || 4.0, context._aliasedLineWidthRange[1])
I commented out the line and the error appears to have gone away and I don't see any changes reflected in the appearance of Cesium.
What is this line being used for? I am confused as to why it would be throwing an error that would prompt Cesium to crash.
I am experiencing a halting of rendering for Cesium at seemingly random times due to the following line in DrawHelper.js:
DrawHelper.js:249: lineWidth : Math.min(this.strokeWidth || 4.0, context._aliasedLineWidthRange[1])
I commented out the line and the error appears to have gone away and I don't see any changes reflected in the appearance of Cesium.
What is this line being used for? I am confused as to why it would be throwing an error that would prompt Cesium to crash.