﻿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
20252	GeoDjango - GeoQuerySet.geojson NotImplementedError with Spatialite	burton449geo@…	nobody	"As the documentation mentions (https://docs.djangoproject.com/en/dev/ref/contrib/gis/geoquerysets/#django.contrib.gis.db.models.GeoQuerySet.geojson) GeoQuerySet.geojson should be available with Spatialite but it is not.

Traceback:
File ""C:\Python27\lib\site-packages\django\core\handlers\base.py"" in get_response
  111.                         response = callback(request, *callback_args, **callback_kwargs)
File ""C:\Python27\lib\site-packages\django\contrib\auth\decorators.py"" in _wrapped_view
  20.                 return view_func(request, *args, **kwargs)
File ""c:\mygeosite\geodjango\ezmapping\views.py"" in editShapefile
  55.     feature_geoJson = features.geojson()
File ""C:\Python27\lib\site-packages\django\contrib\gis\db\models\query.py"" in geojson
  145.             raise NotImplementedError('Only PostGIS 1.3.4+ supports GeoJSON serialization.')

Exception Type: NotImplementedError at /ezmapping/layer/edit/1
Exception Value: Only PostGIS 1.3.4+ supports GeoJSON serialization."	Cleanup/optimization	closed	GIS	1.5-rc-1	Normal	fixed	GeoDjango, Spatialite		Accepted	0	0	0	0	0	0
