{#if different.length > 0}

Conflicting items

{#each different as key} {/each}
Key OSM External
{key} {osmProperties[key]} {externalProperties[key]}
{/if} {#if missing.length > 0} {#if currentStep === "init"} {#each missing as key} {/each}
Key External
{#if !readonly} {/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}