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 Dec 5, 2023
1 parent e4040db commit d79baea
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions web/cities/cities-ats.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ var country_properties = {
code: "us-tx",
relative_radius: 0.8
},
"belleville": {
name: "Belleville",
name_english: "Belleville",
code: "us-ks",
relative_radius: 0.5
},
"bishop": {
name: "Bishop",
name_english: "Bishop",
Expand Down Expand Up @@ -1705,6 +1711,10 @@ var city_properties = {
"beaumont": {
relative_whitenoise: 0.95
},
"belleville": {
relative_radius: 0.5,
relative_whitenoise: 0.95
},
"bishop": {
relative_whitenoise: 0.85
},
Expand Down Expand Up @@ -2718,6 +2728,14 @@ var cities = [
"y": "63.0898",
"z": "50291.3"
},
{
"gameName": "belleville",
"realName": "Belleville",
"country": "mankato",
"x": "-6183.93",
"y": "16.2227",
"z": "-4672.59"
},
{
"gameName": "big_bend",
"realName": "Big Bend",
Expand Down

0 comments on commit d79baea

Please sign in to comment.