ngeo
    Preparing search index...

    Interface QuerentResultItem

    interface QuerentResultItem {
        features: Feature<Geometry>[];
        featuresCount: number;
        requestPartners?: string[];
        tooManyFeatures?: boolean;
        totalFeatureCount?: number;
    }
    Index

    Properties

    features: Feature<Geometry>[]
    featuresCount: number
    requestPartners?: string[]

    All datasources requested in the same request

    tooManyFeatures?: boolean
    totalFeatureCount?: number