Skip to content

Commit 6fa9bf6

Browse files
authored
Add Mediterranean map (#3523)
## Description: Adds Mediterranean sea map, from Iberia to Asia. Map contains ancient Roman Empire provinces and its rivals as Nations. This map was requested by the dev. elevation data from Opentopography <img width="2850" height="1450" alt="image" src="https://github.com/user-attachments/assets/6aa5ba12-f4f7-414d-a712-b90323f1d796" /> <img width="590" height="304" alt="Captura de pantalla 2026-03-27 010038" src="https://github.com/user-attachments/assets/efd1deea-bd88-4ae2-92a0-47a6626a0c0f" /> <img width="585" height="302" alt="Captura de pantalla 2026-03-27 005758" src="https://github.com/user-attachments/assets/a127696e-fe34-424c-a88d-b86b99a5f414" /> ## 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: tri.star1011
1 parent 1ceb99a commit 6fa9bf6

File tree

11 files changed

+513
-1
lines changed

11 files changed

+513
-1
lines changed
2.96 MB
Loading
Lines changed: 195 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,195 @@
1+
{
2+
"name": "mediterranean",
3+
"nations": [
4+
{
5+
"coordinates": [141, 574],
6+
"name": "Lusitania",
7+
"flag": "West Roman Empire"
8+
},
9+
{
10+
"coordinates": [464, 519],
11+
"name": "Terraconensis",
12+
"flag": "West Roman Empire"
13+
},
14+
{
15+
"coordinates": [353, 787],
16+
"name": "Baetica",
17+
"flag": "West Roman Empire"
18+
},
19+
{
20+
"coordinates": [699, 340],
21+
"name": "Narbonensis",
22+
"flag": "West Roman Empire"
23+
},
24+
{
25+
"coordinates": [596, 91],
26+
"name": "Aquitania",
27+
"flag": "West Roman Empire"
28+
},
29+
{
30+
"coordinates": [910, 218],
31+
"name": "Alpes",
32+
"flag": "West Roman Empire"
33+
},
34+
{
35+
"coordinates": [1053, 39],
36+
"name": "Raetia",
37+
"flag": "West Roman Empire"
38+
},
39+
{
40+
"coordinates": [1316, 88],
41+
"name": "Noricum",
42+
"flag": "West Roman Empire"
43+
},
44+
{
45+
"coordinates": [1307, 479],
46+
"name": "Italia",
47+
"flag": "West Roman Empire"
48+
},
49+
{
50+
"coordinates": [1058, 534],
51+
"name": "Corsica et Sardinia",
52+
"flag": "West Roman Empire"
53+
},
54+
{
55+
"coordinates": [1350, 762],
56+
"name": "Sicilia",
57+
"flag": "West Roman Empire"
58+
},
59+
{
60+
"coordinates": [1553, 42],
61+
"name": "Pannonia",
62+
"flag": "West Roman Empire"
63+
},
64+
{
65+
"coordinates": [1522, 301],
66+
"name": "Dalmatia",
67+
"flag": "West Roman Empire"
68+
},
69+
{
70+
"coordinates": [1910, 119],
71+
"name": "Dacia",
72+
"flag": "West Roman Empire"
73+
},
74+
{
75+
"coordinates": [1811, 402],
76+
"name": "Macedonia",
77+
"flag": "West Roman Empire"
78+
},
79+
{
80+
"coordinates": [1654, 560],
81+
"name": "Epirus",
82+
"flag": "West Roman Empire"
83+
},
84+
{
85+
"coordinates": [1774, 774],
86+
"name": "Achaia",
87+
"flag": "West Roman Empire"
88+
},
89+
{
90+
"coordinates": [2030, 457],
91+
"name": "Thracia",
92+
"flag": "West Roman Empire"
93+
},
94+
{
95+
"coordinates": [2114, 250],
96+
"name": "Moesia",
97+
"flag": "West Roman Empire"
98+
},
99+
{
100+
"coordinates": [2428, 200],
101+
"name": "Bosporan Kingdom",
102+
"flag": ""
103+
},
104+
{
105+
"coordinates": [2065, 690],
106+
"name": "Asia",
107+
"flag": "West Roman Empire"
108+
},
109+
{
110+
"coordinates": [2354, 505],
111+
"name": "Pontus",
112+
"flag": "West Roman Empire"
113+
},
114+
{
115+
"coordinates": [2325, 669],
116+
"name": "Galatia",
117+
"flag": "West Roman Empire"
118+
},
119+
{
120+
"coordinates": [2447, 809],
121+
"name": "Cilicia",
122+
"flag": "West Roman Empire"
123+
},
124+
{
125+
"coordinates": [2196, 828],
126+
"name": "Lycia",
127+
"flag": "West Roman Empire"
128+
},
129+
{
130+
"coordinates": [2379, 942],
131+
"name": "Cyprus",
132+
"flag": "West Roman Empire"
133+
},
134+
{
135+
"coordinates": [2516, 648],
136+
"name": "Cappadocia",
137+
"flag": "West Roman Empire"
138+
},
139+
{
140+
"coordinates": [2772, 845],
141+
"name": "Mesopotamia",
142+
"flag": "West Roman Empire"
143+
},
144+
{
145+
"coordinates": [2584, 990],
146+
"name": "Syria",
147+
"flag": "West Roman Empire"
148+
},
149+
{
150+
"coordinates": [2490, 1141],
151+
"name": "Judaea",
152+
"flag": "West Roman Empire"
153+
},
154+
{
155+
"coordinates": [2481, 1292],
156+
"name": "Arabia Petraea",
157+
"flag": "West Roman Empire"
158+
},
159+
{
160+
"coordinates": [2263, 1240],
161+
"name": "Aegyptus",
162+
"flag": "West Roman Empire"
163+
},
164+
{
165+
"coordinates": [1799, 1096],
166+
"name": "Cyrenaica et Creta",
167+
"flag": "West Roman Empire"
168+
},
169+
{
170+
"coordinates": [2815, 659],
171+
"name": "Sassanid Empire",
172+
"flag": "Sassanid Empire"
173+
},
174+
{
175+
"coordinates": [1091, 989],
176+
"name": "Africa Proconsularis",
177+
"flag": "West Roman Empire"
178+
},
179+
{
180+
"coordinates": [597, 910],
181+
"name": "Mauretania Caesariensis",
182+
"flag": "West Roman Empire"
183+
},
184+
{
185+
"coordinates": [264, 1028],
186+
"name": "Mauretania Tingitania",
187+
"flag": "West Roman Empire"
188+
},
189+
{
190+
"coordinates": [584, 1199],
191+
"name": "Numidia",
192+
"flag": "Amazigh flag"
193+
}
194+
]
195+
}

map-generator/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ var maps = []struct {
8484
{Name: "sanfrancisco"},
8585
{Name: "aegean"},
8686
{Name: "milkyway"},
87+
{Name: "mediterranean"},
8788
{Name: "big_plains", IsTest: true},
8889
{Name: "half_land_half_ocean", IsTest: true},
8990
{Name: "ocean_and_land", IsTest: true},

resources/lang/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,8 @@
352352
"arctic": "Arctic",
353353
"sanfrancisco": "San Francisco",
354354
"aegean": "Aegean",
355-
"milkyway": "Milky Way"
355+
"milkyway": "Milky Way",
356+
"mediterranean": "Mediterranean"
356357
},
357358
"map_categories": {
358359
"featured": "Featured",

0 commit comments

Comments
 (0)