• Preparing search index...
  • The search index is not available
NextGIS Frontend
  • NextGIS Frontend
  • @nextgis/ngw-kit
  • createFeatureFieldFilterQueries

Function createFeatureFieldFilterQueries

  • createFeatureFieldFilterQueries<G, P>(opt): Promise<FeatureItem<P, G>[]>
  • Type Parameters

    • G extends Geometry = Geometry
    • P extends {
          [field: string]: any;
      } = {
          [field: string]: any;
      }

    Parameters

    • opt: GetNgwItemsOptions<P> & NgwFeatureRequestOptions<P> & {
          clientFilterValidate?: boolean;
      } & Required<Pick<FetchNgwItemsOptions, "filters">>

    Returns Promise<FeatureItem<P, G>[]>

    • Defined in packages/ngw-kit/src/utils/featureLayerUtils.ts:89

Settings

Member Visibility
NextGIS Frontend
  • Loading...

Generated using TypeDoc