{#if different.length > 0}
Conflicting items
Key
OSM
External
{#each different as key}
{key}
{osmProperties[key]}
{externalProperties[key]}
{/each}
{/if} {#if missing.length > 0} {#if currentStep === "init"}
Key
External
{#each missing as key}
{/each}
{#if !readonly}
applyAllMissing()}>Apply all missing values
{/if} {:else if currentStep === "applying_all"}
Applying all missing values
{:else if currentStep === "all_applied"}
All values are applied
{/if} {/if} {#if unknownImages.length === 0 && missing.length === 0 && different.length === 0}
All data from Velopark is also included into OpenStreetMap
{/if} {#if unknownImages.length > 0} {#if readonly}
{#each unknownImages as image}
{/each}
{:else} {#each unknownImages as image}
{/each} {/if} {/if}