forked from MapComplete/MapComplete
Automatically load appropriate suggestions for brands and operators
This commit is contained in:
parent
3146fa0d26
commit
67f23eea14
11 changed files with 70 additions and 47 deletions
|
@ -11,6 +11,7 @@
|
|||
import UserRelatedState from "../../Logic/State/UserRelatedState"
|
||||
import Delete_icon from "../../assets/svg/Delete_icon.svelte"
|
||||
import BackButton from "../Base/BackButton.svelte"
|
||||
import TagRenderingEditableDynamic from "../Popup/TagRendering/TagRenderingEditableDynamic.svelte"
|
||||
|
||||
export let state: SpecialVisualizationState
|
||||
export let selectedElement: Feature
|
||||
|
@ -68,7 +69,7 @@
|
|||
tabindex="-1"
|
||||
>
|
||||
{#each $knownTagRenderings as config (config.id)}
|
||||
<TagRenderingEditable
|
||||
<TagRenderingEditableDynamic
|
||||
{tags}
|
||||
{config}
|
||||
{state}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue