> 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 to the OGC specification [1], and does not implement the `geometry_columns` and `spatial_ref_sys` tables. [2] Regards, -Justin [1] http://www.opengeospatial.org/standards/sfs [2] http://dev.mysql.com/doc/refman/5.0/en/mysql-gis-conformance-and-compatibility.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

