mgdevereux / googleearthtoolbox

Automatically exported from code.google.com/p/googleearthtoolbox
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

ge_Box.m missing color conversion (version r97) #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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, ..

Original issue reported on code.google.com by gero.zec...@gmail.com on 6 Oct 2010 at 9:18

GoogleCodeExporter commented 9 years ago

Original comment by skawtus on 13 Mar 2012 at 12:26