GeoDjango normally looks for libspatialite for Spatialite
functionality.

I want to use, instead, pyspatialite which has the spatialite
functions built into the sqlite3 library.  I changed the reference in
the standard sqlite3 backend base.py to use pyspatialite instead of
pysqlite2/sqlite3.

I tried changing the base.py for the spatialite base.py in contrib.gis
to look for the sqlite3 library but that didn't work. I'm sure it's a
bad idea anyway to have it load the sqlite3 lib again.

Has anyone found a way to get GeoDjango to pyspatialite?

Thanks,

  Sean

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to