Skip to content

Commit

Permalink
MetaSearch: update bbox CRS
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored and nyalldawson committed Dec 29, 2020
1 parent a898e64 commit 65a134c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/MetaSearch/dialogs/maindialog.py
Expand Up @@ -469,8 +469,8 @@ def search(self):
# even for a global bbox, if a spatial filter is applied, then
# the CSW server will skip records without a bbox
if bbox != ['-180', '-90', '180', '90']:
self.constraints.append(BBox(bbox,
crs='urn:ogc:def:crs:OGC:1.3:CRS84'))
self.constraints.append(BBox([miny, minx, maxy, maxx],
crs='urn:ogc:def:crs:EPSG::4326'))

# keywords
if self.leKeywords.text():
Expand Down

0 comments on commit 65a134c

Please sign in to comment.