mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Added missing support for PointOnSurface function on MariaDB.
This commit is contained in:
parent
198a0adef2
commit
b616f65855
3 changed files with 7 additions and 1 deletions
|
@ -446,7 +446,7 @@ geometry field as a :class:`~django.contrib.gis.measure.Distance` object.
|
|||
.. class:: PointOnSurface(expression, **extra)
|
||||
|
||||
*Availability*: `PostGIS <https://postgis.net/docs/ST_PointOnSurface.html>`__,
|
||||
Oracle, SpatiaLite
|
||||
MariaDB, Oracle, SpatiaLite
|
||||
|
||||
Accepts a single geographic field or expression and returns a ``Point`` geometry
|
||||
guaranteed to lie on the surface of the field; otherwise returns ``None``.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue