From 6bbf9a20e2c5865e01b537e8cd34dfca06621a4a Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Thu, 17 Oct 2019 13:17:42 +0500 Subject: Fixed #29770 -- Added LinearRing.is_counterclockwise property. --- docs/ref/contrib/gis/geos.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt index fda1b5cc3d..536c42f74e 100644 --- a/docs/ref/contrib/gis/geos.txt +++ b/docs/ref/contrib/gis/geos.txt @@ -730,6 +730,12 @@ Other Properties & Methods Notice that ``(0, 0)`` is the first and last coordinate -- if they were not equal, an error would be raised. + .. attribute:: is_counterclockwise + + .. versionadded:: 3.1 + + Returns whether this ``LinearRing`` is counterclockwise. + ``Polygon`` ----------- -- cgit v1.3