Skip to content

Commit

Permalink
Update cities-ats.js
Browse files Browse the repository at this point in the history
  • Loading branch information
04Marcus committed Aug 21, 2022
1 parent 8418596 commit 14c7a7e
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions web/cities/cities-ats.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,18 @@ var country_properties = {
code: "us-ca",
relative_radius: 0.7
},
"barstow_east": {
name: "Barstow",
name_english: "Barstow",
code: "us-ca",
relative_radius: 0.7
},
"barstow_west": {
name: "Barstow",
name_english: "Barstow",
code: "us-ca",
relative_radius: 0.7
},
"bellingham": {
name: "Bellingham",
name_english: "Bellingham",
Expand Down Expand Up @@ -1003,6 +1015,14 @@ var city_properties = {
relative_radius: 0.5,
relative_whitenoise: 0.85
},
"barstow_east": {
relative_radius: 0.3,
relative_whitenoise: 0.85
},
"barstow_west": {
relative_radius: 0.4,
relative_whitenoise: 0.85
},
"bellingham": {
relative_whitenoise: 0.85
},
Expand Down Expand Up @@ -1542,6 +1562,30 @@ var cities = [
"y": "121.652",
"z": "12704.5"
},
{
"gameName": "barstow_east",
"realName": "Barstow",
"country": "barstow",
"x": "-92359",
"y": "20.9942",
"z": "11976.2"
},
{
"gameName": "barstow_west",
"realName": "Barstow",
"country": "barstow",
"x": "-98124.8",
"y": "37.3969",
"z": "12579.6"
},
{
"gameName": "barstow_west",
"realName": "Barstow",
"country": "victorville",
"x": "-98124.8",
"y": "37.3969",
"z": "12579.6"
},
{
"gameName": "big_piney",
"realName": "Big Piney",
Expand Down

0 comments on commit 14c7a7e

Please sign in to comment.