Skip to content

Commit 9fbfe2b

Browse files
authored
minor corrections to text
1 parent a72f291 commit 9fbfe2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ FROM dual;
9999
}
100100
```
101101
## RFC 7946 Changes
102-
The release of [RFC 7946](https://tools.ietf.org/html/rfc7946) in August 2016 removed from GeoJSON the CRS object. Thus all goemetry in GeoJSON is now by definition WGS84 (as in KML). Release 2.0 removes the previous ability to transform coordinate systems and generate the CRS object. All incoming geometries are now projected into and rendered as WGS84. DZ_JSON will avoid reprojection if the incoming SRIDs are already 4326 or 8307.
102+
The release of [RFC 7946](https://tools.ietf.org/html/rfc7946) in August 2016 removed from GeoJSON the CRS object. Thus all geometry in GeoJSON is now by definition WGS84 (as in KML). My release 2.0 removes the previous ability to transform coordinate systems and generate the CRS object. All incoming geometries are now projected into and rendered as WGS84. DZ_JSON will avoid reprojection if the incoming SRIDs are already 4326 or 8307.
103103

104104
The new specification calls for geometries to be partitioned at the antimeridian. This change [is pending](https://github.com/pauldzy/DZ_JSON/issues/2).
105105

106-
The new specification expressly calls for the removal of an LRS measures. This is complete.
106+
The new specification expressly calls for the removal of any LRS measures. This is complete.
107107

108108
### Feature Collection Type System
109109
For some time an extensible type system has been provided to allow simple conversion of tabular tables into GeoJSON features or feature collection types. A new subsystem of JSON elements as types has been added to allow more complex JSON objects as either stand-alone or subobjects under a GeoJSON property. Additional documentation is required.

0 commit comments

Comments
 (0)