<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial, helvetica, sans-serif;font-size:12pt"><DIV>Hi all,</DIV>
<DIV>I am newbie in postgis. I have a linear dataset (road network) and I want to select the junctions (in order to count them and maybe isolate them in a seperate point table). ST_StartPoint and ST_EndPoint do not give me the desired result, no matter how I combine them. Is there another way or a function that I could use?</DIV>
<DIV>Alternatively I could create a loop in php to examine each feature and to find for each end-point if there is other feature in zero distance... however I think that this would be a really painfull and long lasting procedure, especially in case of dense data. There should be a simpler way...</DIV>
<DIV>Thanks,</DIV>
<DIV>Thomas</DIV></div><br></body></html>