mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Added SpatiaLite NumPoints support for non-LINESTRING geometries.
This commit is contained in:
parent
1c3ddc0d27
commit
875aebdb2c
3 changed files with 8 additions and 3 deletions
|
@ -392,7 +392,13 @@ or ``MULTI*`` field); otherwise returns ``None``.
|
|||
Oracle, SpatiaLite
|
||||
|
||||
Accepts a single geographic field or expression and returns the number of points
|
||||
in the first linestring in the geometry field; otherwise returns ``None``.
|
||||
in a geometry.
|
||||
|
||||
On MySQL, returns ``None`` for any non-``LINESTRING`` geometry.
|
||||
|
||||
.. versionchanged:: 1.11
|
||||
|
||||
SpatiaLite support for non-``LINESTRING`` geometries was added.
|
||||
|
||||
``Perimeter``
|
||||
=============
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue