datasetMinZoom()
constdatasetMinZoom: (obj) =>number|undefined
Extract the minimum zoom level directly from a dataset.
Parameters
obj
Returns
number | undefined
The minimum zoom level or undefined
Remarks
Composed lens that navigates: dataset → metadata → minZoom
Example
const minZoom = datasetMinZoom(dataset);