From 762bd34c3699875d315d478b3efb090155beb743 Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Sun, 7 Jan 2018 05:24:44 +0500 Subject: Fixed #28842 -- Added SpatiaLite support for ForcePolygonCW function. --- docs/ref/contrib/gis/functions.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/ref') diff --git a/docs/ref/contrib/gis/functions.txt b/docs/ref/contrib/gis/functions.txt index 84f699f9cb..fd5b83a475 100644 --- a/docs/ref/contrib/gis/functions.txt +++ b/docs/ref/contrib/gis/functions.txt @@ -285,7 +285,8 @@ representing the bounding box of the geometry. .. versionadded:: 2.1 -*Availability*: `PostGIS `__ +*Availability*: `PostGIS `__, +SpatiaLite Accepts a single geographic field or expression and returns a modified version of the polygon/multipolygon in which all exterior rings are oriented clockwise -- cgit v1.3