mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Added ability to enable https in express
This commit is contained in:
32
frontend/website/@types/olympus/index.d.ts
vendored
32
frontend/website/@types/olympus/index.d.ts
vendored
@@ -183,36 +183,34 @@ declare module "constants/constants" {
|
||||
maxZoom: number;
|
||||
attribution: string;
|
||||
};
|
||||
"USGS Topo": {
|
||||
urlTemplate: string;
|
||||
minZoom: number;
|
||||
maxZoom: number;
|
||||
attribution: string;
|
||||
};
|
||||
"OpenStreetMap Mapnik": {
|
||||
urlTemplate: string;
|
||||
minZoom: number;
|
||||
maxZoom: number;
|
||||
attribution: string;
|
||||
};
|
||||
OPENVKarte: {
|
||||
"DCS Marianas Modern": ({
|
||||
urlTemplate: string;
|
||||
minZoom: number;
|
||||
maxZoom: number;
|
||||
attribution: string;
|
||||
};
|
||||
"Esri.DeLorme": {
|
||||
minNativeZoom?: undefined;
|
||||
maxNativeZoom?: undefined;
|
||||
attribution?: undefined;
|
||||
} | {
|
||||
urlTemplate: string;
|
||||
minNativeZoom: number;
|
||||
maxNativeZoom: number;
|
||||
minZoom: number;
|
||||
maxZoom: number;
|
||||
attribution?: undefined;
|
||||
} | {
|
||||
urlTemplate: string;
|
||||
minNativeZoom: number;
|
||||
maxNativeZoom: number;
|
||||
minZoom: number;
|
||||
maxZoom: number;
|
||||
attribution: string;
|
||||
};
|
||||
CyclOSM: {
|
||||
urlTemplate: string;
|
||||
minZoom: number;
|
||||
maxZoom: number;
|
||||
attribution: string;
|
||||
};
|
||||
})[];
|
||||
};
|
||||
export const IDLE = "Idle";
|
||||
export const MOVE_UNIT = "Move unit";
|
||||
|
||||
Reference in New Issue
Block a user