<div dir="auto"><div>Krishna and list,<br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jun 29, 2021, 19:07 krishna Ayyala <<a href="mailto:ayyalakrishna@gmail.com">ayyalakrishna@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I have a line shapefile named "ShortestPath.shp". Whenever I select one line feature for the "ShortestPath" shapefile, I see the following message at the bottom left corner of the window. For example: "9 feature(s) selected on layer shortest path. i.e. More than one features appear at the bottom left corner for each line that I select.</div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Sounds like you have a number of semi overlapping linestrings, like this:</div><div dir="auto"><br></div><div dir="auto">------------------</div><div dir="auto">      ------</div><div dir="auto">         ----------------</div><div dir="auto">    ------------</div><div dir="auto"><br></div><div dir="auto">I haven't used the particular tool you mention, but I could guess that it might generate output like that, especially if you generated all the shortest paths from all the origins to all the destinations in the same shapefile.</div><div dir="auto"><br></div><div dir="auto">It may be worth trying one origin and one destination to see what the result of that is (separate shapefile). Then identify a similar linestrings group in the problematic file to see if you can find the same single route mixed in there.</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div> Is there a way, whenever I select one line feature, It should appear as one line feature at the bottom left corner. The tools such as simplify and dissolve did not work for me.</div><div></div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">I think you need to do something like creating the intersections of all the overlapping linestrings. I would think that each intersection would contain all the to-from ids.</div><div dir="auto"><br></div><div dir="auto">I hope this helps!</div></div>