I am trying to use Geodjango on mac os, i use postg开发者_开发百科resql and I installed GEOS but i got this error :
I am trying to build an iOS app that takes the location of the user and then queries the backend for other users near him/her through a REST api.I have done some googling and my choices (given my expe
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 i
django.core.exceptions.ImproperlyConfigured: Cannot determine PostGIS version for database \"geodatabase\". GeoDjango requires at least PostGIS version 1.3. Was the database created from a sp开发者_St
I am developing a web application in django and i want to build a feature where in a person can input a location name in a text box and the corresponding location is shown at the center of a google ma
I am very new to django, python and ubuntu command line. I\'ve been installing an application on PC\'s and this is my third one. Ive come across this error and am not sure where else to look. When I r
I\'m using GeoDjango with PostGIS and trying to use a polygon to get records from a database which fall inside it.
I\'ve created a Django project, using a PostGIS backend, which all seems well as far as I can tell. I\'ve now created an app in this project as follows:
I\'ve downloaded 2000 Census zipcode polygon data as a .shp file from http://www.census.gov/geo/www/cob/z52000.html#shp
I am looking for two Django model fields that are easy to use in admin and gives a Google maps interactive interface.