Routes
OWL
External Tool
OwlBoard
Live Departure Boards and PIS Codes
{#each filteredMaps as map (map.routeId)}
{map.routeId.toString().padStart(4, '0')}
{#if isVerifiedRecently(map.checked) === 'verified'} Reviewed {:else if isVerifiedRecently(map.checked) === 'stale'} Needs review {:else} Draft {/if}
{map.routeStart}
to
{map.routeEnd}
{:else}
No maps found.
{/each}