﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
11168	postgis geometry alternatively seen as linestring then multilinestring	anonymous	nobody	"Django 1.0.2 final on MacOS 10.5 python 2.5
GEOS Framework 3.0.1-1

see django shell example below

RegionHydro is a GeometryField from a postgis table containing linestrings and multilinestrings

{{{
>>> r=RegionHydro.objects.get(id=19)
>>> c=r.getCoursDo()
>>> c
[<CoursDo: La Meuse>, <CoursDo: Canal de l'Est Branche-Nord>]
>>> c[1].geom
<MultiLineString object at 0x28208c4>
>>> c[1].geom
<LineString object at 0x28209b4>
>>> c[1].geom
<MultiLineString object at 0x28208c4>
>>> c[1].geom
<LineString object at 0x28209b4>
}}}
"		closed	GIS	1.0		invalid	GEOS API, Postgis		Design decision needed	0	0	0	0	0	0
