Added SpatiaLite NumPoints support for non-LINESTRING geometries.

This commit is contained in:
Sergey Fedoseev 2017-03-17 05:29:31 +05:00 committed by Tim Graham
parent 1c3ddc0d27
commit 875aebdb2c
3 changed files with 8 additions and 3 deletions

View file

@ -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``
=============