DiomedesDominguez / kml-library

Automatically exported from code.google.com/p/kml-library
0 stars 0 forks source link

PolyStyle lacks some properties #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
PolyStyle is inherited from ColorStyle without any new properties.
actually it needs fill & outline properties as below :

<PolyStyle>
      <color>4400ff00</color>
      <fill>1</fill>
      <outline>1</outline>
</PolyStyle>

Original issue reported on code.google.com by hmonfa...@gmail.com on 7 Aug 2012 at 8:34