GeoLeaf Core API - v3.0.0
    Preparing search index...
    • Builds an inline <svg class="gl-fi-cat-icon"><use href="#symbolId"></svg> referencing a <symbol> in the profile sprite. Built via createElementNS + setAttribute (NEVER innerHTML) — symbolId is an allowlisted id resolved by the taxonomy capability, so the reference is CSP-safe. Decorative: marked aria-hidden / focusable="false".

      Parameters

      • symbolId: string

        Allowlisted sprite symbol id (e.g. "tourism-poi-cat-museum").

      Returns SVGSVGElement

      The decorative SVG icon element.