Files
FloPinguin 4ae1fa2ebe Remove small islands on compact maps with half threshold 🏝️ (#3762)
## Description:

Small-island removal previously ran only on the full-size terrain. The
compact (4x downscaled) map inherited that filtering before being
downscaled, which meant islands that survived at full size could end up
as tiny specks in the compact map.

This PR runs `removeSmallIslands` on the 4x terrain as well, with half
the threshold (15 vs 30 tiles), so very small islands are pruned in
compact maps while the full-size map is unchanged.

## Please complete the following:

- [X] I have added screenshots for all UI updates
- [X] I process any text displayed to the user through translateText()
and I've added it to the en.json file
- [X] I have added relevant tests to the test directory
- [X] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced

## Please put your Discord username so you can be contacted if a bug or
regression is found:

FloPinguin
2026-04-25 11:51:02 -06:00

271 lines
5.2 KiB
JSON

{
"map": {
"height": 1672,
"num_land_tiles": 2345907,
"width": 2904
},
"map16x": {
"height": 418,
"num_land_tiles": 134751,
"width": 726
},
"map4x": {
"height": 836,
"num_land_tiles": 568335,
"width": 1452
},
"name": "Europe",
"nations": [
{
"coordinates": [634, 781],
"flag": "ie",
"name": "Republic of Ireland"
},
{
"coordinates": [962, 780],
"flag": "gb-eng",
"name": "England"
},
{
"coordinates": [935, 1289],
"flag": "es",
"name": "Kingdom of Spain"
},
{
"coordinates": [1087, 931],
"flag": "fr",
"name": "French Republic"
},
{
"coordinates": [1541, 1180],
"flag": "it",
"name": "Italian Republic"
},
{
"coordinates": [1339, 983],
"flag": "ch",
"name": "Swiss Confederation"
},
{
"coordinates": [1360, 428],
"flag": "no",
"name": "Kingdom of Norway"
},
{
"coordinates": [1605, 573],
"flag": "se",
"name": "Kingdom of Sweden"
},
{
"coordinates": [2007, 309],
"flag": "fi",
"name": "Republic of Finland"
},
{
"coordinates": [1200, 830],
"flag": "be",
"name": "Kingdom of Belgium"
},
{
"coordinates": [1264, 752],
"flag": "nl",
"name": "Kingdom of the Netherlands"
},
{
"coordinates": [1443, 798],
"flag": "de",
"name": "Federal Republic of Germany"
},
{
"coordinates": [1444, 969],
"flag": "at",
"name": "Republic of Austria"
},
{
"coordinates": [1850, 810],
"flag": "pl",
"name": "Republic of Poland"
},
{
"coordinates": [1630, 909],
"flag": "cz",
"name": "Czech Republic"
},
{
"coordinates": [2342, 936],
"flag": "ua",
"name": "Ukraine"
},
{
"coordinates": [2167, 708],
"flag": "by",
"name": "Republic of Belarus"
},
{
"coordinates": [2046, 990],
"flag": "ro",
"name": "Romania"
},
{
"coordinates": [2432, 1265],
"flag": "tr",
"name": "Republic of Turkiye"
},
{
"coordinates": [769, 1535],
"flag": "ma",
"name": "Kingdom of Morocco"
},
{
"coordinates": [2535, 720],
"flag": "ru",
"name": "Russian Federation"
},
{
"coordinates": [2539, 1455],
"flag": "sy",
"name": "Syrian Arab Republic"
},
{
"coordinates": [2689, 1441],
"flag": "iq",
"name": "Republic of Iraq"
},
{
"coordinates": [2748, 1138],
"flag": "ge",
"name": "Georgia"
},
{
"coordinates": [1389, 1473],
"flag": "tn",
"name": "Republic of Tunisia"
},
{
"coordinates": [1066, 1506],
"flag": "dz",
"name": "Algeria"
},
{
"coordinates": [680, 1254],
"flag": "pt",
"name": "Portuguese Republic"
},
{
"coordinates": [1891, 1299],
"flag": "gr",
"name": "Hellenic Republic"
},
{
"coordinates": [1906, 1113],
"flag": "rs",
"name": "Republic of Serbia"
},
{
"coordinates": [1751, 983],
"flag": "hu",
"name": "Republic of Hungary"
},
{
"coordinates": [1784, 908],
"flag": "sk",
"name": "Slovak Republic"
},
{
"coordinates": [1624, 1038],
"flag": "hr",
"name": "Republic of Croatia"
},
{
"coordinates": [1734, 1094],
"flag": "ba",
"name": "Bosnia and Herzegovina"
},
{
"coordinates": [1817, 1213],
"flag": "al",
"name": "Republic of Albania"
},
{
"coordinates": [2092, 1158],
"flag": "bg",
"name": "Republic of Bulgaria"
},
{
"coordinates": [1939, 702],
"flag": "lt",
"name": "Republic of Lithuania"
},
{
"coordinates": [2014, 618],
"flag": "lv",
"name": "Republic of Latvia"
},
{
"coordinates": [2033, 504],
"flag": "ee",
"name": "Republic of Estonia"
},
{
"coordinates": [863, 775],
"flag": "gb-wls",
"name": "Wales"
},
{
"coordinates": [863, 573],
"flag": "gb-sct",
"name": "Scotland"
},
{
"coordinates": [2688, 427],
"flag": "ussr",
"name": "USSR"
},
{
"coordinates": [719, 685],
"flag": "northern_ireland",
"name": "Northern Ireland"
},
{
"coordinates": [2011, 103],
"flag": "polar_bears",
"name": "Polar Bears"
},
{
"coordinates": [1369, 628],
"flag": "dk",
"name": "Kingdom of Denmark"
},
{
"coordinates": [2406, 1638],
"flag": "il",
"name": "State of Israel"
},
{
"coordinates": [2226, 1661],
"flag": "eg",
"name": "Arab Republic of Egypt"
},
{
"coordinates": [1847, 1652],
"flag": "ly",
"name": "State of Libya"
},
{
"coordinates": [2571, 1601],
"flag": "jo",
"name": "Hashemite Kingdom of Jordan"
},
{
"coordinates": [2473, 1528],
"flag": "lb",
"name": "Lebanese Republic"
},
{
"coordinates": [254, 274],
"flag": "is",
"name": "Iceland"
}
]
}