{#if $customBasemapOrder.length > 0}
{i18n._('layers.label.basemaps')}
{/if}
{#each $customBasemapOrder as id (id)}
{$customLayers[id].name}
{/each}
{#if $customOverlayOrder.length > 0}
{i18n._('layers.label.overlays')}
{/if}
{#each $customOverlayOrder as id (id)}
{$customLayers[id].name}
{/each}
{#if selectedLayerId}
{i18n._('layers.custom_layers.edit')}
{:else}
{i18n._('layers.custom_layers.new')}
{/if}