Hi, I am creating a network dataset by my own data. Basically, I have origin and destination points and I just link them together. I don't really care the route for this type of transportation. I select the points of origin and destination as junction and the line between origin and destination as edge. My problem is the optimal route is to jump out off the line when it reach a demand point. How can I make them start only at the origin and stop at the destination?
The title is slightly misleading but I think it is easier to understand when I compare it to a bus stop.