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

    The full modules.taxonomy config block.

    interface TaxonomyConfig {
        enabled: boolean;
        icons?: TaxonomyIconsConfig;
        taxonomies?: Record<string, TaxonomyDef>;
        layers?: Record<string, TaxonomyLayerBinding>;
        render?: TaxonomyRenderConfig;
    }
    Index

    Properties

    enabled: boolean

    Master gate — OPT-OUT: absent means enabled. Only an explicit false silences the capability (icons, marker, badges, legend icons, filter).

    Sprite / icon config shared by all taxonomies.

    taxonomies?: Record<string, TaxonomyDef>

    Named, reusable taxonomies.

    layers?: Record<string, TaxonomyLayerBinding>

    Per-layer bindings (which layers use which taxonomy).

    render?: TaxonomyRenderConfig

    Rendering toggles for the feature-info surfaces.