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 Sep 28, 2023
1 parent a412fa0 commit 01aa6b9
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions web/cities/cities-ats.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ var country_properties = {
code: "us-ca",
relative_radius: 0.8
},
"big_bend": {
name: "Big Bend",
name_english: "Big Bend",
code: "us-ca",
relative_radius: 0.8
},
"big_piney": {
name: "Big Piney",
name_english: "Big Piney",
Expand Down Expand Up @@ -1415,6 +1421,12 @@ var country_properties = {
code: "us-tx",
relative_radius: 0.5
},
"vallejo": {
name: "Vallejo",
name_english: "Vallejo",
code: "us-ca",
relative_radius: 0.8
},
"van_horn": {
name: "Van Horn",
name_english: "Van Horn",
Expand All @@ -1439,6 +1451,12 @@ var country_properties = {
code: "us-ca",
relative_radius: 0.7
},
"vineburg": {
name: "Vineburg",
name_english: "Vineburg",
code: "us-ca",
relative_radius: 0.8
},
"waco": {
name: "Waco",
name_english: "Waco",
Expand Down Expand Up @@ -1576,6 +1594,10 @@ var city_properties = {
"bishop": {
relative_whitenoise: 0.85
},
"big_bend": {
relative_radius: 0.4,
relative_whitenoise: 0.85
},
"big_piney": {
relative_whitenoise: 0.85
},
Expand Down Expand Up @@ -2296,6 +2318,10 @@ var city_properties = {
"van_horn": {
relative_whitenoise: 0.95
},
"vallejo": {
relative_radius: 0.4,
relative_whitenoise: 0.85
},
"vernal": {
relative_whitenoise: 0.85
},
Expand All @@ -2306,6 +2332,10 @@ var city_properties = {
relative_radius: 0.5,
relative_whitenoise: 0.95
},
"vineburg": {
relative_radius: 0.2,
relative_whitenoise: 0.85
},
"waco": {
relative_whitenoise: 0.95
},
Expand Down Expand Up @@ -2512,6 +2542,14 @@ var cities = [
"y": "63.0898",
"z": "50291.3"
},
{
"gameName": "big_bend",
"realName": "Big Bend",
"country": "san_francisco",
"x": "-114385",
"y": "21.1194",
"z": "-15787.5"
},
{
"gameName": "big_piney",
"realName": "Big Piney",
Expand Down Expand Up @@ -4504,6 +4542,14 @@ var cities = [
"y": "160.617",
"z": "44906.2"
},
{
"gameName": "vallejo",
"realName": "Vallejo",
"country": "san_francisco",
"x": "-113740",
"y": "35.1182",
"z": "-12444.6"
},
{
"gameName": "vernal",
"realName": "Vernal",
Expand Down Expand Up @@ -4536,6 +4582,14 @@ var cities = [
"y": "163.151",
"z": "15237.6"
},
{
"gameName": "vineburg",
"realName": "Vineburg",
"country": "san_francisco",
"x": "-114723",
"y": "67.5758",
"z": "-17678.6"
},
{
"gameName": "waco",
"realName": "Waco",
Expand Down

0 comments on commit 01aa6b9

Please sign in to comment.