equals(other)
Returns True if this geometry is equivalent to the other, otherwise
returns False.
{{{
In [2]: Point(0, 0).ogr.equals(Point(0, 0).ogr)
Out[2]: 1
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25932>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* needs_docs: => 0
* owner: nobody => sir-sigurd
* needs_tests: => 0
* needs_better_patch: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/25932#comment:1>
* has_patch: 0 => 1
Comment:
PR -- https://github.com/django/django/pull/5825
--
Ticket URL: <https://code.djangoproject.com/ticket/25932#comment:2>
* version: 1.9 => master
* type: Uncategorized => Cleanup/optimization
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/25932#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"a6c803a2e3d270818d20f3f0c76e2241de9f0ab1" a6c803a]:
{{{
#!CommitTicketReference repository=""
revision="a6c803a2e3d270818d20f3f0c76e2241de9f0ab1"
Fixed #25932 -- Made predicates of OGRGeometry return bool instead of int.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25932#comment:4>