From 875aebdb2c7c26b29b52a2114b4e1a80f6809496 Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Fri, 17 Mar 2017 05:29:31 +0500 Subject: Added SpatiaLite NumPoints support for non-LINESTRING geometries. --- docs/ref/contrib/gis/functions.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/ref/contrib/gis/functions.txt b/docs/ref/contrib/gis/functions.txt index ca993542b8..1b7a0c39f5 100644 --- a/docs/ref/contrib/gis/functions.txt +++ b/docs/ref/contrib/gis/functions.txt @@ -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`` ============= -- cgit v1.3