/refine-wfs

WFS Provider for refine

Primary LanguageTypeScript

wfs-data-provider

WFS data provider for refine.

Tested with WFS 2.0.0 and geoserver.

CRUD

Only read operations are supported (pagination, sorters, getlist, getone, getmany).

Supported filters operators

  • ne
  • gte
  • gt
  • lte
  • lt
  • eq
  • contains
  • startswith
  • endswith
  • containss
  • startswiths
  • endswiths
  • ncontains
  • nstartswith
  • nendswith
  • ncontainss
  • nstartswiths
  • nendswiths
  • in

In combination with geometry field, the in operator is used to specify the bounding box. Otherwith, it is used to check if field is included in array.