GeoLeaf Core API - v3.0.0
    Preparing search index...
    • Builds the normalized { properties, attributes } model from a raw feature property bag. attributes is the nested raw.attributes (object or JSON-string) when present, else an empty object. properties stays the raw bag, so properties.<key>, attributes.<key>, and flat <key> paths all resolve via resolvePath.

      Parameters

      • raw: Record<string, unknown> | null | undefined

        Raw feature property bag (feature.properties).

      Returns NormalizedFeature