> Should the example still work with the latest svn revision of
> GeoDjango? The IPython session is pasted below.

Yes, it should work.  You found a bug -- I just fixed it in r6916.

There have been some significant changes to GeoDjango since FOSS4G
(e.g., GEOS & GDAL refactors, distance queries, additional spatial
backends).  However, substantively, everything should still work as
shown.  This particular bug is an artifact of the GDAL library
refactoring: the census shapefiles do not explicitly give a spatial
reference, which is NAD83, and the `srs` property should be None
instead of raising an exception.  One thing that has explicitly
changed is that `models.GeoMixin` is no longer required for geographic
models.

Thanks for the detailed report and traceback.

Best Regards,
-Justin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to