Skip to content

Commit

Permalink
update ogc-api-records default config (cf georchestra/datadir#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
landryb committed Jan 7, 2025
1 parent 07e0138 commit 275b43c
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ gn:
responseProcessor: JsonUserAndSelectionAwareResponseProcessorImpl
operations:
- root
- conformance
- collections
- collection
- items
Expand All @@ -75,9 +76,10 @@ gn:
- item
- name: json
mimeType: application/json
responseProcessor: JsonUserAndSelectionAwareResponseProcessorImpl
responseProcessor: GeoJsonResponseProcessorImpl
operations:
- root
- conformance
- collections
- collection
- items
Expand Down Expand Up @@ -111,6 +113,12 @@ gn:
responseProcessor: RssResponseProcessorImpl
operations:
- items
- name : gnindex
mimeType : application/gnindex+json
responseProcessor : JsonUserAndSelectionAwareResponseProcessorImpl
operations :
- items
- item
- name : geojson
mimeType : application/geo+json
responseProcessor: GeoJsonResponseProcessorImpl
Expand Down

0 comments on commit 275b43c

Please sign in to comment.