Skip to content

Commit

Permalink
Pass feature_count: 100 in QGIS search provider
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Nov 2, 2023
1 parent 12edc46 commit c4d28fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions js/SearchProviders.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ class QgisSearch {
FILTER: [],
WITH_MAPTIP: false,
WITH_GEOMETRY: true,
feature_count: 100,
info_format: 'text/xml'
};
Object.keys(filter).forEach(layer => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "QWC2App",
"version": "2023.11.01-master",
"version": "2023.11.02-master",
"description": "QGIS Web Client 2 application",
"author": "Sourcepole",
"license": "BSD-2-Clause",
Expand Down

0 comments on commit c4d28fc

Please sign in to comment.