Skip to content

Commit

Permalink
fix typo #915 (#916)
Browse files Browse the repository at this point in the history
Co-authored-by: Genuchten <paul.vangenuchten@wur.nl>
  • Loading branch information
pvgenuchten and Genuchten committed Oct 31, 2023
1 parent 2ef5028 commit 14db94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycsw/ogc/api/records.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def collection(self, headers_, args, collection='metadata:main'):
'hreflang': self.config['server']['language']
}, {
'rel': 'items',
'type': 'application/gep+json',
'type': 'application/geo+json',
'title': 'items as GeoJSON',
'href': f"{url_base}/items?f=json",
'hreflang': self.config['server']['language']
Expand Down

0 comments on commit 14db94c

Please sign in to comment.