Skip to content

Commit

Permalink
station updates
Browse files Browse the repository at this point in the history
  • Loading branch information
04Marcus committed Nov 11, 2024
1 parent fcd7765 commit 39af10b
Show file tree
Hide file tree
Showing 9 changed files with 95 additions and 138 deletions.
43 changes: 26 additions & 17 deletions web/cities/cities-ats.js
Original file line number Diff line number Diff line change
Expand Up @@ -1469,6 +1469,12 @@ var country_properties = {
code: "us-ut",
relative_radius: 0.7
},
"prescott": {
name: "Prescott",
name_english: "Prescott",
code: "us-ar",
relative_radius: 0.7,
},
"presidio": {
name: "Presidio",
name_english: "Presidio",
Expand Down Expand Up @@ -1955,12 +1961,6 @@ var country_properties = {
code: "us-ks",
relative_radius: 0.6
},
"waldo": {
name: "Waldo",
name_english: "Waldo",
code: "us-ar",
relative_radius: 0.6
},
"wallace": {
name: "Wallace",
name_english: "Wallace",
Expand Down Expand Up @@ -2854,6 +2854,10 @@ var city_properties = {
"price": {
relative_whitenoise: 0.85
},
"prescott": {
relative_radius: 0.4,
relative_whitenoise: 0.95
},
"presidio": {
relative_radius: 0.7,
relative_whitenoise: 0.85
Expand Down Expand Up @@ -3123,9 +3127,6 @@ var city_properties = {
relative_radius: 0.5,
relative_whitenoise: 0.95
},
"waldo": {
relative_whitenoise: 0.95
},
"wallace": {
relative_radius: 0.5,
relative_whitenoise: 0.85
Expand Down Expand Up @@ -5420,6 +5421,22 @@ var cities = [
"y": "124.434",
"z": "-9222.07"
},
{
"gameName": "prescott",
"realName": "Prescott",
"country": "hot_springs",
"x": "13246.9",
"y": "28.3963",
"z": "27396"
},
{
"gameName": "prescott",
"realName": "Prescott",
"country": "little_rock",
"x": "13946.9",
"y": "28.3963",
"z": "26896"
},
{
"gameName": "presidio",
"realName": "Presidio",
Expand Down Expand Up @@ -6172,14 +6189,6 @@ var cities = [
"y": "70.8681",
"z": "-567.434"
},
{
"gameName": "waldo",
"realName": "Waldo",
"country": "waldo",
"x": "12446.33",
"y": "54.3758",
"z": "29427"
},
{
"gameName": "wallace",
"realName": "Wallace",
Expand Down
Binary file not shown.
Binary file modified web/stations/images-america/colorado_springs_pueblo/KDZA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 39af10b

Please sign in to comment.