{#each layer.titleIcons as titleIconConfig (titleIconConfig.id)}
        
          
        
      {/each}
    
 
   
  
    {#each layer.tagRenderings as config (config.id)}
      {#if config.condition === undefined || config.condition.matchesProperties(_tags)}
        {#if config.IsKnown(_tags)}
          
        {/if}
      {/if}
    {/each}