From 8a3765c7a47f609732787aa70882c1480bbd4bd4 Mon Sep 17 00:00:00 2001
From: Baconcrisp26 <50333308+Baconcrisp26@users.noreply.github.com>
Date: Tue, 29 Oct 2024 15:31:31 -0600
Subject: [PATCH 1/6] Create colorado.geojson
---
assets/regions/north-america/colorado.geojson | 1 +
1 file changed, 1 insertion(+)
create mode 100644 assets/regions/north-america/colorado.geojson
diff --git a/assets/regions/north-america/colorado.geojson b/assets/regions/north-america/colorado.geojson
new file mode 100644
index 000000000..641694de8
--- /dev/null
+++ b/assets/regions/north-america/colorado.geojson
@@ -0,0 +1 @@
+{"type":"Polygon","coordinates":[[[-109.06,41.01],[-102.04,41.01],[-102.03,38.47],[-102.04,36.98],[-109.05,36.99],[-109.06,37],[-109.05,38.17],[-109.07,38.24],[-109.07,38.5],[-109.06,41.01]]]}
From e26658b31479034d81e0b8a7beb866363cd7ae36 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonathan=20Beli=C3=ABn?=
<1150563+jbelien@users.noreply.github.com>
Date: Wed, 13 Nov 2024 13:32:36 +0100
Subject: [PATCH 2/6] Update regions.yaml
Co-authored-by: Baconcrisp26 <50333308+Baconcrisp26@users.noreply.github.com>
---
config/regions.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/config/regions.yaml b/config/regions.yaml
index f8a77c69f..15d4107d0 100644
--- a/config/regions.yaml
+++ b/config/regions.yaml
@@ -264,6 +264,10 @@ regions:
name: California
flag: 🇺🇸
osmcha.id: 766165a5-0a47-4cb8-8cde-d12fed551ff0
+ colorado:
+ name: Colorado
+ flag: 🇺🇸
+ osmcha.id:
guatemala:
name: Guatemala
flag: 🇬🇹
From 19feb3f17986afe58b906df593166c4adc7ca6eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonathan=20Beli=C3=ABn?=
<1150563+jbelien@users.noreply.github.com>
Date: Wed, 13 Nov 2024 13:39:43 +0100
Subject: [PATCH 3/6] Rewind colorado.geojson
---
assets/regions/north-america/colorado.geojson | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assets/regions/north-america/colorado.geojson b/assets/regions/north-america/colorado.geojson
index 641694de8..81b90e029 100644
--- a/assets/regions/north-america/colorado.geojson
+++ b/assets/regions/north-america/colorado.geojson
@@ -1 +1 @@
-{"type":"Polygon","coordinates":[[[-109.06,41.01],[-102.04,41.01],[-102.03,38.47],[-102.04,36.98],[-109.05,36.99],[-109.06,37],[-109.05,38.17],[-109.07,38.24],[-109.07,38.5],[-109.06,41.01]]]}
+{"type":"Polygon","coordinates":[[[-109.06,41.01],[-109.07,38.5],[-109.07,38.24],[-109.05,38.17],[-109.06,37],[-109.05,36.99],[-102.04,36.98],[-102.03,38.47],[-102.04,41.01],[-109.06,41.01]]]}
\ No newline at end of file
From b1d2db28513083494751828853afdbf223e9ba64 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonathan=20Beli=C3=ABn?=
<1150563+jbelien@users.noreply.github.com>
Date: Wed, 13 Nov 2024 13:40:38 +0100
Subject: [PATCH 4/6] Update regions.yaml
---
config/regions.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/regions.yaml b/config/regions.yaml
index 15d4107d0..be43a63ca 100644
--- a/config/regions.yaml
+++ b/config/regions.yaml
@@ -267,7 +267,7 @@ regions:
colorado:
name: Colorado
flag: 🇺🇸
- osmcha.id:
+ osmcha.id: c3c8954f-bb6d-4713-b311-e5ce9fea2244
guatemala:
name: Guatemala
flag: 🇬🇹
From 4ea9d9a9beb9170c38d7dfc083e8d1dc7657eb35 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonathan=20Beli=C3=ABn?=
<1150563+jbelien@users.noreply.github.com>
Date: Wed, 13 Nov 2024 13:45:59 +0100
Subject: [PATCH 5/6] Update messages.en.xlf
---
translations/messages.en.xlf | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf
index 79a6f7695..c33756dad 100644
--- a/translations/messages.en.xlf
+++ b/translations/messages.en.xlf
@@ -73,6 +73,10 @@
Colombia
+
+
+ Colorado
+
Bogotá
From 4856451a834b0bb93dadf97a7396295edd6db325 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonathan=20Beli=C3=ABn?=
<1150563+jbelien@users.noreply.github.com>
Date: Wed, 13 Nov 2024 13:48:55 +0100
Subject: [PATCH 6/6] Add cronjob
---
.platform.app.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.platform.app.yaml b/.platform.app.yaml
index d938cd3a9..d5fc5c394 100644
--- a/.platform.app.yaml
+++ b/.platform.app.yaml
@@ -308,6 +308,10 @@ crons:
spec: '0 9 * * *'
commands:
start: php bin/console osmcha:new-mapper california
+ update-northamerica-colorado:
+ spec: '0 8 * * *'
+ commands:
+ start: php bin/console osmcha:new-mapper colorado
update-northamerica-guatemala:
spec: '0 7 * * *'
commands: