﻿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
25932	predicates of OGRGeometry return int instead of bool	Sergey Fedoseev	Sergey Fedoseev	"[https://docs.djangoproject.com/en/1.9/ref/contrib/gis/gdal/#django.contrib.gis.gdal.OGRGeometry.equals Documentation] says:

  equals(other)
  Returns True if this geometry is equivalent to the other, otherwise returns False.

{{{
In [2]: Point(0, 0).ogr.equals(Point(0, 0).ogr)
Out[2]: 1
}}}"	Cleanup/optimization	closed	GIS	dev	Normal	fixed			Accepted	1	0	0	0	0	0
