Skip to content

Commit 9f6bb95

Browse files
committed
Explain shortcut mode a bit
1 parent f13da79 commit 9f6bb95

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

web/src/ViewShortcutsMode.svelte

+8
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,14 @@
8888
{#if state.state == "neutral"}
8989
<p>Click a road to see shortcuts</p>
9090
{:else if state.state == "chose-road"}
91+
<p>
92+
This shows all possible shortcuts crossing the blue road you've chosen.
93+
A shortcut is defined as a route starting and ending outside the
94+
neighbourhood, but cutting through it. It might not actually be
95+
considered a "good shortcut" in practice -- this tool doesn't know any
96+
real traffic patterns; it's just looking for any possible path. This
97+
view lets you understand the limits of this assumption.
98+
</p>
9199
<div>
92100
<button on:click={() => (state = { state: "neutral" })}
93101
>Pick a different road</button

0 commit comments

Comments
 (0)