From 6052b185ca2b4310ea3d02ab61023d0d0fd9a2c2 Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Wed, 22 Mar 2017 18:53:48 +0500 Subject: [PATCH] Clarified backend support of Area GIS function. --- docs/ref/contrib/gis/functions.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/ref/contrib/gis/functions.txt b/docs/ref/contrib/gis/functions.txt index 702d2b3abfb..fc22d43c30f 100644 --- a/docs/ref/contrib/gis/functions.txt +++ b/docs/ref/contrib/gis/functions.txt @@ -41,8 +41,10 @@ Measurement Relationships Operations Editors `PostGIS `__, SpatiaLite 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 -float value is returned when the coordinates are geodetic. +field as an :class:`~django.contrib.gis.measure.Area` measure. + +MySQL and SpatiaLite without LWGEOM don't support area calculations on +geographic SRSes. .. versionchanged:: 1.11