{#if availableLayers?.length > 0}
{}}>
apply()} class="m-0 h-full w-full cursor-pointer rounded-none border-none p-0" >
{#each availableLayers as availableLayer}
{availableLayer.properties.name} {#if availableLayer.properties.category.startsWith("historic")} ⏱️ {/if} {#if availableLayer.properties.category.endsWith("elevation")} ⛰ {/if} {#if availableLayer.properties.best} ⭐ {/if}
{/each}
{/if}