Skip to content

Commit

Permalink
Fixed spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasSp committed Feb 22, 2024
1 parent 01eb917 commit 473e211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getfeature.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const sourceType = {};

/**
* Fetches features from a layer's source but does not add them to the layer. Supports WFS (GeoServer and QGIS Server) and AGS_FEATURE although functionality differs.
* Mainly used by search, but is also exposed as an api function that MultiSelect uses. As q quirky bonus it also support fetching features from WMS layers if there
* Mainly used by search, but is also exposed as an api function that MultiSelect uses. As a quirky bonus it also supports fetching features from WMS layers if there
* is a WFS service at the same endpoint.
*
* @param {any} id Comma separated list of ids. If specified layer's filter and parameter extent is ignored (even configured map and layer extent is ignored).
Expand Down

0 comments on commit 473e211

Please sign in to comment.