{#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}
{/each}
{/if}