diff --git a/wis2box-management/wis2box/metadata/discovery.py b/wis2box-management/wis2box/metadata/discovery.py index 589bbf0f..57e00c54 100644 --- a/wis2box-management/wis2box/metadata/discovery.py +++ b/wis2box-management/wis2box/metadata/discovery.py @@ -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}',