Pass the queried bbox as a parameter of the GET query on WFS requests.
The coordinate to issue the requests with, which can end up with either WMS or WFS requests.
list 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.
The extent to issue the requests with, which can end up with WFS requests only.
A 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.
The geometry to use as filter for the requests, which can end up with WFS requests only.
The 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.
A hash of queryable data sources, which must meet
all requirements. The querent service requires either the dataSources
or queryableDataSources
property to be set.
A minimal buffer value in pixels to ensure a minimal bbox around a coordinate to issue WFS requests.
Generated using TypeDoc
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