Files
OpenFrontIO/resources/maps/africa/manifest.json
T
RickD004andGitHub 36aa38bcd0 Multiple terrain changes and fixes for maps (#4502)
## Description:

Multiple changes for maps:

Mississippi - Fix some landlocked lakes, near the main coast. Players
would sometimes accidentally put a port in the dead lakes

North America - Re-add the Azores and Cape verde (accidentally removed
when the map generator got updated to delete small islands)

Africa - Re-add Ascencion and Saint Helena Islands, same case as NA

Danish Straits - replace german empire flag , as agreed in the leads
channel

Giant World Map - Coast fixes, including adding Suez Canal which greatly
affected trade routes

Great Lakes - fix landlocked lake

Two Lakes - New Terrain combining both old and recent versions

World - Add strait of malacca

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

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

tri.star1011
2026-07-04 19:39:56 -07:00

246 lines
4.4 KiB
JSON

{
"categories": ["featured", "continental", "africa"],
"featured_rank": 6,
"id": "Africa",
"map": {
"height": 2032,
"num_land_tiles": 2183279,
"width": 1948
},
"map16x": {
"height": 508,
"num_land_tiles": 130741,
"width": 487
},
"map4x": {
"height": 1016,
"num_land_tiles": 537561,
"width": 974
},
"multiplayer_frequency": 7,
"name": "Africa",
"nations": [
{
"coordinates": [1144, 1894],
"flag": "za",
"name": "South Africa"
},
{
"coordinates": [1188, 572],
"flag": "sd",
"name": "Sudan"
},
{
"coordinates": [1804, 1574],
"flag": "mg",
"name": "Madagascar"
},
{
"coordinates": [1063, 827],
"flag": "cf",
"name": "Central African Republic"
},
{
"coordinates": [749, 78],
"flag": "tn",
"name": "Tunisia"
},
{
"coordinates": [1362, 290],
"flag": "eg",
"name": "Egypt"
},
{
"coordinates": [297, 211],
"flag": "ma",
"name": "Morocco"
},
{
"coordinates": [526, 223],
"flag": "dz",
"name": "Algeria"
},
{
"coordinates": [951, 260],
"flag": "dz",
"name": "Libya"
},
{
"coordinates": [767, 510],
"flag": "ne",
"name": "Niger"
},
{
"coordinates": [208, 832],
"flag": "sl",
"name": "Sierra Leone"
},
{
"coordinates": [342, 525],
"flag": "ml",
"name": "Mali"
},
{
"coordinates": [266, 841],
"flag": "lr",
"name": "Liberia"
},
{
"coordinates": [726, 794],
"flag": "ng",
"name": "Nigeria"
},
{
"coordinates": [1094, 1093],
"flag": "cd",
"name": "DR Congo"
},
{
"coordinates": [1021, 1365],
"flag": "ao",
"name": "Angola"
},
{
"coordinates": [1012, 1659],
"flag": "na",
"name": "Namibia"
},
{
"coordinates": [1174, 1642],
"flag": "bw",
"name": "Botswana"
},
{
"coordinates": [606, 853],
"flag": "bj",
"name": "Benin"
},
{
"coordinates": [1423, 1646],
"flag": "zw",
"name": "Zimbabwe"
},
{
"coordinates": [1462, 1462],
"flag": "na",
"name": "Mozambique"
},
{
"coordinates": [1416, 1194],
"flag": "tz",
"name": "Tanzania"
},
{
"coordinates": [1592, 934],
"flag": "ke",
"name": "Kenya"
},
{
"coordinates": [1858, 794],
"flag": "so",
"name": "Somalia"
},
{
"coordinates": [1582, 832],
"flag": "et",
"name": "Ethiopia"
},
{
"coordinates": [1347, 772],
"flag": "ss",
"name": "South Sudan"
},
{
"coordinates": [1472, 206],
"flag": "il",
"name": "Israel"
},
{
"coordinates": [1561, 63],
"flag": "sy",
"name": "Syria"
},
{
"coordinates": [1767, 186],
"flag": "iq",
"name": "Iraq"
},
{
"coordinates": [1757, 381],
"flag": "sa",
"name": "Saudi Arabia"
},
{
"coordinates": [1766, 638],
"flag": "ye",
"name": "Yemen"
},
{
"coordinates": [283, 15],
"flag": "pt",
"name": "Portugal"
},
{
"coordinates": [1123, 26],
"flag": "gr",
"name": "Greece"
},
{
"coordinates": [914, 23],
"flag": "it",
"name": "Italy"
},
{
"coordinates": [99, 644],
"flag": "sn",
"name": "Senegal"
},
{
"coordinates": [876, 1049],
"flag": "ga",
"name": "Gabon"
},
{
"coordinates": [355, 1500],
"flag": "sh",
"name": "Saint Helena"
},
{
"coordinates": [127, 279],
"flag": "ic",
"name": "Canary Islands"
},
{
"coordinates": [1428, 90],
"flag": "cy",
"name": "Cyprus"
},
{
"coordinates": [1707, 1381],
"flag": "km",
"name": "Comoros"
},
{
"coordinates": [1758, 1411],
"flag": "yt",
"name": "Mayotte"
},
{
"coordinates": [117, 1278],
"flag": "sh-ac",
"name": "Ascension Island"
},
{
"coordinates": [756, 964],
"flag": "gq",
"name": "Equatorial Guinea"
},
{
"coordinates": [697, 1053],
"flag": "st",
"name": "Sao Tome and Principe"
}
],
"translation_key": "map.africa"
}