mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
MetaSearch: update OARec record model links
This commit is contained in:
parent
70b40ab091
commit
ff036a2e6f
@ -226,7 +226,7 @@ class OARecSearch(SearchBase):
|
||||
|
||||
'bbox': None,
|
||||
'title': rec['properties']['title'],
|
||||
'links': rec['properties'].get('associations', [])
|
||||
'links': rec.get('links', [])
|
||||
}
|
||||
try:
|
||||
bbox2 = rec['properties']['extent']['spatial']['bbox'][0]
|
||||
|
Loading…
x
Reference in New Issue
Block a user