|
From: Claudio R. <cla...@bi...> - 2006-08-25 15:42:12
|
Hi all, i'm writing a routing application where i want to show the shortest way from one Point to another. I have a shape file with all the streets in it. I managed to find the shortes way from one street to another one (MultiLineStrings). I also managed to find the nearest street from a given point (source point) in the map (it's possible that the source point don't match with a street). Now my Problem is, that I have to split the found street (MultiLineString) from the source point, as the source point could be in the middle of the street. Thanks in advance Claudio Romano |