Removed MySQL (unsupported) from Perimeter docs.
This commit is contained in:
parent
757aefc12b
commit
e32265de1a
|
@ -409,9 +409,7 @@ On MySQL, returns ``None`` for any non-``LINESTRING`` geometry.
|
||||||
Oracle, SpatiaLite
|
Oracle, SpatiaLite
|
||||||
|
|
||||||
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