Skip to content

Inrow Skip Breeze

An express line skips a station three collinear stations share; the geometric bypass pass bows it around the skipped marker (#990).

Mermaid source
examples/topologies/inrow_skip_breeze.mmd
%%metro title: In-row express skip
%%metro style: dark
%%metro line: a | Local | #2db572
%%metro line: b | Express | #e63946
graph LR
subgraph s [Section]
s1[S1]
s2[S2]
s3[S3]
s1 -->|a| s2
s2 -->|a| s3
s1 -->|b| s3
end
CLI command
Terminal window
nf-metro render examples/topologies/inrow_skip_breeze.mmd -o inrow_skip_breeze.svg
Rendered map
In-row express skip 1 S1 S2 S3 Local Express created with nf-metro v1.1.0+dev