Skip to content

Commit

Permalink
Doc: fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jun 5, 2024
1 parent 797575e commit 0077e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/drivers/vector/geojsonseq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GeoJSONSeq: sequence of GeoJSON features
This driver implements read/creation support for features encoded
individually as `GeoJSON <http://geojson.org/>`__ Feature objects,
separated by newline (LF) (`Newline Delimited
JSON https://github.com/ndjson/ndjson-spec>`__) or record-separator (RS) characters (`RFC
JSON <https://github.com/ndjson/ndjson-spec>`__) or record-separator (RS) characters (`RFC
8142 <https://tools.ietf.org/html/rfc8142>`__ standard: GeoJSON Text
Sequences)

Expand Down Expand Up @@ -103,7 +103,7 @@ The following layer creation options are supported:
:since: 3.8

Whether to write
NaN / Infinity values. Such values are not allowed in strict JSON
NaN / Infinity values. Such values are not allowed in strict JSON
mode, but some JSON parsers (libjson-c >= 0.12 for example) can
understand them as they are allowed by ECMAScript.

Expand Down

0 comments on commit 0077e7e

Please sign in to comment.