Skip to content

Commit

Permalink
Kansas Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
04Marcus committed Nov 16, 2023
1 parent 43d4e66 commit f42fa0f
Show file tree
Hide file tree
Showing 27 changed files with 219 additions and 77 deletions.
109 changes: 81 additions & 28 deletions web/cities/cities-ats.js
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,12 @@ var country_properties = {
code: "us-nv",
relative_radius: 0.8
},
"lawrence": {
name: "Lawrence",
name_english: "Lawrence",
code: "us-ks",
relative_radius: 1.2
},
"lawton": {
name: "Lawton",
name_english: "Lawton",
Expand Down Expand Up @@ -1445,6 +1451,12 @@ var country_properties = {
code: "us-nv",
relative_radius: 1.0
},
"topeka": {
name: "Topeka",
name_english: "Topeka",
code: "us-ks",
relative_radius: 1.0
},
"truckee": {
name: "Truckee",
name_english: "Truckee",
Expand Down Expand Up @@ -2012,6 +2024,7 @@ var city_properties = {
relative_whitenoise: 0.95
},
"kansas_city": {
relative_radius: 1.0,
relative_whitenoise: 0.95
},
"katl": {
Expand Down Expand Up @@ -2078,6 +2091,10 @@ var city_properties = {
relative_radius: 0.5,
relative_whitenoise: 0.80
},
"lawrence": {
relative_radius: 0.8,
relative_whitenoise: 0.95
},
"lawton": {
relative_whitenoise: 0.95
},
Expand Down Expand Up @@ -2413,6 +2430,10 @@ var city_properties = {
"tonopah": {
relative_whitenoise: 0.85
},
"topeka": {
relative_radius: 0.8,
relative_whitenoise: 0.95
},
"truckee": {
relative_radius: 0.6,
relative_whitenoise: 0.95
Expand Down Expand Up @@ -3631,6 +3652,14 @@ var cities = [
"y": "192.055",
"z": "487.648"
},
{
"gameName": "kansas_city",
"realName": "Kansas City",
"country": "st_joseph_kkjo",
"x": "6370.48",
"y": "192.055",
"z": "487.648"
},
{
"gameName": "kennewick",
"realName": "Kennewick",
Expand Down Expand Up @@ -3783,6 +3812,22 @@ var cities = [
"y": "100.943",
"z": "33813.9"
},
{
"gameName": "lawrence",
"realName": "Lawrence",
"country": "lawrence",
"x": "1862.19",
"y": "175.426",
"z": "-96.5295"
},
{
"gameName": "lawrence",
"realName": "Lawrence",
"country": "st_joseph_kkjo",
"x": "1862.19",
"y": "175.426",
"z": "-96.5295"
},
{
"gameName": "lawton",
"realName": "Lawton",
Expand Down Expand Up @@ -4719,6 +4764,22 @@ var cities = [
"y": "231.075",
"z": "-4832.38"
},
{
"gameName": "topeka",
"realName": "Topeka",
"country": "topeka",
"x": "-1862.19",
"y": "175.426",
"z": "-96.5295"
},
{
"gameName": "topeka",
"realName": "Topeka",
"country": "st_joseph_kkjo",
"x": "-1862.19",
"y": "175.426",
"z": "-96.5295"
},
{
"gameName": "truckee",
"realName": "Truckee",
Expand Down Expand Up @@ -7477,12 +7538,6 @@ var country_properties_c2c = {
code: "us-ks",
relative_radius: 0.6
},
"topeka": {
name: "topeka",
name_english: "topeka",
code: "us-ks",
relative_radius: 1.0
},
"kentucky": {
name: "kentucky",
name_english: "kentucky",
Expand Down Expand Up @@ -7802,8 +7857,14 @@ var country_properties_c2c = {
relative_radius: 0.9
},
"st_joseph": {
name: "st_joseph",
name_english: "st_joseph",
name: "St. Joseph",
name_english: "St. Joseph",
code: "us-mo",
relative_radius: 1.0
},
"st_joseph_kkjo": {
name: "St. Joseph",
name_english: "St. Joseph",
code: "us-mo",
relative_radius: 1.0
},
Expand Down Expand Up @@ -8696,10 +8757,6 @@ var city_properties_c2c = {
"liberal_ks": {
relative_whitenoise: 0.95
},
"topeka": {
relative_radius: 0.6,
relative_whitenoise: 0.95
},
"bowling_green": {
relative_whitenoise: 0.85
},
Expand Down Expand Up @@ -8845,6 +8902,10 @@ var city_properties_c2c = {
relative_radius: 0.7,
relative_whitenoise: 0.85
},
"st_joseph_kkjo": {
relative_radius: 0.7,
relative_whitenoise: 0.95
},
"stlouis": {
relative_whitenoise: 0.75
},
Expand Down Expand Up @@ -9713,22 +9774,6 @@ var cities_c2c = [
"y": "134",
"z": "10233.8"
},
{
"gameName": "topeka",
"realName": "Topeka",
"country": "topeka",
"x": "-1862.19",
"y": "175.426",
"z": "-96.5295"
},
{
"gameName": "topeka",
"realName": "Topeka",
"country": "kansas_city",
"x": "-1862.19",
"y": "175.426",
"z": "-96.5295"
},
{
"gameName": "bowling_green",
"realName": "Bowling Green",
Expand Down Expand Up @@ -10121,6 +10166,14 @@ var cities_c2c = [
"y": "24.3027",
"z": "6092.5"
},
{
"gameName": "st_joseph_kkjo",
"realName": "St. Joseph",
"country": "st_joseph_kkjo",
"x": "5300.43",
"y": "136.541",
"z": "-7084.05"
},
{
"gameName": "st_joseph",
"realName": "St. Joseph",
Expand Down
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.
Binary file not shown.
Binary file modified web/stations/images-america/seattle/1620 KYIZ.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/stations/images-america/topeka/KFGB 97.7.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 added web/stations/images-america/topeka/KMAJ.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/stations/images-america/topeka/WIBW.png
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 f42fa0f

Please sign in to comment.