yourcelf / olwidget

Javascript library to replace textareas that contain WKT data with editable OpenLayers maps, and a django app using it for django forms and admin.
Other
91 stars 44 forks source link

Export to Kml in django #104

Closed Christophe31 closed 10 years ago

Christophe31 commented 12 years ago

Hi, I have a web application which make a map and I'm looking to a way to export it as kml.

I didn't see any kml export feature in olwidget.

My needs is about aggregating in an object polygons with metadata. It really looks like core python part of olwidget.

So if you seems it's legit, should I try to make this feature happen in olwidget (my fork), in an external snippet, you don't really care as it's only made to draw map on website. (in which case I may use directly my models)