From d68ac6cf2b7bea3b48e1ddb7b9c4449d45537bbe Mon Sep 17 00:00:00 2001 From: bobprofisker Date: Sun, 19 May 2024 13:11:42 +0100 Subject: [PATCH] index.d.ts kola added kola to index --- frontend/website/@types/olympus/index.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/website/@types/olympus/index.d.ts b/frontend/website/@types/olympus/index.d.ts index 0c4f92e2..d244f748 100644 --- a/frontend/website/@types/olympus/index.d.ts +++ b/frontend/website/@types/olympus/index.d.ts @@ -141,6 +141,7 @@ declare module "constants/constants" { Falklands: LatLng[]; Normandy: LatLng[]; SinaiMap: LatLng[]; + Kola: LatLng[]; }; export const mapBounds: { Syria: { @@ -175,6 +176,10 @@ declare module "constants/constants" { bounds: LatLngBounds; zoom: number; }; + Kola: { + bounds: LatLngBounds; + zoom: number; + }; }; export const defaultMapLayers: { "ArcGIS Satellite": {