From 110bf53314ed712247d2d6a9cc74a4fca10a9d14 Mon Sep 17 00:00:00 2001 From: Clemens Portele Date: Fri, 9 Mar 2018 18:30:56 -0600 Subject: [PATCH] update GeoJSON encoding based on #64 --- core/standard/clause_8_encodings.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/standard/clause_8_encodings.adoc b/core/standard/clause_8_encodings.adoc index 449f734a..e124a630 100644 --- a/core/standard/clause_8_encodings.adoc +++ b/core/standard/clause_8_encodings.adoc @@ -76,8 +76,8 @@ include::requirements/requirements_class_geojson.adoc[] "200"-responses of the server SHALL support the following media types: -* `application/json` for feature collection metadata and the list of requirements classes, and -* `application/geo+json` for feature collections and features. +* `application/geo+json` for feature collections and features, and +* `application/json` for all other resources. |=== [width="90%",cols="2,6a"]