﻿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
24144	envelope attribute for GEOSGeometry returns Point	Manel Clos	nobody	"It should return Envelope as stated in the documentation:

""Returns a Polygon that represents the bounding envelope of this geometry.""

https://docs.djangoproject.com/en/1.7/ref/contrib/gis/geos/#django.contrib.gis.geos.GEOSGeometry.envelope

{{{
>>> from django.contrib.gis.geos import GEOSGeometry
>>> p = GEOSGeometry('POINT (1 1)')
>>> p
<Point object at 0xb2f23dd0L>
>>> p.envelope
<Point object at 0xb2f23d40L>
}}}"	Cleanup/optimization	closed	GIS	1.7	Normal	fixed			Accepted	0	0	0	0	0	0
