Skip to content

Commit ad8d1dc

Browse files
jacobwhalljbelien
andauthored
Add Washington, D.C. (#1594)
* add Washington, D.C. * Rename & Update washington-dc.geojson * Update regions.yaml * Update messages.en.xlf * Update .platform.app.yaml --------- Co-authored-by: Jonathan Beliën <[email protected]> Co-authored-by: Jonathan Beliën <[email protected]>
1 parent bc8f301 commit ad8d1dc

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

.platform.app.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,10 @@ crons:
372372
spec: '0 6 * * *'
373373
commands:
374374
start: php bin/console osmcha:new-mapper virginia
375+
update-northamerica-washington-dc:
376+
spec: '0 6 * * *'
377+
commands:
378+
start: php bin/console osmcha:new-mapper washington-dc
375379
update-northamerica-washington:
376380
spec: '0 9 * * *'
377381
commands:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"type":"MultiPolygon","coordinates":[[[[-77.1197949,38.9343511],[-77.1170312,38.9310708],[-77.1162601,38.9285251],[-77.1129497,38.9247666],[-77.1087842,38.9215401],[-77.1062064,38.9189706],[-77.1040023,38.9158067],[-77.1033922,38.9130634],[-77.0964206,38.9073818],[-77.0883889,38.9032915],[-77.0831027,38.9022602],[-77.0769014,38.9020228],[-77.0727955,38.9009602],[-77.07071,38.9010459],[-77.0675493,38.8992049],[-77.0676793,38.8974729],[-77.0656189,38.8942462],[-77.0639585,38.8904899],[-77.0643236,38.8892988],[-77.0593075,38.8808941],[-77.0557167,38.8801777],[-77.0534762,38.8784569],[-77.0515358,38.8759068],[-77.0515958,38.8736058],[-77.0503155,38.8716162],[-77.0481351,38.87111],[-77.0464847,38.8718108],[-77.0460046,38.8736175],[-77.0471148,38.8748789],[-77.0456195,38.8755486],[-77.0404152,38.8709106],[-77.0383778,38.8676142],[-77.0380144,38.8640176],[-77.0424929,38.8635174],[-77.04032,38.8623768],[-77.0381098,38.8633918],[-77.0375573,38.8612866],[-77.0353146,38.8596552],[-77.0328713,38.8551604],[-77.0321404,38.8511246],[-77.0309984,38.8497653],[-77.0322143,38.8490384],[-77.0331513,38.8442305],[-77.0345235,38.8400531],[-77.040159,38.8392573],[-77.0445686,38.8401348],[-77.0463067,38.8411974],[-77.045175,38.8357598],[-77.0429724,38.8311988],[-77.0420362,38.8312962],[-77.0418404,38.8337021],[-77.0380853,38.8310152],[-77.0377849,38.8296654],[-77.0388739,38.8243955],[-77.0407729,38.8234594],[-77.0396463,38.8216539],[-77.0381003,38.8156153],[-77.0372055,38.8145861],[-77.0372163,38.8102766],[-77.0391967,38.800716],[-77.0389358,38.7916303],[-77.0226573,38.8043503],[-77.0013047,38.8212644],[-76.909366,38.8928623],[-76.933942,38.9121048],[-76.9419069,38.9185218],[-76.9576017,38.930627],[-76.9776907,38.9463933],[-77.0091027,38.9708878],[-77.010261,38.9719022],[-77.0359356,38.9918496],[-77.0409665,38.995968],[-77.1197949,38.9343511]]]]}

config/regions.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,10 @@ regions:
328328
name: Washington State
329329
flag: 🇺🇸
330330
osmcha.id: 968ad875-8065-4d55-ac9b-87b07bc6f1f5
331+
washington-dc:
332+
name: Washington, D.C.
333+
flag: 🇺🇸
334+
osmcha.id: 17b64bff-2fd9-4d30-b468-d83f1b917326
331335
south-america:
332336
argentina:
333337
name: Argentina

translations/messages.en.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,10 @@
345345
<source>Virginia</source>
346346
<target>Virginia</target>
347347
</trans-unit>
348+
<trans-unit id="HIwbKem" resname="Washington, D.C.">
349+
<source>Washington, D.C.</source>
350+
<target>Washington, D.C.</target>
351+
</trans-unit>
348352
<trans-unit id="MjJ73ih" resname="Washington State">
349353
<source>Washington State</source>
350354
<target>Washington State</target>

0 commit comments

Comments
 (0)