Skip to content

Commit

Permalink
Fix incorrect docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Nov 23, 2023
1 parent 1a92439 commit 7db8032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qwc2",
"version": "2023.11.20-master",
"version": "2023.11.23-master",
"description": "QGIS Web Client 2 core",
"author": "Sourcepole AG",
"license": "BSD-2-Clause",
Expand Down
2 changes: 1 addition & 1 deletion plugins/MapExport.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class MapExport extends React.Component {
exportExternalLayers: PropTypes.bool,
/** Custom export configuration per format.
* If more than one configuration per format is provided, a selection combo will be displayed.
* `query` will be appended to the query string (replacing any existing parameters).
* `extraQuery` will be appended to the query string (replacing any existing parameters).
* `formatOptions` will be passed as FORMAT_OPTIONS.
* `baseLayer` will be appended to the LAYERS instead of the background layer. */
formatConfiguration: PropTypes.shape({
Expand Down

0 comments on commit 7db8032

Please sign in to comment.