diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2018-01-07 05:24:44 +0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-01-06 19:24:44 -0500 |
| commit | 762bd34c3699875d315d478b3efb090155beb743 (patch) | |
| tree | 8d75ddfab386b7ea00e885f1e6e465f7d087a7ae /docs | |
| parent | 8f8a93a9ae49fa807348f9f456b6635c8ebc5d0c (diff) | |
Fixed #28842 -- Added SpatiaLite support for ForcePolygonCW function.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/functions.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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 <https://postgis.net/docs/ST_ForcePolygonCW.html>`__ +*Availability*: `PostGIS <https://postgis.net/docs/ST_ForcePolygonCW.html>`__, +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 |
