Added missing Iraq map

This commit is contained in:
Pax1601
2025-08-02 15:14:48 +02:00
parent 280e6ecdd2
commit dcac0fd4f2
6 changed files with 39799 additions and 39554 deletions

View File

@@ -268,6 +268,14 @@ export const minimapBoundaries = {
new LatLng(54.724620, 16.413574),
new LatLng(54.724620, 5.570068),
],
Iraq: [
// Iraq
new LatLng(36.672825, 39.413452),
new LatLng(29.798943, 39.413452),
new LatLng(29.798943, 53.201294),
new LatLng(36.672825, 53.201294),
new LatLng(36.672825, 39.413452),
]
};
export const mapBounds = {
@@ -305,7 +313,8 @@ export const mapBounds = {
zoom: 4,
},
Afghanistan: { bounds: new LatLngBounds([36.22, 61.21], [30.42, 68.05]), zoom: 5 },
GermanyCW: { bounds: new LatLngBounds([54.724620, 5.570068], [49.282140, 16.413574]), zoom: 4 }
GermanyCW: { bounds: new LatLngBounds([54.724620, 5.570068], [49.282140, 16.413574]), zoom: 4 },
Iraq: { bounds: new LatLngBounds([36.672825, 39.413452], [29.798943, 53.201294]), zoom: 4 },
};
export const defaultMapMirrors = {};