index.d.ts kola

added kola to index
This commit is contained in:
bobprofisker
2024-05-19 13:11:42 +01:00
committed by GitHub
parent e39b6b5eea
commit d68ac6cf2b

View File

@@ -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": {