Opened 17 years ago

Closed 17 years ago

#5072 closed (fixed)

[geodjango] 3D LineString

Reported by: phil.django@… Owned by: jbronn
Component: GIS Version: other branch
Severity: Keywords: gis geodjango linestring 3d
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The LineString class (and thus LinearRing and Polygon) may accept 3D with a simple change: see the attached patch. Not sure it's the best way to do it, but it seems to be OK.

Attachments (1)

geodjango.diff (684 bytes ) - added by phil.django@… 17 years ago.
geometries patch for 3D LineString

Download all attachments as: .zip

Change History (4)

by phil.django@…, 17 years ago

Attachment: geodjango.diff added

geometries patch for 3D LineString

comment:1 by Simon G. <dev@…>, 17 years ago

Summary: 3D LineString[geodjango] 3D LineString
Triage Stage: UnreviewedDesign decision needed

comment:2 by jbronn, 17 years ago

Keywords: gis geodjango linestring 3d added
Owner: changed from Jeremy Dunck to jbronn
Triage Stage: Design decision neededAccepted
Version: SVNother branch

Tested the patch, works OK and fixes the bug. Will be included (with tests) in next changeset. Thanks Phil!

comment:3 by jbronn, 17 years ago

Resolution: fixed
Status: newclosed

Fixed in r5832. Thanks again!

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