geonition / django_geojson_data_processing

Django application calculating different things from geojson data
MIT License
1 stars 0 forks source link

Create javascript functions to handle the geojson to csv and json to csv transformation #1

Open ksnabb opened 13 years ago

ksnabb commented 13 years ago

The Javascript files as to work together with the existing api javascript served by the geonition client app

ksnabb commented 13 years ago

The Javascript file returns a string in CSV format, I think this is enough as downloading the file requires some tweeks in the UI and is probably better handled in the callback function.

Is this ok?