Tom Kralidis
3d508284e7
Update search_backend.py
2022-03-24 04:03:46 -04:00
Tom Kralidis
e8aab87a2a
set zero-based offset for OARec
2022-03-10 19:21:47 -05:00
Tom Kralidis
c48f2b8e9d
MetaSearch: update startindex to items
2022-03-10 13:27:18 -05:00
Tom Kralidis
15a2030e80
make exception finer grained
2022-02-28 11:41:39 +10:00
Tom Kralidis
0f98e3c5cf
[MetaSearch] safeguard OWSLib version handling ( #47360 )
2022-02-28 11:41:39 +10:00
Alexander Bruy
91fb92f650
fix adding vector layers to QGIS from MetaSearch ( fix #46135 )
2022-01-26 07:06:37 +10:00
Nyall Dawson
8dc8331394
Merge pull request #46270 from gbd-consult/feature/metasearch
...
[MetaSearch] Save Settings
2021-12-20 11:35:15 +10:00
towa
1f025e5315
Update python/plugins/MetaSearch/dialogs/maindialog.py
...
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
2021-12-10 21:56:35 +01:00
Tom Kralidis
8a4341f76d
set catalog type from manage connections
2021-12-10 11:23:24 +10:00
Tom Kralidis
6d8ec08223
keep default connection list format for backward compat
2021-12-10 11:23:24 +10:00
Tom Kralidis
082cf9e756
[MetaSearch] support OGC API - Records in default connections ( #46336 )
2021-12-10 11:23:24 +10:00
towa
a416d87e17
Apply suggestions from code review
...
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
2021-12-07 09:01:10 +01:00
Bo Lu
54b385f6d6
Add Canadian national CSW to MetaSearch default connections ( #46337 )
...
* Add Canadian national CSW to MetaSearch default connections
* Update Canadian CSW endpoint
2021-12-06 12:19:45 -05:00
towa
9d84b220d7
fix ref
2021-12-01 09:57:52 +01:00
towa
dd12a94cdf
Merge branch 'qgis:master' into feature/metasearch
2021-12-01 09:45:41 +01:00
Tom Kralidis
e4e2451dff
[MetaSearch] rename dialog file
2021-12-01 12:41:08 +10:00
Tom Kralidis
1d306402d5
[MetaSearch] update PY_FILES ( #46285 )
2021-11-30 07:02:41 -05:00
towa
f5d6800a43
Bug fixes
2021-11-30 11:35:41 +01:00
towa
02af9ce81a
remove blank lines
2021-11-30 09:50:13 +01:00
towa
ec78d2f598
save Settings to QgsSettings
2021-11-29 17:33:21 +01:00
Tom Kralidis
5ff73b1f65
Merge branch 'qgis:master' into metasearch-ogcapi-records
2021-11-04 18:55:39 -04:00
Tom Kralidis
d3a2e45582
[MetaSearch] remove data.gov CSW from default connections list ( #43386 )
2021-11-05 07:22:12 +11:00
Tom Kralidis
20e3a732b5
Merge branch 'master' into metasearch-ogcapi-records
2021-10-09 07:26:40 -04:00
Mario Locati
1abf47f73f
Fixed the endpoint URL
2021-10-05 10:50:42 +10:00
Mario Locati
708a89e345
Addition of the INGV endpoint
2021-10-05 10:50:42 +10:00
Tom Kralidis
5f25e473dc
fix ref
2021-09-12 20:19:08 -04:00
Tom Kralidis
a60e3efd2f
safeguard request properties
2021-09-11 09:20:19 -04:00
Tom Kralidis
fe38e66a81
fix spelling
2021-08-23 17:09:31 -04:00
Tom Kralidis
18d05fb1e3
fix indentation
2021-08-23 16:57:42 -04:00
Tom Kralidis
e3a179680f
add support for OGC API - Records
2021-08-23 15:58:50 -04:00
Juergen E. Fischer
2f3e32a5ba
fix msvc build
2021-08-05 23:24:11 +02:00
alitka
2b04a0801c
updated connections-default.xml
...
line 18 - added the German spatial data catalogue (GDI-DE Geodatenkatalog.de) of the Spatial Data Infrastructure Germany (GDI-DE) to the list of the default connections
2021-08-06 07:15:58 +10:00
Nyall Dawson
3cf9083743
Don't assume that owslib >= 0.20 is available
...
Fixes #38074
2021-06-11 06:17:10 +10:00
Andrea Giudiceandrea
ca22c474c3
[MetaSearch] Allow to delete username and password
2021-04-27 14:11:12 +10:00
Tom Kralidis
2a5fd3d3b7
[MetaSearch] mask password when opening connection properties dialog ( #42760 ) ( #42767 )
2021-04-17 09:41:38 -04:00
Andrea Giudiceandrea
95f25cc079
[MetaSearch] Update UK and UNEP GRID CSW servers
...
The new CSW servers substitute the unavailable or unreliable and soon to be deactivated old ones.
2021-01-20 09:29:40 +10:00
Andrea Giudiceandrea
4f786ae5a7
[MetaSearch] Reset rubber band when treeRecords selection is changed
2021-01-06 08:36:29 +10:00
Andrea Giudiceandrea
fd9b246ac5
[MetaSearch] Also disable buttons after inspecting CSW in server tab
...
in order to fix "AttributeError: 'CatalogueServiceWeb' object has no attribute 'records'" python error
2021-01-06 08:36:29 +10:00
Andrea Giudiceandrea
1559908c73
[MetaSearch] Fix navigation through the results pages
2021-01-06 08:00:04 +10:00
Tom Kralidis
65a134ca47
MetaSearch: update bbox CRS
2020-12-30 08:25:51 +10:00
dhdeangelis
cc0f186b09
updated Swedish national catalogue
2020-12-07 09:09:06 +10:00
Denis Rouzaud
eddf6feb45
modernize CMakeLists.txt files
2020-11-12 07:14:46 +10:00
Tom Kralidis
0579b20b53
[MetaSearch] clear search results when inspecting CSW in server tab ( #37448 )
2020-07-13 08:36:27 +10:00
Ludovic
6247cde584
svg file reduced with svgcleaner
2020-07-07 13:32:51 +02:00
Samweli Mwakisambwe
a17a49ea38
handle import and name errors with the Authentication class
2020-06-15 11:16:44 +10:00
Samweli Mwakisambwe
c22d429a52
updated disable ssl label
2020-06-06 07:00:03 +10:00
Samweli Mwakisambwe
94106dc2d6
fix SSL error
2020-06-06 07:00:03 +10:00
Nyall Dawson
b6a7a10703
Fix some more python formatting issues, remove more flake exceptions
2020-05-11 11:41:50 +10:00
Harrissou Sant-anna
61d1ac1226
more robust code
2020-03-10 07:52:17 +10:00
Harrissou Sant-anna
ca89d34059
Allow to cancel server connections list modification
2020-03-10 07:52:17 +10:00