diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2017-03-17 05:29:31 +0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-03-16 20:29:31 -0400 |
| commit | 875aebdb2c7c26b29b52a2114b4e1a80f6809496 (patch) | |
| tree | 7608a68bb3650f2236e18a8f395e41890df4571a /docs/ref | |
| parent | 1c3ddc0d27f1fa2ad35168beba52fb19a569278c (diff) | |
Added SpatiaLite NumPoints support for non-LINESTRING geometries.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/functions.txt | 8 |
1 files changed, 7 insertions, 1 deletions
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`` ============= |
