Files
OpenFrontIO/resources/maps/africa/manifest.json
T
evanpelle 5d9b62da4d add compact map option (#2095)
## Description:

Create mini map option
<img width="741" height="234" alt="Screenshot 2025-09-25 at 4 47 47 PM"
src="https://github.com/user-attachments/assets/6c442698-8e3b-44d5-b07e-c4f0a916c3bc"
/>

## 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:

evan
2025-09-25 16:51:25 -07:00

237 lines
4.3 KiB
JSON

{
"map": {
"height": 2032,
"num_land_tiles": 2183186,
"width": 1948
},
"map16x": {
"height": 508,
"num_land_tiles": 130748,
"width": 487
},
"map4x": {
"height": 1016,
"num_land_tiles": 537916,
"width": 974
},
"name": "Africa",
"nations": [
{
"coordinates": [1144, 1894],
"flag": "za",
"name": "South Africa",
"strength": 2
},
{
"coordinates": [1188, 572],
"flag": "sd",
"name": "Sudan",
"strength": 2
},
{
"coordinates": [1804, 1574],
"flag": "mg",
"name": "Madagascar",
"strength": 1
},
{
"coordinates": [1063, 827],
"flag": "cf",
"name": "Central African Republic",
"strength": 2
},
{
"coordinates": [749, 78],
"flag": "tn",
"name": "Tunisia",
"strength": 2
},
{
"coordinates": [1362, 290],
"flag": "eg",
"name": "Egypt",
"strength": 2
},
{
"coordinates": [297, 211],
"flag": "ma",
"name": "Morocco",
"strength": 2
},
{
"coordinates": [526, 223],
"flag": "dz",
"name": "Algeria",
"strength": 2
},
{
"coordinates": [951, 260],
"flag": "dz",
"name": "Libya",
"strength": 2
},
{
"coordinates": [767, 510],
"flag": "ne",
"name": "Niger",
"strength": 2
},
{
"coordinates": [208, 832],
"flag": "sl",
"name": "Sierra Leone",
"strength": 2
},
{
"coordinates": [342, 525],
"flag": "ml",
"name": "Mali",
"strength": 2
},
{
"coordinates": [266, 841],
"flag": "lr",
"name": "Liberia",
"strength": 2
},
{
"coordinates": [726, 794],
"flag": "ng",
"name": "Nigeria",
"strength": 2
},
{
"coordinates": [1094, 1093],
"flag": "cd",
"name": "Democratic Republic of the Congo",
"strength": 2
},
{
"coordinates": [1021, 1365],
"flag": "ao",
"name": "Angola",
"strength": 2
},
{
"coordinates": [1012, 1659],
"flag": "na",
"name": "Namibia",
"strength": 2
},
{
"coordinates": [1174, 1642],
"flag": "bw",
"name": "Botswana",
"strength": 2
},
{
"coordinates": [606, 853],
"flag": "bj",
"name": "Benin",
"strength": 2
},
{
"coordinates": [1423, 1646],
"flag": "zw",
"name": "Zimbabwe",
"strength": 2
},
{
"coordinates": [1462, 1462],
"flag": "na",
"name": "Mozambique",
"strength": 2
},
{
"coordinates": [1416, 1194],
"flag": "tz",
"name": "Tanzania",
"strength": 2
},
{
"coordinates": [1592, 934],
"flag": "ke",
"name": "Kenya",
"strength": 2
},
{
"coordinates": [1858, 794],
"flag": "so",
"name": "Somalia",
"strength": 2
},
{
"coordinates": [1582, 832],
"flag": "et",
"name": "Ethiopia",
"strength": 2
},
{
"coordinates": [1347, 772],
"flag": "ss",
"name": "South Sudan",
"strength": 2
},
{
"coordinates": [1472, 206],
"flag": "il",
"name": "Israel",
"strength": 2
},
{
"coordinates": [1561, 63],
"flag": "sy",
"name": "Syria",
"strength": 2
},
{
"coordinates": [1767, 186],
"flag": "iq",
"name": "Iraq",
"strength": 1
},
{
"coordinates": [1757, 381],
"flag": "sa",
"name": "Saudi Arabia",
"strength": 2
},
{
"coordinates": [1766, 638],
"flag": "ye",
"name": "Yemen",
"strength": 1
},
{
"coordinates": [283, 15],
"flag": "pt",
"name": "Portugal",
"strength": 1
},
{
"coordinates": [1123, 26],
"flag": "gr",
"name": "Greece",
"strength": 1
},
{
"coordinates": [914, 23],
"flag": "it",
"name": "Italy",
"strength": 1
},
{
"coordinates": [99, 644],
"flag": "sn",
"name": "Senegal",
"strength": 2
},
{
"coordinates": [876, 1049],
"flag": "ga",
"name": "Gabon",
"strength": 2
}
]
}