Hi,<div><br><div>I'm trying to dicern equally named ways in different areas. For that I have to know which segments in the multilinestring or collection are connected to each other and which not. </div><div>Of course I could create a function that checks all parts that have the same name if there is a touch to each other etc..</div>
<div>But before doing so, i want to ask you if there might be an easier way to return all touching elements ( that later form a street that I can differ from the other..)?</div><div><br></div><div>Maybe you don't understand my intention, so again:</div>
<div><br></div><div><br></div><div><br></div><div>----------°-----°----</div><div>..°</div><div>..|</div><div>..|°------</div><div>..|</div><div><br></div><div><br></div><div><br></div><div>this is street "villageway" with 5 segments (4touches shown with " ° ") . A few miles away there is another street:</div>
<div><br></div><div><br></div><div><br></div><div>----°-------------</div><div><br></div><div><br></div><div><br></div><div>this street is named "villageway", too. It has only 2 segments.</div><div><br></div><div>
<br></div><div><br></div><div><br></div><div>To differentiate between those ways, I have to figure out which parts of way1 are connected to each other..And if there is no intersection, touch or whatever with one of the segments existing in way1 anymore, but still there are some parts that are named "villageway", I know that thesere parts belong to the other street.</div>
<div><br></div><div>But perhaps i could make it easier by creating a bounding box surrounding both ways an then take a horizontal or a vertical line and test if there is both a way in the upper part of the bbox and one in the lower part. that means 2 different ways.. hmm seems to be silly :D</div>
<div><br></div><div><br></div><div><br></div><div>kind regards </div><div>mehmet</div></div>