mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-08-08 11:33:48 +00:00
Add the Lisbon Map and Credit Copernicus DEM (#2545)
## Description: Adds a map based on Lisbon and the surrounding area. Also credits the ESA's Copernicus Digital Elevation Model, which was used to create this map and the Gulf of St. Lawrence map. <img width="1257" height="1257" alt="screenshot of the new Lisbon map" src="https://github.com/user-attachments/assets/39fa73da-c77d-4d5c-8d00-7ee2794d0298" /> ## Checklist: - [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 ## Discord Username: sehentsin
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 906 KiB |
@@ -0,0 +1,95 @@
|
||||
{
|
||||
"name": "Lisbon",
|
||||
"nations": [
|
||||
{
|
||||
"coordinates": [750, 630],
|
||||
"name": "Lisbon",
|
||||
"strength": 3,
|
||||
"flag": "pt"
|
||||
},
|
||||
{
|
||||
"coordinates": [602, 450],
|
||||
"name": "Amadora",
|
||||
"strength": 2,
|
||||
"flag": "pt"
|
||||
},
|
||||
{
|
||||
"coordinates": [120, 644],
|
||||
"name": "Cascais",
|
||||
"strength": 1,
|
||||
"flag": "pt"
|
||||
},
|
||||
{
|
||||
"coordinates": [372, 334],
|
||||
"name": "Pero Pinheiro",
|
||||
"strength": 1,
|
||||
"flag": "pt"
|
||||
},
|
||||
{
|
||||
"coordinates": [214, 36],
|
||||
"name": "Ericeira",
|
||||
"strength": 1,
|
||||
"flag": "pt"
|
||||
},
|
||||
{
|
||||
"coordinates": [924, 210],
|
||||
"name": "Alverca do Ribatejo",
|
||||
"strength": 2,
|
||||
"flag": "pt"
|
||||
},
|
||||
{
|
||||
"coordinates": [680, 760],
|
||||
"name": "Almada",
|
||||
"strength": 2,
|
||||
"flag": "pt"
|
||||
},
|
||||
{
|
||||
"coordinates": [944, 808],
|
||||
"name": "Barreiro",
|
||||
"strength": 2,
|
||||
"flag": "pt"
|
||||
},
|
||||
{
|
||||
"coordinates": [1078, 630],
|
||||
"name": "Montijo",
|
||||
"strength": 2,
|
||||
"flag": "pt"
|
||||
},
|
||||
{
|
||||
"coordinates": [762, 1266],
|
||||
"name": "Sesimbra",
|
||||
"strength": 1,
|
||||
"flag": "pt"
|
||||
},
|
||||
{
|
||||
"coordinates": [1330, 60],
|
||||
"name": "Samora Correia",
|
||||
"strength": 2,
|
||||
"flag": "pt"
|
||||
},
|
||||
{
|
||||
"coordinates": [1506, 412],
|
||||
"name": "Pegoes",
|
||||
"strength": 1,
|
||||
"flag": "pt"
|
||||
},
|
||||
{
|
||||
"coordinates": [1210, 1100],
|
||||
"name": "Setubal",
|
||||
"strength": 3,
|
||||
"flag": "pt"
|
||||
},
|
||||
{
|
||||
"coordinates": [1560, 1186],
|
||||
"name": "Sado",
|
||||
"strength": 1,
|
||||
"flag": "pt"
|
||||
},
|
||||
{
|
||||
"coordinates": [1470, 1470],
|
||||
"name": "Carvalhal",
|
||||
"strength": 1,
|
||||
"flag": "pt"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user