@geogirafe/lib-geoportal
    Preparing search index...
    type PytreeConfig = {
        classification_colors: { [key: string]: ClassificationColor };
        debug: boolean;
        default_attribute: string;
        default_color: string;
        default_point_attribute: string;
        default_point_cloud: string;
        gmf_url: string;
        initialLOD: number;
        max_levels: { [key: string]: MaxLevel };
        max_point_number: number;
        point_attributes: { [key: string]: PointAttribute };
        point_size: number;
        pointclouds: string[];
        vertical_pan_tolerance: number;
        width: number;
    }
    Index

    Properties

    classification_colors: { [key: string]: ClassificationColor }
    debug: boolean
    default_attribute: string
    default_color: string
    default_point_attribute: string
    default_point_cloud: string
    gmf_url: string
    initialLOD: number
    max_levels: { [key: string]: MaxLevel }
    max_point_number: number
    point_attributes: { [key: string]: PointAttribute }
    point_size: number
    pointclouds: string[]
    vertical_pan_tolerance: number
    width: number