Added new delete method dialog

This commit is contained in:
PeekabooSteam
2023-10-27 17:26:41 +01:00
parent d14741f3b1
commit f954338c27
8 changed files with 148 additions and 43 deletions

View File

@@ -209,4 +209,7 @@ export const MGRS_PRECISION_10KM = 2;
export const MGRS_PRECISION_1KM = 3;
export const MGRS_PRECISION_100M = 4;
export const MGRS_PRECISION_10M = 5;
export const MGRS_PRECISION_1M = 6;
export const MGRS_PRECISION_1M = 6;
export const DELETE_CYCLE_TIME = 0.1;
export const DELETE_SLOW_THRESHOLD = 50;