Skip to content

Commit

Permalink
type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adube committed Sep 20, 2019
1 parent 033a0bf commit 8cd24a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/Querent.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ import olSourceImageWMS from 'ol/source/ImageWMS.js';
* @property {import("ol/format/filter/Filter.js").default} [filter] 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.
* @property {import("ol/geom/Geometry.js").Geometry} [geometry] The geometry to use as filter for the
* @property {import("ol/geom/Geometry.js").default} [geometry] The geometry to use as filter for the
* requests, which can end up with WFS requests only.
* @property {number} [limit] The maximum number of features to get per request.
* @property {import("ol/Map.js").default} map The ol3 map object. Used to fill some parameters of the
Expand Down

0 comments on commit 8cd24a3

Please sign in to comment.