Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Jan 14, 2025
1 parent 865aa4a commit 4d205ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygeoapi/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ def describe_collections(api: API, request: APIRequest,
'resolution': p._coverage_properties['restime'] # noqa
}
if 'uad' in p._coverage_properties:
collection['extent'].update(p._coverage_properties['uad'])) # noqa
collection['extent'].update(p._coverage_properties['uad']) # noqa

try:
tile = get_provider_by_type(v['providers'], 'tile')
Expand Down

0 comments on commit 4d205ee

Please sign in to comment.