Optional
actionOptional
bboxPass the queried bbox as a parameter of the GET query on WFS requests.
Optional
coordinateThe coordinate to issue the requests with, which can end up with either WMS or WFS requests.
Optional
datalist of data sources to
query. Only those that meet the requirements will actually be queried. The querent service requires
either the dataSources
or queryableDataSources
property to be set.
Optional
extentThe extent to issue the requests with, which can end up with WFS requests only.
Optional
filterA filter to additionally use with the query. Only used by WFS requests. If a filter is defined, then it is used instead of the data source's filter rules.
Optional
geometryThe geometry to use as filter for the requests, which can end up with WFS requests only.
Optional
limitThe maximum number of features to get per request.
The ol3 map object. Used to fill some parameters of the queries, such as 'srs' and filter the queryable layers within the data sources.
Optional
queryableA hash of queryable data sources, which must meet
all requirements. The querent service requires either the dataSources
or queryableDataSources
property to be set.
Optional
queryDo a requested with resultType=hits
before.
Optional
toleranceA minimal buffer value in pixels to ensure a minimal bbox around a coordinate to issue WFS requests.
The action the MapQuerent should take regarding the queried features. Possible values are:
replace
: newly queried features are used as resultadd
: newly queried features are added to the existing onesremove
: newly queried features are removed from the existing ones