OGCRequest: {
    computeGenericGPFWFS: (
        layer: string,
        attributes: any[],
        around?: number,
        geom_name?: string,
        additional_cql?: string,
        epsg?: number,
        getGeom?: boolean,
        lat: number,
        lng: number,
    ) => Promise<any>[];
} = ...

Type declaration

  • computeGenericGPFWFS: (
        layer: string,
        attributes: any[],
        around?: number,
        geom_name?: string,
        additional_cql?: string,
        epsg?: number,
        getGeom?: boolean,
        lat: number,
        lng: number,
    ) => Promise<any>[]

    Computes data for a given layer of Geoplateforme's WFS