Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Silesian voivodeship for Poland (Katowice, Cieszyn) #128

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions web/cities/cities-ets2.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,12 @@ var country_properties = {
code: "no",
relative_radius: 1.1,
},
"poland-slask": {
name: "Polska [Śląsk]",
name_english: "Poland [Silesia]",
code: "pl",
relative_radius: 0.65,
},
"poland": {
name: "Polska",
name_english: "Poland",
Expand Down Expand Up @@ -1864,6 +1870,14 @@ var cities = [
"y": "128.898",
"z": "6348.3"
},
{
"gameName": "cieszyn",
"realName": "Cieszyn",
"country": "poland-slask",
"x": "29295.3",
"y": "128.898",
"z": "6348.3"
},
{
"gameName": "clermont",
"realName": "Clermont-Ferrand",
Expand Down Expand Up @@ -2760,6 +2774,14 @@ var cities = [
"y": "144.246",
"z": "2458.83"
},
{
"gameName": "katowice",
"realName": "Katowice",
"country": "poland-slask",
"x": "30728.8",
"y": "144.246",
"z": "2458.83"
},
{
"gameName": "keflavik",
"realName": "Keflavík Airport",
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 added web/stations/images-europe/poland-slask/Disco.jpg
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-europe/poland-slask/Fest.jpg
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-europe/poland-slask/Mega.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-europe/poland-slask/R90.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-europe/poland-slask/tps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions web/stations/stations-europe.js
Original file line number Diff line number Diff line change
Expand Up @@ -2996,6 +2996,59 @@ var stations = {
url: "https://ext03.ic.smcdn.pl/t049-1.mp3"
},
],
"poland-slask": [
{
name: "Radio Silesia",
logo: "stations/images-europe/poland-slask/Silesia.png",
url: "http://s1.slotex.pl:7926/;"
},
{
name: "Radio Fest",
logo: "stations/images-europe/poland-slask/Fest.jpg",
url: "https://primary.moodyradiostream.org/radiofest"
},
{
name: "Radio 90",
logo: "stations/images-europe/poland-slask/R90.png",
url: "http://streams.radio90.pl:8000/radio90_96kbps_stereo.mp3"
},
{
name: "Radio Piekary",
logo: "stations/images-europe/poland-slask/Piekary.png",
url: "http://radio.hosterion.pl:7277/stream"
},
{
name: "Polskie Radio Katowice",
logo: "stations/images-europe/poland-slask/PR Katowice.jpg",
url: "http://stream4.nadaje.com:9212/radiokatowice"
},
{
name: "Radio Bielsko",
logo: "stations/images-europe/poland-slask/Bielsko.png",
url: "https://stream.rcs.revma.com/062uq3z3kwzuv"
},
{
name: "Disco Radio",
logo: "stations/images-europe/polska-slask/Disco.jpg",
url: "http://stream.rcs.revma.com/cvswvmyewzzuv"
},
{
name: "Mega Radio",
logo: "stations/images-europe/polska-slask/Mega.png",
url: "http://stream.rcs.revma.com/q18ty3qhwzzuv"
},
{
name: "Radio Express 92.3 FM",
logo: "stations/images-europe/poland-slask/Radio Express.png",
url: "https://n03a-eu.rcs.revma.com/yx6cub73kwzuv?rj-ttl=5&rj-tok=AAABd1NzeJAAPBgTf6jtatNQug"
},
{
name: "Twoja Polska Stacja",
logo: "stations/images-europe/poland-slask/TPS.png",
url: "https://sluchaj2.radiopark.biz.pl:8443/twojapolskastacja"
},

],
"portugal": [
{
name: "RTP Antena 1",
Expand Down