From 7c544ac63849cedaf0ccdcd5a2512c7306fac947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Mei=C3=9Fl?= Date: Fri, 20 Feb 2026 22:16:09 +0100 Subject: [PATCH 1/4] chore: create session using empty commit From 532499093b766a23f1101d5761ebbff547859e85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Mei=C3=9Fl?= Date: Fri, 20 Feb 2026 22:16:23 +0100 Subject: [PATCH 2/4] chores: file updated - catalogs/earthcode.json --- catalogs/earthcode.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/catalogs/earthcode.json b/catalogs/earthcode.json index 68b8ee3..f72b8e4 100644 --- a/catalogs/earthcode.json +++ b/catalogs/earthcode.json @@ -7,6 +7,7 @@ "default_overlay_layers": "layers/overlays", "assets_endpoint": "https://raw.githubusercontent.com/ESA-EarthCODE/publishing-catalog/main/assets", "collections": [ - "test" + "test", + "demo" ] } From 65f2827f20af53708c625b9b80c62826c68ac0fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Mei=C3=9Fl?= Date: Fri, 20 Feb 2026 22:16:24 +0100 Subject: [PATCH 3/4] chores: file updated - collections/demo.json --- collections/demo.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 collections/demo.json diff --git a/collections/demo.json b/collections/demo.json new file mode 100644 index 0000000..5232a5d --- /dev/null +++ b/collections/demo.json @@ -0,0 +1,3 @@ +{ + "Name": "demo" +} From 5e4ce9bbe1499e32c271b6453811c3ee67b9063c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Mei=C3=9Fl?= Date: Fri, 20 Feb 2026 22:17:15 +0100 Subject: [PATCH 4/4] chores: file updated - collections/demo.json --- collections/demo.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/collections/demo.json b/collections/demo.json index 5232a5d..ad0e84b 100644 --- a/collections/demo.json +++ b/collections/demo.json @@ -1,3 +1,13 @@ { - "Name": "demo" + "Name": "demo", + "Title": "Demo", + "Description": "", + "Resources": [ + { + "Name": "WMS", + "EndPoint": "", + "LayerId": "", + "Type": "OverwriteTimes" + } + ] }