Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
MetaSearch: update bbox CRS
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
python/plugins/MetaSearch/dialogs/maindialog.py
|
@@ -470,8 +470,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(): |
|
|