street.setSlopeOverride(wayPropertySet.getSlopeOverride(way));
// < 0.04: account for
if (carSpeed < 0.04) {
LOG.warn(graph.addBuilderAnnotation(new StreetCarSpeedZero(way.getId())));
}
if (customNamer != null) {
customNamer.nameWithEdge(way, street);
}