Skip to content

Commit

Permalink
Accidentally reverted the profile picker radio
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Aug 9, 2024
1 parent 05953ce commit 447718c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/src/title/ProfilePicker.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
<u>SidewalksOnHighways</u>: When a road in OSM doesn't explicitly
specify sidewalks, assume they exist
</label>

<label>
<input type="radio" value="USA" bind:group={$profile} />
<u>USA</u>: An attempt to simplify the classification rules, tuned for
some USA examples. Mostly uses the <i>highway</i> tag.
</label>
</fieldset>

<button on:click={() => (show = false)}>Done</button>
Expand Down

0 comments on commit 447718c

Please sign in to comment.