LOG.debug("found too few edges: {} {}", v.getName(), v.getCoordinate());
return null;
}
// if the bundle was caught endwise (T intersections and dead ends),
// get the intersection instead.
if (edges.endwise()) {
List<StreetVertex> list = Arrays.asList(edges.endwiseVertex);
linker.splitVertices.put(v, list);
return list;
} else {
/* is the stop right at an intersection? */