Hi all,<div>I am trying to compute the intersection between a given linestring and a whole set of linestrings in a table.</div><div>So the idea is that this single linestring will get intersected by the lines in the table at multiple points. </div>
<div>Only thing is that i know the start and end of the linestring and I would like to know the ORDER in which </div><div>these intersections took place. </div><div>So the end result is that I get to see my query linestring along with all the "intersection points" with an increasing</div>
<div>ID to indicate which point comes before the other. Hope that made sense. :) </div><div><br></div><div>Cheers,</div><div>Ed</div>