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 21, 2023
1 parent a83e2b2 commit 41f87f9
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 @@ -671,6 +671,12 @@ var country_properties = {
code: "us-nm",
relative_radius: 0.9
},
"las_cruces_south_2": {
name: "Las Cruces",
name_english: "Las Cruces",
code: "us-nm",
relative_radius: 0.9
},
"las_vegas": {
name: "Las Vegas",
name_english: "Las Vegas",
Expand Down Expand Up @@ -1748,6 +1754,10 @@ var city_properties = {
relative_radius: 0.3,
relative_whitenoise: 0.95
},
"las_cruces_south_2": {
relative_radius: 0.2,
relative_whitenoise: 0.85
},
"las_vegas": {
relative_whitenoise: 0.80
},
Expand Down Expand Up @@ -2813,6 +2823,14 @@ var cities = [
"y": "71.3732",
"z": "35211.9"
},
{
"gameName": "las_cruces_south_2",
"realName": "Las Cruces",
"country": "las_cruces",
"x": "-50763",
"y": "71.9653",
"z": "35806.7"
},
{
"gameName": "las_cruces",
"realName": "Las Cruces",
Expand Down

0 comments on commit 41f87f9

Please sign in to comment.