diff --git a/frontend/website/src/constants/constants.ts b/frontend/website/src/constants/constants.ts index 58a99dd5..8e39958e 100644 --- a/frontend/website/src/constants/constants.ts +++ b/frontend/website/src/constants/constants.ts @@ -140,6 +140,13 @@ export const minimapBoundaries = { new LatLng(25.946944, 36.897778), new LatLng(34.312222, 36.897778), new LatLng(34.312222, 28.523333) + ], + "Kola": [ // Kola + new LatLng(72.055300, 4.0140000), + new LatLng(64.421145, 10.353076), + new LatLng(63.570300, 39.364000), + new LatLng(71.48000, 48.091100), + new LatLng(72.055300, 4.01400003) ] }; @@ -152,6 +159,7 @@ export const mapBounds = { "Falklands": { bounds: new LatLngBounds([-49.097217, -79.418267], [-56.874517, -43.316433]), zoom: 3 }, "Normandy": { bounds: new LatLngBounds([50.44, -3.29], [48.12, 3.70]), zoom: 5 }, "SinaiMap": { bounds: new LatLngBounds([34.312222, 28.523333], [25.946944, 36.897778]), zoom: 4 }, + "Kola": { bounds: new LatLngBounds([61.59999, 4.29982], [75.05179, 44.29982]), zoom: 3} } export const DCSMapsZoomLevelsByTheatre: { [key: string]: { minNativeZoom?: number, maxNativeZoom?: number, minZoom?: number }[] } = {