Skip to content

Commit

Permalink
update spec compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterVisscher committed Jan 5, 2024
1 parent 37b0116 commit 3372a24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/OGC-API-Features-CRS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

| requirement | applicable | description |
| --- | --- | --- |
| /req/crs/crs-uri | :x: | {Authoritie}:{Code} is used in the request and a URN is used in the feature response. No URI is used. |
| /req/crs/crs-uri | :x: | {Authoritie}:{Code} is used in the request and a URN is used in the feature response. URI is used in the `/crss` responses. |
| /req/crs/fc-md-crs-list | :x: | We don't have a `collection` object in this API |
| /req/crs/fc-md-storageCrs | :x: | No spatial feature collection is stored on the server |
| /req/crs/fc-md-storageCrs-valid-value | :x: | No storageCrs is advertised |
Expand All @@ -20,8 +20,8 @@
| /req/crs/fc-crs-default-value | :x: | No crs on a featues or feature resource is supported |
| /req/crs/fc-crs-action | :x: | No crs is specified |
| /req/crs/geojson | :grey_exclamation: | We are subjected to this rfc7946 |
| /req/crs/ogc-crs-header | :x: | We don't use the CRS query parameter because we need 2 CRS for our API. Using a named one like source-crs and target-crs makes it clear what the purpose is |
| /req/crs/ogc-crs-header-value | :x: | No `Content-Crs` header is return in the response |
| /req/crs/ogc-crs-header | :heavy_check_mark: | We use the `Content-Crs` header in our response |
| /req/crs/ogc-crs-header-value | :x: | The `Content-Crs` header returns a {AUTH}:{CODE} value for the CRS |

## Recommendations

Expand Down

0 comments on commit 3372a24

Please sign in to comment.