mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
[3.0.x] Used :rfc: role in various docs.
Backport of f1a808a502
from master.
This commit is contained in:
parent
747ea48983
commit
e42320d2f2
8 changed files with 20 additions and 31 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue