Export to GitHub

googleearthtoolbox - issue #24

ge_Box.m missing color conversion (version r97)


Posted on Oct 6, 2010 by Quick Bear

documention of ge_box says for polycolor: "Polygon color specification, including transparency. Color value format same as 'LineColor'."

however, lineColor is converted (reordered) in line 59, polyColor isn't:

ge_box.m: 59: lineColor_chars = .., lineColor([1,2,7,8,5,6,3,4]), .. 60: polyColor_chars = .., polyColor, ..

Comment #1

Posted on Mar 13, 2012 by Happy Hippo

(No comment was entered for this change.)

Status: WontFix

Labels:
Type-Defect Priority-Medium