[3.0.x] Used :rfc: role in various docs.

Backport of f1a808a502 from master.
This commit is contained in:
Mariusz Felisiak 2020-04-15 13:11:13 +02:00
parent 747ea48983
commit e42320d2f2
8 changed files with 20 additions and 31 deletions

View file

@ -212,14 +212,12 @@ Format Input Type
WKT / EWKT ``str``
HEX / HEXEWKB ``str``
WKB / EWKB ``buffer``
GeoJSON_ ``str``
:rfc:`GeoJSON <7946>` ``str``
======================= ==========
For the GeoJSON format, the SRID is set based on the ``crs`` member. If ``crs``
isn't provided, the SRID defaults to 4326.
.. _GeoJSON: https://tools.ietf.org/html/rfc7946
.. classmethod:: GEOSGeometry.from_gml(gml_string)
Constructs a :class:`GEOSGeometry` from the given GML string.