GeoLeaf Core API - v3.0.0
    Preparing search index...
    • Applies a zoom range to each sub-layer that exists on the map.

      null clears a bound: MapLibre wants numbers, and its own defaults for an unbounded layer are exactly [0 ; 24] — so they ARE "no bound".

      Parameters

      • map: Map$1
      • subLayerIds: string[]
      • minZoom: number | null
      • maxZoom: number | null

      Returns void