Hi, first of all, sorry my english.<br><br>I was trying to find a way to obtain the coordinates of the nearest points between two linestring. I play some time with the distance, <a name="line_locate_point"></a><span class="term">
line_locate_point, </span><span class="term">line_interpolate_point and other functions but I didn't find a way to get the information I want. I think that what I'm trying to find is a function like </span><a name="line_locate_point">
</a><span class="term">line_locate_point that obtain the point on one linestring nearest to another linestring. <br><br>I know that there may be lot of cases in wich the "nearest point" could be more than one (e.g
. parallel segments, two linestring with two sections of parallel segments at the minimum distance, etc), but at least I want to get one (any) of this points.<br><br>I also try a workaround creating a buffer around one of the linestring using the distance between the linestrings as width, finding the intersection between the buffer and the other linestring and obtaining the centroid of the result, but I couldn't make this works.
<br><br>Again, sorry my english and thanks for your answers. I hope that you understand what I'm trying to do.<br><br>Rodrigo.<br></span>