Skip to content

Commit

Permalink
oafeat-link should show items
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Dec 6, 2024
1 parent 4373613 commit 949c4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wis2box-management/wis2box/metadata/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def get_distribution_links(self,
has_2geojson = any('2geojson' in plugin for plugin in plugins)
if has_2geojson:
oafeat_link = {
'href': f"{API_URL}/collections/{identifier}?f=json",
'href': f"{API_URL}/collections/{identifier}/items",
'type': 'application/json',
'name': identifier,
'description': f'Observations in json format for {identifier}',
Expand Down

0 comments on commit 949c4f6

Please sign in to comment.