if (walkAccessibleIn != walkAccessibleOut) {
LOG.error("P+R walk IN/OUT accessibility mismatch! Please have a look as this should not happen.");
}
if (!walkAccessibleOut || !carAccessibleIn) {
// This will prevent the P+R to be useful.
LOG.warn(graph.addBuilderAnnotation(new ParkAndRideUnlinked(creativeName, osmId)));
return false;
}
if (!walkAccessibleIn || !carAccessibleOut) {
LOG.warn("P+R '{}' ({}) is not walk-accessible");
// This does not prevent routing as we only use P+R for car dropoff,