{#if $lastAction !== undefined} {:else if $centerFeatures.length === 0} {:else}
    {#each $centerFeatures as feat, i (feat.properties.id)}
  1. {/each}
{/if}