From 9854f6019bc556c987ad015e33189480dd3f7c9a Mon Sep 17 00:00:00 2001 From: Sovas Tiwari Date: Fri, 29 May 2026 15:39:06 +0545 Subject: [PATCH 1/2] Fix position of the timeline plugins --- .../static/mapstore/configs/localConfig.json | 36 +++++++++++++++---- 1 file changed, 30 insertions(+), 6 deletions(-) diff --git a/geonode_mapstore_client/static/mapstore/configs/localConfig.json b/geonode_mapstore_client/static/mapstore/configs/localConfig.json index e21c333e8d..e76b544855 100644 --- a/geonode_mapstore_client/static/mapstore/configs/localConfig.json +++ b/geonode_mapstore_client/static/mapstore/configs/localConfig.json @@ -192,7 +192,11 @@ "name": "Notifications" }, { - "name": "Timeline" + "name": "Timeline", + "cfg": { + "expandLimit": 20, + "containerPosition": "bottom" + } }, { "name": "Playback" @@ -261,7 +265,11 @@ } }, { - "name": "Timeline" + "name": "Timeline", + "cfg": { + "expandLimit": 20, + "containerPosition": "bottom" + } }, { "name": "Playback" @@ -352,7 +360,11 @@ "name": "Notifications" }, { - "name": "Timeline" + "name": "Timeline", + "cfg": { + "expandLimit": 20, + "containerPosition": "bottom" + } }, { "name": "Playback" @@ -460,7 +472,11 @@ } }, { - "name": "Timeline" + "name": "Timeline", + "cfg": { + "expandLimit": 20, + "containerPosition": "bottom" + } }, { "name": "Playback" @@ -905,7 +921,11 @@ } }, { - "name": "Timeline" + "name": "Timeline", + "cfg": { + "expandLimit": 20, + "containerPosition": "bottom" + } }, { "name": "Playback" @@ -2169,7 +2189,11 @@ } }, { - "name": "Timeline" + "name": "Timeline", + "cfg": { + "expandLimit": 20, + "containerPosition": "bottom" + } }, { "name": "Playback" From fa782d4ee120a16fc38bdbb1ffcf44ab34ca406c Mon Sep 17 00:00:00 2001 From: Sovas Tiwari Date: Fri, 29 May 2026 15:51:50 +0545 Subject: [PATCH 2/2] Update plugin config for timeline plugin --- .../static/mapstore/configs/pluginsConfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/geonode_mapstore_client/static/mapstore/configs/pluginsConfig.json b/geonode_mapstore_client/static/mapstore/configs/pluginsConfig.json index 89a4e51bd5..2c5cf6eaab 100644 --- a/geonode_mapstore_client/static/mapstore/configs/pluginsConfig.json +++ b/geonode_mapstore_client/static/mapstore/configs/pluginsConfig.json @@ -474,7 +474,10 @@ "description": "plugins.Timeline.description", "dependencies": [ "Playback" - ] + ], + "defaultConfig": { + "containerPosition": "bottom" + } }, { "name": "Playback",