I&#39;ve created a featurecollection from a GeoJSON object which contains anywhere between 3 and 20 points. My goal is to plot these points as a general area or region on a map, a polygon seems fitting. <br><br>The problem is that the points are not nicely sorted and creating a polygon of these points does not trail the edges of the points but will create a &#39;random criss cross&#39; polygon, depending on the order of the points.<br>
<br>I&#39;m hoping there is a solution in the standard openlayer framework. Creating a convex hull implementation seems a little drastic. <br>