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 13, 2024
1 parent 2d423a8 commit 89b3ac7
Show file tree
Hide file tree
Showing 2 changed files with 5 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
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@
"class",
"StreetEdge",
"AreaEdge",
"LinearPlatformEdge",
"EscalatorEdge",
"PathwayEdge",
"ElevatorHopEdge",
Expand Down Expand Up @@ -518,6 +519,7 @@
"class",
"StreetEdge",
"AreaEdge",
"LinearPlatformEdge",
"EscalatorEdge",
"PathwayEdge",
"ElevatorHopEdge",
Expand Down Expand Up @@ -550,6 +552,7 @@
"class",
"StreetEdge",
"AreaEdge",
"LinearPlatformEdge",
"EscalatorEdge",
"PathwayEdge",
"ElevatorHopEdge",
Expand Down

0 comments on commit 89b3ac7

Please sign in to comment.