Skip to content

Commit

Permalink
Reword to handlesGeomFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Nov 20, 2023
1 parent b18adc1 commit 4c543e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions js/SearchProviders.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,17 +278,17 @@ export const SearchProviders = {
coordinates: {
labelmsgid: "search.coordinates",
onSearch: coordinatesSearch,
supportsGeomFilter: false
handlesGeomFilter: false
},
nominatim: {
label: "OpenStreetMap",
onSearch: NominatimSearch.search,
supportsGeomFilter: false
handlesGeomFilter: false
},
qgis: {
label: "QGIS",
onSearch: QgisSearch.search,
getResultGeometry: QgisSearch.getResultGeometry,
supportsGeomFilter: false
handlesGeomFilter: false
}
};
2 changes: 1 addition & 1 deletion qwc2
Submodule qwc2 updated 1 files
+1 −1 components/SearchBox.jsx

0 comments on commit 4c543e7

Please sign in to comment.