[Both] Update

* Added new DLC ('Colorado')
* Changed json structure

Signed-off-by: JDM170 <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
2020-11-14 22:28:59 +07:00
committed by Lev Rusanov
parent 8125d1e852
commit 80a12bf4f2
7 changed files with 125 additions and 111 deletions

View File

@@ -1,10 +1,4 @@
{
"arizona" : [
"flagstaff",
"phoenix",
"tucson",
"yuma"
],
"base" : [
"bakersfield",
"los_angeles",
@@ -13,10 +7,11 @@
"san_diego",
"san_francisco"
],
"idaho" : [
"boise",
"idaho_falls",
"twin_falls"
"arizona" : [
"flagstaff",
"phoenix",
"tucson",
"yuma"
],
"new_mexico" : [
"alamogordo",
@@ -31,6 +26,13 @@
"portland",
"salem"
],
"washington" : [
"bellingham",
"seattle",
"spokane",
"tacoma",
"yakima"
],
"utah" : [
"ogden",
"price",
@@ -39,11 +41,17 @@
"salt_lake_city",
"vernal"
],
"washington" : [
"bellingham",
"seattle",
"spokane",
"tacoma",
"yakima"
"idaho" : [
"boise",
"idaho_falls",
"twin_falls"
],
"colorado" : [
"alamosa",
"colorado_springs",
"denver",
"grand_junction",
"montrose",
"pueblo"
]
}