|
It can be a child of the (map) component. AttributesBeside the JSF UIComponent standard attributes. | Component Attribute | Required | Description | Default value | | hexStrokeColor | false | The polygon stroke hex color. | #f33f00 | | lineWidth | false | The polygon line width. | 5 | | strokeOpacity | false | The opacity of the polygon stroke. | false | | hexFillColor | false | The fill hexa color of the polygon. | #ff0000 | | fillOpacity | false | The fill opacity of the polygon. | false | | strokeOpacity | false | The opacity of the polygon stroke. | false | | jsVariable | false | This flag determines the Javascript variable you want to use for referring to the polygon. Use this attribute if you want to use write additional Javascript code for the polygon to customize it. | NA |
|