GeoLeaf Core API - v3.0.0
    Preparing search index...
    • Resolves a dotted path against the normalized model.

      A properties.* / attributes.* path is first resolved from the model root; if that misses (the runtime bag is flat — nested attributes hoisted to the top level), the remainder is resolved against both namespaces. A bare key is resolved flat against properties. Returns undefined when nothing matches.

      Parameters

      • model: NormalizedFeature

        Normalized feature model.

      • path: string

        Dotted path (e.g. "attributes.photo") or a flat key.

      Returns unknown