﻿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
20718	Geoqueryset method do not return a value	burton449geo@…	nobody	"Im trying to get values from geoqueryset methods but they do not return values. I use spatialite 4.0.0 as db.

Example:

    bounds = Feature.objects.filter(id=feature.id).envelope()
    print bounds.perimeter

    >>> <bound method GeoQuerySet.perimeter of [<Feature: 43>]>

other example:

    bounds = Feature.objects.filter(id=feature.id).envelope()
    print bounds.geojson(bbox=True)

    >>> [<Feature: 43>]

other example:

    bounds = Feature.objects.filter(id=feature.id).envelope()
    print bounds.geojson(bbox=True)

    >>> <bound method GeoQuerySet.area of [<Feature: 38>]>

"	Bug	closed	GIS	1.5-rc-1	Normal	worksforme	geodjango		Unreviewed	0	0	0	0	0	0
