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 May 20, 2024
1 parent 2cc9a2f commit 74f1d7f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion web/cities/cities-ats.js
Original file line number Diff line number Diff line change
Expand Up @@ -1887,7 +1887,7 @@ var country_properties = {
name: "Wheatland",
name_english: "Wheatland",
code: "us-wy",
relative_radius: 0.6
relative_radius: 0.7
},
"wichita": {
name: "Wichita",
Expand Down Expand Up @@ -2992,6 +2992,7 @@ var city_properties = {
relative_whitenoise: 0.85
},
"wheatland": {
relative_radius: 0.6,
relative_whitenoise: 0.85
},
"wichita": {
Expand Down Expand Up @@ -5962,6 +5963,14 @@ var cities = [
"y": "100.94",
"z": "-20075.8"
},
{
"gameName": "wheatland",
"realName": "Wheatland",
"country": "scottsbluff",
"x": "-35017.5",
"y": "100.94",
"z": "-20075.8"
},
{
"gameName": "wichita",
"realName": "Wichita",
Expand Down

0 comments on commit 74f1d7f

Please sign in to comment.