> > am using postgis on Fedora 16 and django trunk
> >
>
> I've seen that error when you try to create new column in postgis
> database with SRID that doesn't exists in postgis srid definitions.
>
> You can check does SRID exist in database:
>
> select * from spatial_ref_sys where srid=<srid number>;
>
> I suppose you did provided some SRID when defining column in model...
no - I had not installed spatial_ref_sys - the installation instructions
for fedora are a bit vague. Works now, thanks.
--
regards
Kenneth Gonsalves
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment