On Feb 10, 6:06 pm, arbi <arbin...@gmail.com> wrote:
> I am a newb in Django/GeoDjango.
> I am making the tutorial here :http://code.djangoproject.com/wiki/GeoDjango
> and I use mySQL as a database. The project is to store places in a
> database, then to display it on a OpenLayer Map (like Google Maps)
>
> Does any one know how to solve this problem of "KML stored procedure
> not available" ?
mysql does not support kml, see http://geodjango.org/docs/db-api.html#kml
You must use postgresql for kml support.

In case you don't know there is a geodjango mailing list.
--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to