GeoLeaf Core API - v3.0.0
    Preparing search index...
    • The complete built-in modules.cluster default set — the ONE source CLUSTER_CAPABILITY.configSchema advertises and getClusterConfig() merges a profile block over. Kept a factory (not a shared const) so the mutable clusterStrategies map handed to a caller can never be the one the next call starts from.

      clustering: false is not a stylistic choice: getClusteringStrategy gates on !config.clustering (strategy.ts:110), for which an absent key and false are the same thing — GeoJSON point layers are NOT clustered unless the layer opts in or this flag does.

      Returns ClusterConfig