mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #29770 -- Added LinearRing.is_counterclockwise property.
This commit is contained in:
parent
24e540fbd7
commit
6bbf9a20e2
8 changed files with 74 additions and 20 deletions
|
@ -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``
|
||||
-----------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue