Re: GeoDjango 'module' object has no attribute 'OSMGeoAdmin'

2008-10-22 Thread springmeyer
Hi Alfonso, The OSMGeoAdmin depends on a proper installation of the GDAL libraries. I think you need to confirm that GDAL is properly installed on your server, per the docs at: http://geodjango.org/docs/install.html#id9 Cheers, Dane On Oct 22, 7:19 am, Alfonso <[EMAIL PROTECTED]> wrote: > Str

Re: GeoDjango - Input geometry has unknown (-1) SRID

2008-11-14 Thread springmeyer
Alfonso, You syntax looks correct. The obvious first check is to make sure your model geometry field has an srid specified such as: geometry = models.MultiPolygonField(srid=4326) and that your model has a geomanager: objects = models.GeoManager() If you don't specify an srid it *should* defa

Re: dynamic creation of model with geodjango ?

2008-08-18 Thread springmeyer
Guillame, Absolutely. GeoDjango can be used to read new or existing geographic datasources from dozens of formats. GeoDjango provides a ctypes interface to the foundational GDAL/OGR library, which is the open source industry standard for format translation. Look for the utility called `orginspect

Re: GIS admin: how to remove individual polygons from a MultiPolygonField?

2008-09-08 Thread springmeyer
HI Tyler, I'm glad the admin interface has been useful to you. Right now, based on the way the pre-built admin javascript works, you have the ability to delete all the multipolygons (see the `delete features`) link which should appear below each OL map in the admin, and you should have an OL mod

Re: GeoDjango: MultiPolygon and Polygon

2008-09-19 Thread springmeyer
Alfonso, Yes, polygon data stored as multipolygons will play nice at the database level. This is a common approach with shapefiles imported into Postgres/Postgis that contain both single and multi geometries. You therefore just assume they are all multipolygons (ie like shp2pgsql). You just need

Re: noob problem with Unicode

2007-07-29 Thread Parnell Springmeyer
Make sure you are using the correct version, the documentation link defaults to the repository code; you have to follow the 0.96 version documentation link on the top. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Without Apache

2007-08-05 Thread Parnell Springmeyer
On Sun, 2007-08-05 at 22:10 +0200, János Juhász wrote: > Dear Django Users! > > I would like to use Django for some intranet applications, but I > wouldn't like to install apache, pgsql, mysql and so. > I would like to install the minimal ingredients for a working > environment. WebServer: ligh