Skip to content

Commit

Permalink
Pass info_format: text/xml to qgis feature search
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Oct 30, 2023
1 parent 490a7a5 commit 87cd4cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion js/SearchProviders.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ class QgisSearch {
LAYERS: [],
FILTER: [],
WITH_MAPTIP: false,
WITH_GEOMETRY: true
WITH_GEOMETRY: true,
info_format: 'text/xml'
};
Object.keys(filter).forEach(layer => {
Object.entries(values).forEach(([key, value]) => {
Expand Down
2 changes: 1 addition & 1 deletion qwc2

0 comments on commit 87cd4cf

Please sign in to comment.