GeoLeaf Core API - v3.0.0
    Preparing search index...
    • Validates that required fill-extrusion style properties are present. Throws on missing required fields; logs warnings for suspicious config.

      Parameters

      • layerId: string

        Layer identifier (for error messages)

      • geometry: string | undefined

        Layer geometry type from config

      • style: FlatStyle

        Normalized flat style

      • OptionalfirstFeature: { properties?: Record<string, unknown> } | null

        Optional first GeoJSON feature (for field heuristic)

      • OptionalsourceType: "vector" | "geojson"

        "geojson" | "vector" (heuristic only runs on geojson)

      Returns void