i want to save the user's map info ,and then loading them when they need.
i use python(pinax) and jquery ,
thanks
i want to save the user's map info ,and then loading them when they need.
i use python(pinax) and jquery ,
thanks
Afaik there are not any KML libraries in python (pyKML is still in alpha and i don't think is active anymore).
Here a good and detailed tutorial of using Python standard library to generate KML.
I remember also to have exploited this old skinny snippet to make some python KML test.