cesium-drawhelper
cesium-drawhelper copied to clipboard
Add fix - Issue #12
Solving crash from issue #12 (line 294 not 249, probably a typo)
As far as I investigated, context._aliasedLineWidthRange is always undefined.
Therefore, Math.min() operation is redundant and trying to read context._aliasedLineWidthRange[1] will make the system crash.