﻿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
28433	comparing GEOSGeometry with non-canonical WKT string return False	Sergey Fedoseev	Sergey Fedoseev	"{{{
In [2]: from django.contrib.gis.geos import GEOSGeometry

In [3]: GEOSGeometry('POINT (0 0)') == 'POINT (0 0)'                                                                                                                                                  
Out[3]: True

In [4]: GEOSGeometry('POINT (0 0)') == GEOSGeometry('POINT (0.0 0.0)')
Out[4]: True

In [5]: GEOSGeometry('POINT (0 0)') == 'POINT (0.0 0.0)'
Out[5]: False
}}}"	Bug	closed	GIS	1.11	Normal	fixed			Accepted	1	0	0	0	0	0
