Opened 10 years ago
Closed 10 years ago
#25722 closed New feature (fixed)
add support for `GEOSCovers`
| Reported by: | Sergey Fedoseev | Owned by: | Sergey Fedoseev |
|---|---|---|---|
| Component: | GIS | Version: | dev |
| 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
Support for GEOSCoveredBy also could be added, but GEOSCoveredBy(g1, g2) is the same as GEOSCovers(g2, g1), so it seems that there is no point in adding it.
Change History (6)
comment:1 by , 10 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 10 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|---|
| Version: | 1.8 → master |
comment:3 by , 10 years ago
| Has patch: | set |
|---|
comment:5 by , 10 years ago
| Patch needs improvement: | unset |
|---|
Note:
See TracTickets
for help on using tickets.
PR -- https://github.com/django/django/pull/5627