﻿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
25661	LinearRing doesn't check number of points during list assignment	Sergey Fedoseev	Sergey Fedoseev	"{{{
In [7]: lr = LinearRing((0, 0), (0, 1), (1, 1), (0, 0))

In [8]: lr[:] = ((0,0), (0,1), (0,0))
GEOS_ERROR: IllegalArgumentException: Invalid number of points in LinearRing found 3 - must be 0 or >= 4

---------------------------------------------------------------------------
GEOSException                             Traceback (most recent call last)
}}}"	Bug	closed	GIS	1.8	Normal	fixed			Unreviewed	1	0	0	0	0	0
