From bfc36eda723fc04a39a870105e4bfaa4594106fd Mon Sep 17 00:00:00 2001 From: Andres Gomez Casanova Date: Fri, 22 May 2026 14:58:52 -0500 Subject: [PATCH] Add banner configuration for State of the Map Colombia 2026 --- config/banners.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/banners.yml b/config/banners.yml index 52b9b64e2..50d19ef58 100644 --- a/config/banners.yml +++ b/config/banners.yml @@ -19,3 +19,16 @@ sotm_africa_2026: enddate: 2026-june-10 countries: - IT + +sotm_col_2026: + id: sotm_col_2026 + alt: State of the Map Colombia 2026 + link: https://www.osm.lat/colombia/sotm/sotm-col-2026/ + img: banners/sotm_col_2026.png + srcset: + - [banners/sotm_col_2026.png, 1x] + - [banners/sotm_col_2026@2x.png, 2x] + startdate: 2026-june-03 + enddate: 2026-july-03 + countries: + - CO -- 2.47.3