Files
OpenFrontIO/resources/maps/hawaii/manifest.json
gabigabogabu 6e557c52db Add Hawaii map (#3187)
## Description:
Add Hawaii as a new regional map. Features 9 nations across the Hawaiian
island chain (Niihau, Kauai, Oahu, Molokai, Lanai, Kahoolawe, Maui,
Kona, Hilo). ~~612K land tiles at 3920x2544~~ 408K land tiles at
3200x2076, terrain generated from real relief data with accurate
volcanic peaks and coastal lowlands. Playlist frequency: 4.

![Hawaii
thumbnail](https://raw.githubusercontent.com/gabigabogabu/OpenFrontIO/feature/hawaii-map/resources/maps/hawaii/thumbnail.webp)

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

Source:
https://commons.wikimedia.org/wiki/File:USA_Hawaii_relief_location_map.svg
Discord: gabigabogabu
2026-02-14 17:28:42 +00:00

66 lines
1.1 KiB
JSON

{
"map": {
"height": 2076,
"num_land_tiles": 408264,
"width": 3200
},
"map16x": {
"height": 519,
"num_land_tiles": 24703,
"width": 800
},
"map4x": {
"height": 1038,
"num_land_tiles": 100951,
"width": 1600
},
"name": "Hawaii",
"nations": [
{
"coordinates": [283, 281],
"flag": "us",
"name": "Niihau"
},
{
"coordinates": [613, 189],
"flag": "us",
"name": "Kauai"
},
{
"coordinates": [1424, 525],
"flag": "us",
"name": "Oahu"
},
{
"coordinates": [1930, 708],
"flag": "us",
"name": "Molokai"
},
{
"coordinates": [1977, 874],
"flag": "us",
"name": "Lanai"
},
{
"coordinates": [2145, 1036],
"flag": "us",
"name": "Kahoolawe"
},
{
"coordinates": [2287, 900],
"flag": "us",
"name": "Maui"
},
{
"coordinates": [2550, 1550],
"flag": "us",
"name": "Kona"
},
{
"coordinates": [2900, 1500],
"flag": "us",
"name": "Hilo"
}
]
}