mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
More work on AWACS mode
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { LatLng, LatLngBounds } from "leaflet";
|
||||
import { MapOptions } from "../types/types";
|
||||
import { Coalition, MapOptions } from "../types/types";
|
||||
import { CommandModeOptions } from "../interfaces";
|
||||
import { ContextAction } from "../unit/contextaction";
|
||||
import {
|
||||
@@ -30,6 +30,8 @@ export const SELECT_TOLERANCE_PX = 5;
|
||||
export const SHORT_PRESS_MILLISECONDS = 200;
|
||||
export const DEBOUNCE_MILLISECONDS = 200;
|
||||
|
||||
export const TRAIL_LENGTH = 10;
|
||||
|
||||
export const UNITS_URI = "units";
|
||||
export const WEAPONS_URI = "weapons";
|
||||
export const LOGS_URI = "logs";
|
||||
@@ -349,9 +351,8 @@ export const MAP_OPTIONS_DEFAULTS: MapOptions = {
|
||||
cameraPluginEnabled: false,
|
||||
cameraPluginMode: "map",
|
||||
tabletMode: false,
|
||||
showUnitBullseyes: false,
|
||||
showUnitBRAA: false,
|
||||
AWACSMode: false
|
||||
AWACSMode: false,
|
||||
AWACSCoalition: "blue"
|
||||
};
|
||||
|
||||
export const MAP_HIDDEN_TYPES_DEFAULTS = {
|
||||
|
||||
Reference in New Issue
Block a user