Add map los angeles (with roads) (#3708)

## Description:

Add Map - Los Angeles (With Roads)
Whats NY without LA? What is LA without its roads? Here is a larger map
where I have turned LAs road network into rivers. Nations named to areas
of the city or surrounding area. Map geo data is from OpenTopography. I
stenciled the highways from screenshots of online maps and some artistic
choice.


https://discord.com/channels/1284581928254701718/1482605671697613081/1482605671697613081
https://www.youtube.com/watch?v=6td9wiQKE9s

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

##Discord username
PlaysBadly

---------

Co-authored-by: evanpelle <evanpelle@gmail.com>
This commit is contained in:
Patrick Plays Badly
2026-04-28 00:05:17 -04:00
committed by GitHub
parent 0c0f9c2a81
commit 79ac66df3c
12 changed files with 293 additions and 5 deletions
+2
View File
@@ -151,6 +151,7 @@ export enum GameMapType {
Luna = "Luna",
Conakry = "Conakry",
Caucasus = "Caucasus",
LosAngeles = "Los Angeles",
BeringSea = "Bering Sea",
Antarctica = "Antarctica",
ArchipelagoSea = "ArchipelagoSea",
@@ -212,6 +213,7 @@ export const mapCategories: Record<string, GameMapType[]> = {
GameMapType.StraitOfMalacca,
GameMapType.Conakry,
GameMapType.Caucasus,
GameMapType.LosAngeles,
GameMapType.BeringSea,
GameMapType.ArchipelagoSea,
GameMapType.BajaCalifornia,
+1
View File
@@ -90,6 +90,7 @@ const frequency: Partial<Record<GameMapName, number>> = {
Luna: 6,
Conakry: 3,
Caucasus: 5,
LosAngeles: 8,
BeringSea: 5,
Antarctica: 1,
ArchipelagoSea: 3,