Thank you for this nice component. I'm using it in a Windows VS C# project to calculate travel times for shipments.
Next I want to create iso travel times from depots (similar to isobars). You can think of a polygon around a depot where you drive 1 hour to each containing point. Currently there is no such feature present. Is it for example possible to return all nodes where the cumulative travel time has just passed the limit? Or is it much more complicated as a (highway) link can be very long and need some interpolation?
Thank you for this nice component. I'm using it in a Windows VS C# project to calculate travel times for shipments.
Next I want to create iso travel times from depots (similar to isobars). You can think of a polygon around a depot where you drive 1 hour to each containing point. Currently there is no such feature present. Is it for example possible to return all nodes where the cumulative travel time has just passed the limit? Or is it much more complicated as a (highway) link can be very long and need some interpolation?