pub fn pruned_waypoints(
waypoints: &[Waypoint],
doomed: &[PathOrdinal],
) -> Vec<Waypoint>Expand description
The polyline with doomed dropped — the prune applied, for the commit
that writes it and the preview that previews it.
pub fn pruned_waypoints(
waypoints: &[Waypoint],
doomed: &[PathOrdinal],
) -> Vec<Waypoint>The polyline with doomed dropped — the prune applied, for the commit
that writes it and the preview that previews it.