Hello,
Say I have 5 friends all in different locations. They are represented by points. I want to find the closest park (represented also by a point, representing the entrance) to all the friends, in other words the most convenient park for everyone to go too.
Crucially, I want to achieve this ALONG A NETWORK. I have fiddled with the closest facility analysis layer but that just returns the closest park to each friend, i.e. it returns 5 parks not 1.
I am fairly sure there is a way to do the above... but I cannot find it on google. So help is appreciated 🙂 thanks.