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

    Profile.json structure (metadata for a business profile)

    interface ProfileConfig {
        id: string;
        name?: string;
        layers?: string[] | LayerConfig[];
        bundleFile?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    id: string
    name?: string
    layers?: string[] | LayerConfig[]
    bundleFile?: string

    Path to a pre-bundled JSON file containing all profile resources (layers, styles, taxonomy, etc.).