From: Olivier Courtin Date: Thu, 25 Jun 2015 20:58:26 +0000 (+0000) Subject: Documentation fix in ST_Orientation function. #2831 X-Git-Tag: 2.2.0rc1~324 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c1ef74c78eb03f639e9bfcede6a59367bd2b47e;p=postgis Documentation fix in ST_Orientation function. #2831 git-svn-id: http://svn.osgeo.org/postgis/trunk@13712 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_sfcgal.xml b/doc/reference_sfcgal.xml index d71ccc1bd..d19144b5e 100644 --- a/doc/reference_sfcgal.xml +++ b/doc/reference_sfcgal.xml @@ -312,11 +312,11 @@ around ST_StraightSkeleton (slower case). Description + The function only applies to polygons. It returns -1 if the polygon is counterclockwise oriented and 1 if the polygon is clockwise oriented. + Availability: 2.1.0 &sfcgal_required; &Z_support; - &P_support; - &T_support;