Opened 10 years ago
Closed 10 years ago
#25662 closed New feature (fixed)
allow creation of empty GEOSGeometries
| Reported by: | Sergey Fedoseev | Owned by: | Sergey Fedoseev |
|---|---|---|---|
| Component: | GIS | 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
ATM empty geometries could be created only with WKT, like this:
GEOSGeometry('LINESTRING EMPTY')
but we should support instantiation like this
LineString()
Change History (4)
comment:1 by , 10 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 10 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:3 by , 10 years ago
| Has patch: | set |
|---|
Note:
See TracTickets
for help on using tickets.
PR -- https://github.com/django/django/pull/5714