[1.11.x] Clarified backend support of Area GIS function.
Backport of 6052b185ca2b4310ea3d02ab61023d0d0fd9a2c2 from master
This commit is contained in:
parent
6963564ecc
commit
02bc5563b8
@ -41,8 +41,10 @@ Measurement Relationships Operations Editors
|
|||||||
`PostGIS <https://postgis.net/docs/ST_Area.html>`__, SpatiaLite
|
`PostGIS <https://postgis.net/docs/ST_Area.html>`__, SpatiaLite
|
||||||
|
|
||||||
Accepts a single geographic field or expression and returns the area of the
|
Accepts a single geographic field or expression and returns the area of the
|
||||||
field as an :class:`~django.contrib.gis.measure.Area` measure. On MySQL, a raw
|
field as an :class:`~django.contrib.gis.measure.Area` measure.
|
||||||
float value is returned when the coordinates are geodetic.
|
|
||||||
|
MySQL and SpatiaLite without LWGEOM don't support area calculations on
|
||||||
|
geographic SRSes.
|
||||||
|
|
||||||
.. versionchanged:: 1.11
|
.. versionchanged:: 1.11
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user