PolyStyle
Specifies the drawing style for all polygons, included line extrusions.
KML Element Attribute |
KML Element |
kml_polystyle_color |
<PolyStyle><color> |
kml_polystyle_color_mode |
<PolyStyle><colorMode> |
kml_polystyle_fill |
<PolyStyle><fill> |
kml_polystyle_outline |
<PolyStyle><outline> |
FME Attribute |
Remarks |
fme_fill_color |
Specifies the fill colour using the fme color spec. Used to generate the RGB portion of the kml_polystyle_color attribute. |
fme_fill_opacity |
Specifies the fill opacity using a float with a value from 0 to 1.0. Used to generate the Alpha portion of the kml_polystyle_color attribute. |