Skip to content

Commit

Permalink
Remove doc of not used nor existing bbox param
Browse files Browse the repository at this point in the history
  • Loading branch information
ger-benjamin committed Nov 13, 2020
1 parent cb4adc4 commit 6d43835
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/query/Querent.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ import olSourceImageWMS from 'ol/source/ImageWMS.js';
* - `replace`: newly queried features are used as result
* - `add`: newly queried features are added to the existing ones
* - `remove`: newly queried features are removed from the existing ones
* @property {import("ol/extent.js").Extent} [bbox] The bbox to issue the requests with,
* which will end up with a WFS request.
* @property {import("ol/coordinate.js").Coordinate} [coordinate] The coordinate to issue the requests with,
* which can end up with either WMS or WFS requests.
* @property {Array<import('ngeo/datasource/DataSource.js').default>} [dataSources] list of data sources to
Expand Down

0 comments on commit 6d43835

Please sign in to comment.