[1.10.x] Removed MySQL (unsupported) from Perimeter docs.
Backport of e32265de1a
from master
This commit is contained in:
parent
e7c61ff3a6
commit
9392e3541b
|
@ -373,9 +373,7 @@ in the first linestring in the geometry field; otherwise returns ``None``.
|
||||||
*Availability*: PostGIS, Oracle, SpatiaLite (≥ 4.0)
|
*Availability*: PostGIS, Oracle, SpatiaLite (≥ 4.0)
|
||||||
|
|
||||||
Accepts a single geographic field or expression and returns the perimeter of the
|
Accepts a single geographic field or expression and returns the perimeter of the
|
||||||
geometry field as a :class:`~django.contrib.gis.measure.Distance` object. On
|
geometry field as a :class:`~django.contrib.gis.measure.Distance` object.
|
||||||
MySQL, a raw float value is returned, as it's not possible to automatically
|
|
||||||
determine the unit of the field.
|
|
||||||
|
|
||||||
``PointOnSurface``
|
``PointOnSurface``
|
||||||
==================
|
==================
|
||||||
|
|
Loading…
Reference in New Issue