Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
04Marcus committed May 21, 2023
1 parent d089091 commit a83e2b2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions web/cities/cities-ats.js
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,12 @@ var country_properties = {
code: "us-nm",
relative_radius: 0.9
},
"las_cruces_south": {
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 @@ -1738,6 +1744,10 @@ var city_properties = {
relative_radius: 0.3,
relative_whitenoise: 0.95
},
"las_cruces_south": {
relative_radius: 0.3,
relative_whitenoise: 0.95
},
"las_vegas": {
relative_whitenoise: 0.80
},
Expand Down Expand Up @@ -2795,6 +2805,14 @@ var cities = [
"y": "67.372",
"z": "34933.2"
},
{
"gameName": "las_cruces_south",
"realName": "Las Cruces",
"country": "las_cruces",
"x": "-52376.3",
"y": "71.3732",
"z": "35211.9"
},
{
"gameName": "las_cruces",
"realName": "Las Cruces",
Expand Down
4 changes: 2 additions & 2 deletions web/stations/stations-america.js
Original file line number Diff line number Diff line change
Expand Up @@ -9411,7 +9411,7 @@ var stations = {
},
{
name: "Latin Alt 88.5-HD3",
logo: "stations/images-america/los_angeles/Latin ALT 88.5-HD3.png",
logo: "stations/images-america/los_angeles/Latin Alt 88.5-HD3.png",
url: "https://stream.885fm.org/latinalt/stream.mp3"
},
{
Expand Down Expand Up @@ -14952,7 +14952,7 @@ var stations = {
url: "https://stream.revma.ihrhls.com/zc253/hls.m3u8"
},
{
name: "KMYI 94.1-HD2",
name: "94.1 KMYI-HD2",
logo: "stations/images-america/san_diego/600 KOGO.png",
url: "http://stream.revma.ihrhls.com/zc257/hls.m3u8"
},
Expand Down

0 comments on commit a83e2b2

Please sign in to comment.