You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
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?
Justin Bronn
unread,
Sep 10, 2008, 4:11:10 PM9/10/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
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]