Tagged Questions
0
votes
0answers
54 views
GeoDjango and Spatialite on Mac: issue with C extension Loading
I'm following the GeoDjango Tutorial to set up a dev spatial DB for my project on my home machine, a Mac Mini running OSX 10.8.2. I installed the KyngChaos packages (UnixImageIO, PROJ, GEOS, SQLite3 ...
2
votes
2answers
271 views
How to add EPSG 900913 to geodjango spatialite database?
I'm trying to include a Google Maps widget in my admin-interface using this snippet on a Linux system (presently running locally on a Bitnami django stack in VMWare Player).
The map renders, but ...
0
votes
0answers
60 views
GeoDjango: Geographic query causes segmentation fault
On Django development server with SpatiaLite, I am trying to do a basic geographic query:
Location.objects.filter(geom__within=loc.geom)
This causes a Segmentation error and the server dies. loc is ...
4
votes
1answer
270 views
Do I need specific configuration for Spatialite with GeoDjango?
According to https://docs.djangoproject.com/en/1.3/ref/contrib/gis/db-api/, Spatialite supports GeoQuerySet.distance(). However, having imported an area list (MultiPolygon as mpoly attribute), I'm ...
0
votes
1answer
324 views
Error when using GeoDjango with SpatiaLite on Ubuntu
I'm trying to get GeoDjango running on SpatiaLite on Ubuntu 11.04, and even with a very minimal setup, I'm hitting a strange error. Saving an instance of a model with geo-fields works, but loading it ...
1
vote
1answer
164 views
Getting GeoDjango working on RHEL
I'm working through dependency problems while installing GeoDjango dependencies on RHEL. I would love step-by-step instructions from anyone who has done this before. I'm transferring a working app ...
3
votes
2answers
2k views
Getting GeoDjango + Spatialite running on Windows
I continue to have problems setting up a GeoDjango installation that uses Spatialite as a backend on a Windows machine.
I used the GeoDjango installer and downloaded the precompiled libraries from ...