forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
79b6927b56
commit
42ded4c1b1
328 changed files with 4062 additions and 1284 deletions
|
|
@ -37,21 +37,19 @@
|
|||
|
||||
{#if tagRenderings.length > 0}
|
||||
<div class="mb-8">
|
||||
|
||||
<AccordionSingle>
|
||||
<div slot="header">
|
||||
{#if headerTr}
|
||||
<TagRenderingAnswer {tags} {layer} config={headerTr} {state} {selectedElement} />
|
||||
{:else}
|
||||
{header}
|
||||
{/if}
|
||||
</div>
|
||||
<div slot="header">
|
||||
{#if headerTr}
|
||||
<TagRenderingAnswer {tags} {layer} config={headerTr} {state} {selectedElement} />
|
||||
{:else}
|
||||
{header}
|
||||
{/if}
|
||||
</div>
|
||||
{#each tagRenderings as config (config.id)}
|
||||
{#if config.IsKnown($tags) && (config.condition === undefined || config.condition.matchesProperties($tags))}
|
||||
<TagRenderingEditableDynamic {tags} {config} {state} {selectedElement} {layer} />
|
||||
{/if}
|
||||
{/each}
|
||||
</AccordionSingle>
|
||||
{#if config.IsKnown($tags) && (config.condition === undefined || config.condition.matchesProperties($tags))}
|
||||
<TagRenderingEditableDynamic {tags} {config} {state} {selectedElement} {layer} />
|
||||
{/if}
|
||||
{/each}
|
||||
</AccordionSingle>
|
||||
</div>
|
||||
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue