Skip to content

Sectionless Skip Breeze

A skip-line jumps between two stops on a graph with no declared section, skipping the stops between them. Interchange inference detects the parallel-lane hub and the detour routes around the skipped markers instead of through them (#1229).

Mermaid source
examples/topologies/sectionless_skip_breeze.mmd
%%metro title: Sectionless express skip
%%metro style: dark
%%metro line: main | Main | #e63946
%%metro line: alt | Alt | #1d4e89
graph LR
a[A]
b[B]
c[C]
d[D]
e[E]
a -->|main| b
b -->|main| c
c -->|main| d
d -->|main| e
a -->|alt| c
c -->|alt| e
CLI command
Terminal window
nf-metro render examples/topologies/sectionless_skip_breeze.mmd -o sectionless_skip_breeze.svg
Rendered map
Sectionless express skip A B C D E Main Alt created with nf-metro v1.1.0+dev