From 6eeb27303f4db3af013922fc8eb9cbede94151b3 Mon Sep 17 00:00:00 2001 From: Thorsten Reitz Date: Mon, 2 Sep 2019 10:40:15 +0200 Subject: [PATCH] reworded reference to WFS30 to point to CRS reference, fixes #85 --- GeoJSON/geojson-encoding-rule.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GeoJSON/geojson-encoding-rule.md b/GeoJSON/geojson-encoding-rule.md index 5593b6e..57ac4cb 100644 --- a/GeoJSON/geojson-encoding-rule.md +++ b/GeoJSON/geojson-encoding-rule.md @@ -246,9 +246,9 @@ NOTE As INSPIRE mandates the use of the European Terrestrial Reference System 19 ### Alternative Coordinate Reference System support -While the required Coordinate Reference System for any data encoded in GeoJSON is CRS84, a client may request delivery of a data set using a different projected reference system, as per the mechanism described in Requirement 8 in the [WFS 3.0 draft specification](https://github.com/opengeospatial/WFS_FES). +While the required Coordinate Reference System for any data encoded in GeoJSON is CRS84, a client may request delivery of a data set using a different projected reference system, as per the mechanism described in Requirement 1 of the [CRS extension](https://github.com/opengeospatial/WFS_FES/tree/master/extensions/crs) of the [OGC API - Features specification](https://github.com/opengeospatial/WFS_FES). -An INSPIRE Download service delivering data encoded in GeoJSON shall be able to deliver projected geometries if a client requests these explicitly, at least for the spatial reference systems documented in section 6.3. of the data specifications that fall within the scope of this encodign specification. When delivering data that is not in [CRS 84](http://www.opengis.net/def/crs/OGC/1.3/CRS84), the GeoJSON data should include the `crs` member as defined in the deprecated (Draft 6 of the GeoJSON specification)[http://wiki.geojson.org/GeoJSON_draft_version_6]. +An INSPIRE Download service delivering data encoded in GeoJSON shall be able to deliver projected geometries if a client requests these explicitly, at least for the spatial reference systems documented in section 6.3. of the data specifications that fall within the scope of this encoding specification. When delivering data that is not in [CRS 84](http://www.opengis.net/def/crs/OGC/1.3/CRS84), the GeoJSON data should include the `crs` member as defined in the deprecated (Draft 6 of the GeoJSON specification)[http://wiki.geojson.org/GeoJSON_draft_version_6]. ### nilReason information