Skip to content

Commit

Permalink
cleanup conformance
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed May 24, 2023
1 parent b517505 commit 5de9f69
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions src/django_oapif/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,13 @@ def get(self, request, *args, **kwargs):
return Response(
{
"conformsTo": [
# copied from pygeoapi, commented out what we don't support
"http://www.opengis.net/spec/ogcapi-common-2/1.0/conf/collections",
"http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/core",
"http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/core",
"http://www.opengis.net/spec/ogcapi-features-4/1.0/conf/create-replace-delete",
# "http://www.opengis.net/spec/ogcapi-processes-1/1.0/conf/json",
# "http://www.opengis.net/spec/ogcapi-processes-1/1.0/conf/oas30",
"http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/geojson",
"http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/oas30",
"http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/html",
# "http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/core",
"http://www.opengis.net/spec/ogcapi-common-2/1.0/conf/collections",
# "http://www.opengis.net/spec/ogcapi-processes-1/1.0/conf/core",
# "http://www.opengis.net/spec/ogcapi-processes-1/1.0/conf/ogc-process-description",
"http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/core",
"http://www.opengis.net/spec/ogcapi-features-1/1.0/conf/core",
# additionnal
"http://www.opengis.net/spec/ogcapi-features-2/1.0/conf/crs",
]
}
Expand Down

0 comments on commit 5de9f69

Please sign in to comment.