﻿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
10222	[patch] Add line_merge to GEOS geometries under django.contrib.gis	psmith	jbronn	"In the C API of GEOS, `GEOSLineMerge` returns a new geometry that is the result of having merged contiguous line strings in a geometry collection or multi-line string geometry.

Example:

{{{
>>> geomcoll = fromstr('MULTILINESTRING((1 1, 3 3), (3 3, 4 2))')
>>> print geomcoll.line_merge()
LINESTRING(1 1, 3 3, 4 2)
}}}
"		closed	GIS	1.0		fixed	geos linemerge		Accepted	1	0	0	0	0	0
