Re: GeoDjango admin and data reprojection

2011-01-22 Thread ckar...@googlemail.com
Why you quote your SRID? AFAIK it should be an integer. Post your questing in the GeoDjango mailing list again. On 21 Jan., 13:06, Luca Casagrande wrote: > Hello everybody, > I have simple model defined like this: > class point(models.Model): >     geom =

GeoDjango admin and data reprojection

2011-01-21 Thread Luca Casagrande
Hello everybody, I have simple model defined like this: class point(models.Model): geom = models.PointField(srid='3004') object = models.GeoManager() In PostGIS spatial_ref_sys table and in proj's epsg file I changed the proj string adding the +towgs84 parameters to have a better