From 3297ff0762887923c7120c7ed789414ddfda9243 Mon Sep 17 00:00:00 2001 From: mveril Date: Mon, 7 Dec 2020 16:46:13 +0100 Subject: [PATCH] Allow to export table to csv (#9) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix broken link * Fix bug in indexDB * Fix sourceFile for each geometry * Fix tag stat_table * First implementation of export table to csv * Use custom data-csvtext propery to avoid warning emoji Co-authored-by: Mickaël Véril --- content/dataset.html | 20 ++++++++++++++- static/js/tableToCSV.js | 56 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+), 1 deletion(-) create mode 100644 static/js/tableToCSV.js diff --git a/content/dataset.html b/content/dataset.html index fae5d552..e20b5271 100644 --- a/content/dataset.html +++ b/content/dataset.html @@ -30,6 +30,7 @@ draft: false +