GeoLeaf Core API - v3.0.0
    Preparing search index...

    Flat clustering fields written onto a normalised layer definition.

    clustering is deliberately a boolean here: normalisation replaces the source configuration object with an on/off flag, and the radius/zoom overrides are hoisted to siblings. maxClusterRadius and clusterRadius are both emitted on purpose — they are two names for the same value, read by different consumers.

    interface ClusteringNormalizationPatch {
        clustering: boolean;
        maxClusterRadius?: number;
        clusterRadius?: number;
        disableClusteringAtZoom?: number;
    }
    Index

    Properties

    clustering: boolean
    maxClusterRadius?: number
    clusterRadius?: number
    disableClusteringAtZoom?: number