From 172151c4a6deb3c49afb228185508960f4bd1135 Mon Sep 17 00:00:00 2001 From: hujambo-dunia Date: Tue, 12 Nov 2024 12:20:55 -0500 Subject: [PATCH 1/3] Viz update to v0.0.1 and bug fix --- .../visualizations/openlayers/config/openlayers.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config/plugins/visualizations/openlayers/config/openlayers.xml b/config/plugins/visualizations/openlayers/config/openlayers.xml index 19b89de75375..59d572f46597 100644 --- a/config/plugins/visualizations/openlayers/config/openlayers.xml +++ b/config/plugins/visualizations/openlayers/config/openlayers.xml @@ -6,14 +6,17 @@ HistoryDatasetAssociation geojson - shp + shp dataset_id dataset_id - + + + + @@ -21,7 +24,7 @@ Select a geometry type. select radio - circle + Circle From 51cc6ff8490ab03270ea5b9f29c2fb44c27beb67 Mon Sep 17 00:00:00 2001 From: guerler Date: Tue, 12 Nov 2024 21:02:31 +0300 Subject: [PATCH 2/3] Move openlayers manually from built-in to external list, not automated yet --- client/gulpfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/gulpfile.js b/client/gulpfile.js index 5707830e2f23..1a495a411cdf 100644 --- a/client/gulpfile.js +++ b/client/gulpfile.js @@ -28,7 +28,6 @@ const STATIC_PLUGIN_BUILD_IDS = [ "mvpapp", "nora", "nvd3/nvd3_bar", - "openlayers", "openseadragon", "PCA_3Dplot", "phylocanvas", @@ -38,7 +37,7 @@ const STATIC_PLUGIN_BUILD_IDS = [ "ts_visjs", "venn", ]; -const INSTALL_PLUGIN_BUILD_IDS = ["ngl", "msa"]; // todo: derive from XML +const INSTALL_PLUGIN_BUILD_IDS = ["ngl", "msa", "openlayers"]; // todo: derive from XML const DIST_PLUGIN_BUILD_IDS = ["new_user"]; const PLUGIN_BUILD_IDS = Array.prototype.concat(DIST_PLUGIN_BUILD_IDS, STATIC_PLUGIN_BUILD_IDS); From 91e7b3982811675fb78af61a79308ccb751246db Mon Sep 17 00:00:00 2001 From: hujambo-dunia Date: Tue, 12 Nov 2024 13:31:14 -0500 Subject: [PATCH 3/3] Viz update version --- config/plugins/visualizations/openlayers/config/openlayers.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/plugins/visualizations/openlayers/config/openlayers.xml b/config/plugins/visualizations/openlayers/config/openlayers.xml index 59d572f46597..71c36fb1fe18 100644 --- a/config/plugins/visualizations/openlayers/config/openlayers.xml +++ b/config/plugins/visualizations/openlayers/config/openlayers.xml @@ -14,7 +14,7 @@ dataset_id - +