Routing
{#each Object.keys(brouterProfiles) as profile} {profile} {/each}
{#if $selectedFiles.size > 1}
Select a single file to use the routing tool
{:else if $selectedFiles.size == 0}
Select a file to use the routing tool, or create a new file from the menu
{:else}
Click on the map to plot a route
{/if}