Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
04Marcus committed Jun 29, 2024
2 parents ea1c811 + e864727 commit face460
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
20 changes: 19 additions & 1 deletion web/cities/cities-ets2.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,12 @@ var country_properties = {
code: "gr",
relative_radius: 0.8,
},
"greenland": {
name: "Kalaallit Nunaat",
name_english: "Greenland",
code: "gl",
relative_radius: 0.8,
},
"hungary": {
name: "Magyarország",
name_english: "Hungary",
Expand Down Expand Up @@ -7509,6 +7515,17 @@ var cities_pm260 = [
}
];

var cities_pm270 = [
{
"gameName": "nuuk",
"realName": "Nuuk",
"country": "greenland",
"x": "-134218.234",
"y": "52",
"z": "-150104.141"
}
];

var cities_pm_me = [
{
"gameName": "afula",
Expand Down Expand Up @@ -11145,7 +11162,8 @@ cities = cities.concat(cities_pm230); //ProMods 2.30 cities
cities = cities.concat(cities_pm240); //ProMods 2.40 cities
cities = cities.concat(cities_pm245); //ProMods 2.45 cities
cities = cities.concat(cities_pm250); //ProMods 2.50 cities
cities = cities.concat(cities_pm260); //ProMods 2.50 cities
cities = cities.concat(cities_pm260); //ProMods 2.60 cities
cities = cities.concat(cities_pm270); //ProMods 2.70 cities
cities = cities.concat(cities_pm_me); //ProMods Middle East
cities = cities.concat(cities_wip); //WIP cities
cities = cities.concat(cities_srm); //Southern Region Map
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions web/stations/stations-europe.js
Original file line number Diff line number Diff line change
Expand Up @@ -2751,6 +2751,13 @@ var stations = {
url: "http://hroma1058thess.live24.gr/hroma1058thess"
},
],
"greenland": [
{
name: "Kalaallit Nunaata Radioa",
logo: "stations/images-europe/greenland/Kalaallit Nunaata Radioa.svg",
url: "https://www.knr.gl/radiolivestream"
}
],
"hungary": [
{
name: "Kossuth Rádió",
Expand Down

0 comments on commit face460

Please sign in to comment.