Only read operations are supported (pagination, sorters, getlist, getone, getmany).
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.
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.