Skip to content

Commit

Permalink
Create colorado.geojson (#1465)
Browse files Browse the repository at this point in the history
* Create colorado.geojson

* Update regions.yaml

Co-authored-by: Baconcrisp26 <[email protected]>

* Rewind colorado.geojson

* Update regions.yaml

* Update messages.en.xlf

* Add cronjob

---------

Co-authored-by: Jonathan Beliën <[email protected]>
Co-authored-by: Jonathan Beliën <[email protected]>
  • Loading branch information
3 people authored Nov 13, 2024
1 parent ea433a7 commit 1261722
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions assets/regions/north-america/colorado.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"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]]]}
4 changes: 4 additions & 0 deletions config/regions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@ regions:
name: California
flag: 🇺🇸
osmcha.id: 766165a5-0a47-4cb8-8cde-d12fed551ff0
colorado:
name: Colorado
flag: 🇺🇸
osmcha.id: c3c8954f-bb6d-4713-b311-e5ce9fea2244
guatemala:
name: Guatemala
flag: 🇬🇹
Expand Down
4 changes: 4 additions & 0 deletions translations/messages.en.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
<source>Colombia</source>
<target>Colombia</target>
</trans-unit>
<trans-unit id="SuYr9Og" resname="Colorado">
<source>Colorado</source>
<target>Colorado</target>
</trans-unit>
<trans-unit id="5WQOBAf" resname="Bogotá">
<source>Bogotá</source>
<target>Bogotá</target>
Expand Down

0 comments on commit 1261722

Please sign in to comment.