Hi Robert,
As always thanks for replying. I will try and explain a little better:
The graphic in the attachment shows a polygon plotted on my map. The polygon has two rings, both of which are created by dynamically generating an array of points based on geometric calculations, using the widget data as start points.
My problem is that i want the whole polygon to be coloured as per the fill selection on the widget. As you can see, what is actually happening is the inner part of the polygon (defined by the angled lines projecting from the left and right coordinates at 5550mils (left) and 1500mils (right)) has no fill colour as it overlaps a large part of the larger polygon ring (defined by the outside red line).
Effectively I want to create one single graphic, that has the shape you see in the screen shot including the inner lines. The problem is those left and right of arc lines which i have to draw on (in code) after i have plotted the whole outline of the danger area.
I hope this makes sense!