mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
index.d.ts kola
added kola to index
This commit is contained in:
5
frontend/website/@types/olympus/index.d.ts
vendored
5
frontend/website/@types/olympus/index.d.ts
vendored
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user