Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#25740 closed Cleanup/optimization (fixed)

document GEOSGeomerty operators

Reported by: Sergey Fedoseev Owned by: Sergey Fedoseev
Component: Documentation Version: 1.8
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

behavior of these GEOSGeomerty operators should be documented:

  • __eq__
  • __or__
  • __and__
  • __sub__
  • __xor__

Change History (5)

comment:1 by Sergey Fedoseev, 9 years ago

Owner: changed from nobody to Sergey Fedoseev
Status: newassigned

comment:2 by Tim Graham, 9 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Sergey Fedoseev, 9 years ago

Has patch: set

comment:4 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: assignedclosed

In 479ba5a:

Fixed #25740 -- Documented GEOSGeometry operators.

comment:5 by Tim Graham <timograham@…>, 9 years ago

In 458e7dbc:

[1.9.x] Fixed #25740 -- Documented GEOSGeometry operators.

Backport of 479ba5add23c119387baa60d5dce3a4e17d1b15b from master

Note: See TracTickets for help on using tickets.
Back to Top