From 4bf5f658fc794f4a390435721c5e138e88c1d071 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 20 Nov 2015 11:23:22 +0100 Subject: [PATCH] update tree map, tree view ckan-spec --- controllets/data-sevc-controllet/data-sevc-controllet.html | 18 +++++++++--------- controllets/data-sevc-controllet/demo/index.html | 2 +- controllets/dataset-selection-controllet/dataset-selection-controllet.html | 10 ++++++++-- controllets/dataset-selection-controllet/paper-input-search.html | 637 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ controllets/tree-view-multi-table-controllet/demo/index.html | 2 +- controllets/tree-view-multi-table-controllet/tree-view-multi-table-controllet.html | 19 +++++++++++++++++-- 6 files changed, 673 insertions(+), 15 deletions(-) create mode 100755 controllets/dataset-selection-controllet/paper-input-search.html diff --git a/controllets/data-sevc-controllet/data-sevc-controllet.html b/controllets/data-sevc-controllet/data-sevc-controllet.html index bba43b4..6b30d62 100755 --- a/controllets/data-sevc-controllet/data-sevc-controllet.html +++ b/controllets/data-sevc-controllet/data-sevc-controllet.html @@ -339,7 +339,7 @@ Example: Select data source - Tree Map Search + Tree Map view Most popular @@ -1096,14 +1096,14 @@ Example: //tree map _selectDataUrl_treeMap : function(e){ var url = e.detail.url; - url = url.split('/'); - var index = url.indexOf('resource') - if (index != -1) { // ckan - var resourceId = url[index + 1]; - url = "http://ckan.routetopa.eu/api/action/datastore_search?resource_id=" + resourceId; - - } else - url = "sorry, data provider not supported yet"; +// url = url.split('/'); +// var index = url.indexOf('resource') +// if (index != -1) { // ckan +// var resourceId = url[index + 1]; +// url = "http://ckan.routetopa.eu/api/action/datastore_search?resource_id=" + resourceId; +// +// } else +// url = "sorry, data provider not supported yet"; this.dataUrl = url; this.DatasourceTabSelected=0; diff --git a/controllets/data-sevc-controllet/demo/index.html b/controllets/data-sevc-controllet/demo/index.html index 0ca6e75..38b5160 100755 --- a/controllets/data-sevc-controllet/demo/index.html +++ b/controllets/data-sevc-controllet/demo/index.html @@ -9,7 +9,7 @@ - + diff --git a/controllets/dataset-selection-controllet/dataset-selection-controllet.html b/controllets/dataset-selection-controllet/dataset-selection-controllet.html index f46774b..d014364 100755 --- a/controllets/dataset-selection-controllet/dataset-selection-controllet.html +++ b/controllets/dataset-selection-controllet/dataset-selection-controllet.html @@ -26,6 +26,8 @@ + +