<div dir="ltr"><div><span style="font-family:'Droid Serif',Georgia,'Times New Roman',serif;font-size:14.399999618530273px;line-height:23px">Hi!</span></div><span style="font-family:'Droid Serif',Georgia,'Times New Roman',serif;font-size:14.399999618530273px;line-height:23px">I need a specific function to get if two linestring overlaps. e.g. Linestring 1 is Point (0, 0) : Point (10, 0) Linestring 2 is Point (0, 0) : Point (3, 0)</span><br style="font-size:14.399999618530273px;font-family:'Droid Serif',Georgia,'Times New Roman',serif;line-height:23px">
<br style="font-size:14.399999618530273px;font-family:'Droid Serif',Georgia,'Times New Roman',serif;line-height:23px"><span style="font-family:'Droid Serif',Georgia,'Times New Roman',serif;font-size:14.399999618530273px;line-height:23px">In this case I need "true" result because LineString 1 overlaps in different points like 0,0 1,0 2,0 & 3,0. I dont need the common points, I only need if two linestring overlaps or not. I tried with this function in postgis...</span><br style="font-size:14.399999618530273px;font-family:'Droid Serif',Georgia,'Times New Roman',serif;line-height:23px">
<br style="font-size:14.399999618530273px;font-family:'Droid Serif',Georgia,'Times New Roman',serif;line-height:23px"><span style="font-family:'Droid Serif',Georgia,'Times New Roman',serif;font-size:14.399999618530273px;line-height:23px">overlaps(buffer(LINESTRING</span><span style="font-family:'Droid Serif',Georgia,'Times New Roman',serif;font-size:14.399999618530273px;line-height:23px">1, 0.001), buffer(LINESTRING2, 0.001))</span><br style="font-size:14.399999618530273px;font-family:'Droid Serif',Georgia,'Times New Roman',serif;line-height:23px">
<span style="font-family:'Droid Serif',Georgia,'Times New Roman',serif;font-size:14.399999618530273px;line-height:23px">I create a buffer on both linestrings... but muy problem is some times works better, some times not.</span><br style="font-size:14.399999618530273px;font-family:'Droid Serif',Georgia,'Times New Roman',serif;line-height:23px">
<br style="font-size:14.399999618530273px;font-family:'Droid Serif',Georgia,'Times New Roman',serif;line-height:23px"><span style="font-family:'Droid Serif',Georgia,'Times New Roman',serif;font-size:14.399999618530273px;line-height:23px">Can you help me please?</span><br style="font-size:14.399999618530273px;font-family:'Droid Serif',Georgia,'Times New Roman',serif;line-height:23px">
<br style="font-size:14.399999618530273px;font-family:'Droid Serif',Georgia,'Times New Roman',serif;line-height:23px"><span style="font-family:'Droid Serif',Georgia,'Times New Roman',serif;font-size:14.399999618530273px;line-height:23px">Thanks!</span><br>
</div>