{#if $isLoading}
{:else if $numberOfFeatures > 100000}
{:else}
JSON.stringify(await getGeojson())} mainText={t.downloadGeojson} helperText={t.downloadGeoJsonHelper} />
GeoOperations.toCSV(await getGeojson())} mainText={t.downloadCSV} helperText={t.downloadCSVHelper} />
offerSvg(false)} />
offerSvg(true)} />
state.mapProperties.exportAsPng()} />
{#each Object.keys(SvgToPdf.templates) as key} {#if SvgToPdf.templates[key].isPublic}
{/if} {/each}
offerCustomPng()} {state} mimetype="image/png" />
{/if}