|
It can be a child of the (map) component. AttributesBeside the JSF UIComponent standard attributes. | Component Attribute | Required | Description | Default value | | lineWidth | false | The polyline line width. | 10 | | hexaColor | false | The hexa color of the polyline. | #ff0000 | | opacity | false | The opacity of the polyline. | 1 | | geodesic | false | This flag determines whether the polyline is geodesic. | #ff0000 | | jsVariable | false | This flag determines the Javascript variable you want to use for referring to the polyline. Use this attribute if you want to use write additional Javascript code for the polyline to customize it. | NA |
|
Is there anyone that is able to draw several lines (yes just to points for a polyline) with ui:repeat? I think there is a problem with that. You can just put lots of markers on your map, but when you try to draw links between your markers, you're stucked.
We are facing the same problem. Any inputs would be appreciated.
Thanks, Gurpreet.
<ui:repeat> does not support <m:point> till now, Please open an issue for this.