GeoLeaf Core API - v3.0.0
    Preparing search index...
    • Builds the minzoom/maxzoom props applied to every sub-layer of a layer.

      Shared with the cluster builder so it posts the SAME bounds: it was the only builder without them, which left cluster circles rendering outside their layer's zoom range.

      Parameters

      • Optionaloptions: { minZoom?: number; maxZoom?: number }

      Returns Record<string, number>