Skip to content

Commit

Permalink
render PlatformEdge on debug layer
Browse files Browse the repository at this point in the history
  • Loading branch information
miklcct committed Nov 11, 2024
1 parent 7bcbf35 commit 185a5b8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import org.opentripplanner.street.model.edge.Edge;
import org.opentripplanner.street.model.edge.ElevatorHopEdge;
import org.opentripplanner.street.model.edge.EscalatorEdge;
import org.opentripplanner.street.model.edge.LinearPlatformEdge;
import org.opentripplanner.street.model.edge.PathwayEdge;
import org.opentripplanner.street.model.edge.StreetEdge;
import org.opentripplanner.street.model.edge.StreetStationCentroidLink;
Expand Down Expand Up @@ -61,6 +62,7 @@ public class DebugStyleSpec {
private static final Class<Edge>[] EDGES_TO_DISPLAY = new Class[] {
StreetEdge.class,
AreaEdge.class,
LinearPlatformEdge.class,
EscalatorEdge.class,
PathwayEdge.class,
ElevatorHopEdge.class,
Expand Down

0 comments on commit 185a5b8

Please sign in to comment.