{#if hasLayers}
{ mapproperties.rasterLayer.setData(rasterLayer.data) dispatch("appliedLayer") }} class="w-full h-full m-0 p-0" >
{#each $availableLayers as availableLayer}
{availableLayer.properties.name}
{/each}
{/if}