GeoLeaf Core API - v3.0.0
    Preparing search index...
    • Whether a scale denominator falls within an optional min/max range.

      ⚠️ Bounds are scale denominators (the X of 1:X), never MapLibre zoom levels — and the two run in opposite directions: a larger denominator means a smaller scale. An absent bound means no constraint on that side.

      Parameters

      • currentScale: number
      • minScale: number | null | undefined
      • maxScale: number | null | undefined
      • Optionallogger: { debug?: (msg: string) => void }

      Returns boolean