Skip to content

Bypass Left Entry From Right

A source junction sits beyond an intervening section and feeds a LEFT entry behind it. The generic bypass loops below the row and approaches the entry from its outward side without crossing a section.

Mermaid source
examples/topologies/bypass_left_entry_from_right.mmd
%%metro title: Bypass into a far LEFT entry from a junction
%%metro line: main | Main | #2db572
%%metro line: side | Side | #8f8f8f
%%metro line: obstacle | Obstacle | #a855f7
%%metro grid: target | 0,0
%%metro grid: blocker | 1,0
%%metro grid: source | 2,0
%%metro grid: sibling | 2,1
graph LR
subgraph target [Target]
%%metro entry: left | main
target_step[Target step]
end
subgraph blocker [Intervening section]
blocker_start[Blocker start]
blocker_end[Blocker end]
blocker_start -->|obstacle| blocker_end
end
subgraph source [Source]
%%metro direction: RL
%%metro exit: left | main, side
source_step[Source step]
end
subgraph sibling [Sibling]
%%metro entry: left | side
sibling_step[Sibling step]
end
source_step -->|main| target_step
source_step -->|side| sibling_step
CLI command
Terminal window
nf-metro render examples/topologies/bypass_left_entry_from_right.mmd -o bypass_left_entry_from_right.svg
Rendered map
Bypass into a far LEFT entry from a junction 2 4 1 3 Blocker start Target step Source step Sibling step Blocker end Main Side Obstacle created with nf-metro v2.0.0+dev