fn find_parking_aisles(
    map: &mut RawMap,
    roads: &mut Vec<(WayID, Vec<Pt2D>, Tags)>
)