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

    Normalized feature: a properties namespace and an attributes namespace.

    interface NormalizedFeature {
        properties: Record<string, unknown>;
        attributes: Record<string, unknown>;
    }
    Index

    Properties

    properties: Record<string, unknown>
    attributes: Record<string, unknown>