GeoLeaf Core API - v3.0.0
    Preparing search index...
    _styleGeneration: number = 0

    Monotonically increasing counter used to guard against race conditions when the user switches basemaps faster than style.load fires. Each call to _applyViaStyleChange() increments the counter; the style.load callback skips work if the generation no longer matches. Also used by the WMTS async path as a stale-switch guard.