Re: Django 1.0 GIS Module (aka GeoDjango) and MySQL

2008-09-10 Thread Justin Bronn
> Does anyone know if the layermapping utility of the django gis module > supports a MySQL database backend, I keep getting error messages about > not being able to import GeometryColumns from > django.contrib.gis.models? No, it does not support MySQL. More specifically, MySQL does not conform t

Django 1.0 GIS Module (aka GeoDjango) and MySQL

2008-09-08 Thread [EMAIL PROTECTED]
Does anyone know if the layermapping utility of the django gis module supports a MySQL database backend, I keep getting error messages about not being able to import GeometryColumns from django.contrib.gis.models? --~--~-~--~~~---~--~~ You received this message beca

Re: geodjango and MySQL

2007-10-26 Thread Justin Bronn
Greg, A preliminary MySQL spatial backend was added last week in r6527. The documentation for the MySQL database API may be found at: http://code.djangoproject.com/wiki/GeoDjangoDatabaseAPI#MySQL You should be aware of MySQL's spatial limitations: (1) all spatial queries are restricted to the M

Re: geodjango and MySQL

2007-10-25 Thread Matthew Wensin
I am flying along with plenty of polygons using GeoDjango and PostgreSQL. Not sure about MySQL, however. On 10/25/07 11:47 AM, "Greg_IAP" <[EMAIL PROTECTED]> wrote: > > does django works with spatial queries(PolygonField and > multipolygonField) when applications are developped to work with a

geodjango and MySQL

2007-10-25 Thread Greg_IAP
does django works with spatial queries(PolygonField and multipolygonField) when applications are developped to work with a MySQL database? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To pos