diff --git a/controllets/animated-button-container-controllet/animated-button-container-controllet.html b/controllets/animated-button-container-controllet/animated-button-container-controllet.html index 5f3d25f..515d31e 100755 --- a/controllets/animated-button-container-controllet/animated-button-container-controllet.html +++ b/controllets/animated-button-container-controllet/animated-button-container-controllet.html @@ -242,8 +242,9 @@ this.$.open.style.height = this.iconHeight + "px"; this.$.open.style.width = this.iconWidth + "px"; this.$.open_window_button.style.backgroundColor = this.backgroundButtonColor; - this.$.open_window_button.style.width = this.iconWidth + "px"; - this.$.open_window_button.style.height = this.iconHeight + "px"; + this.$.open_window_button.style.width = 24 /*this.iconWidth*/ + "px"; + this.$.open_window_button.style.height = 24 /*this.iconHeight*/ + "px"; + this.$.open_window_button.style.padding = "6px"; this.$.button_container.style.height = this.iconHeight + "px"; }, diff --git a/controllets/animated-grid-controllet/animated-grid-controllet.html b/controllets/animated-grid-controllet/animated-grid-controllet.html index 42d2d74..17f6f47 100644 --- a/controllets/animated-grid-controllet/animated-grid-controllet.html +++ b/controllets/animated-grid-controllet/animated-grid-controllet.html @@ -146,6 +146,9 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN var target = event.target; + if(target.classList[0] != "grid-item") + return; + // configure the page animation this.sharedElements = { 'hero': target, 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 @@ + +