Skip to content

geo2france/refine-wfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published