Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

wfs-data-provider

Fournisseurs de données (non exhaustif)

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.

Meta

  • srsname : specify coordinates systeme (e.g. : EPSG:2154)
  • propertyname : return only given list of properties (e.g. : ['name','annee']). Useful for avoid fetching large geometries.

See WFS Reference for details.