We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13da79 commit 9f6bb95Copy full SHA for 9f6bb95
web/src/ViewShortcutsMode.svelte
@@ -88,6 +88,14 @@
88
{#if state.state == "neutral"}
89
<p>Click a road to see shortcuts</p>
90
{: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>
99
<div>
100
<button on:click={() => (state = { state: "neutral" })}
101
>Pick a different road</button
0 commit comments