mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_activate_group(\"Мужики из автобуса\");a_activate_group(\"Мужики с РПГ из автобуса\");a_out_text_delay_s(\"red\", \"Откуда их столько понабежало? Как тараканы!\", \"10\"); mission.trig.func[1]='';",
            [2] = "a_out_text_delay_s(\"red\", \"Кортеж подъезжает к Баксану. Надо поторапливаться!\", \"10\");a_set_flag(\"2\"); mission.trig.func[2]='';",
            [3] = "a_out_text_delay_s(\"red\", \"Кортеж проехал Баксан и направляется в ущелье. Он очень быстр, *@$#!\", \"10\"); mission.trig.func[3]='';",
            [4] = "a_out_text_delay_s(\"red\", \"Операция успешно завершена!\", \"10\");a_signal_flare(\"Эльбрус\", \"1\", \"0\");a_signal_flare(\"Эльбрус\", \"5\", \"1\");a_signal_flare(\"Эльбрус\", \"10\", \"2\");a_signal_flare(\"Эльбрус\", \"15\", \"3\"); mission.trig.func[4]='';",
            [5] = "a_out_text_delay_s(\"red\", \"Операция провалена. Может оно и к лучшему...\", \"10\"); mission.trig.func[5]='';",
            [6] = "a_set_flag(\"1\"); mission.trig.func[6]='';",
            [7] = "a_set_flag(\"1\"); mission.trig.func[7]='';",
            [8] = "a_set_flag(\"1\"); mission.trig.func[8]='';",
        }, -- end of actions
        custom = 
        {
        }, -- end of custom
        func = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
            [5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
            [6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
            [7] = "if mission.trig.conditions[7]() then mission.trig.actions[7]() end",
            [8] = "if mission.trig.conditions[8]() then mission.trig.actions[8]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
            [8] = true,
            [9] = true,
            [10] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_time_since_flag(\"1\", \"5\") and c_group_alive(\"Гангста-Икарус\") )",
            [2] = "return(c_unit_alive(\"68\") and c_unit_in_zone(\"68\", \"Баксан\") )",
            [3] = "return(c_unit_alive(\"68\") and c_flag_is_true(\"2\") and c_unit_out_zone(\"68\", \"Баксан\") )",
            [4] = "return(c_unit_in_zone(\"68\", \"Эльбрус\") and c_unit_alive(\"68\") )",
            [5] = "return(c_unit_dead(\"68\") )",
            [6] = "return(c_unit_in_zone(\"1\", \"Палево\") )",
            [7] = "return(c_group_dead(\"Гангста-девятка перед мостом\") )",
            [8] = "return(c_group_dead(\"Гангста-девятки за мостом\") )",
        }, -- end of conditions
        customStartup = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of customStartup
        funcStartup = 
        {
        }, -- end of funcStartup
    }, -- end of trig
    resultRed = 
    {
    }, -- end of resultRed
    resultBlue = 
    {
    }, -- end of resultBlue
    descriptionBlueTask = "",
    goals = 
    {
        [1] = 
        {
            rules = 
            {
                [1] = 
                {
                    zone = 3,
                    predicate = "c_unit_in_zone",
                    unit = 68,
                }, -- end of [1]
                [2] = 
                {
                    predicate = "c_unit_alive",
                    unit = 68,
                }, -- end of [2]
            }, -- end of rules
            score = 100,
            side = "OFFLINE",
            predicate = "score",
            comment = "Успех!!!",
        }, -- end of [1]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_time_since_flag(\"1\", \"5\") and c_group_alive(\"Гангста-Икарус\") then a_activate_group(\"Мужики из автобуса\");a_activate_group(\"Мужики с РПГ из автобуса\");a_out_text_delay_s(\"red\", \"Откуда их столько понабежало? Как тараканы!\", \"10\"); mission.trigfunc[1]='';end;",
        [2] = "if c_unit_alive(\"68\") and c_unit_in_zone(\"68\", \"Баксан\") then a_out_text_delay_s(\"red\", \"Кортеж подъезжает к Баксану. Надо поторапливаться!\", \"10\");a_set_flag(\"2\"); mission.trigfunc[2]='';end;",
        [3] = "if c_unit_alive(\"68\") and c_flag_is_true(\"2\") and c_unit_out_zone(\"68\", \"Баксан\") then a_out_text_delay_s(\"red\", \"Кортеж проехал Баксан и направляется в ущелье. Он очень быстр, *@$#!\", \"10\"); mission.trigfunc[3]='';end;",
        [4] = "if c_unit_in_zone(\"68\", \"Эльбрус\") and c_unit_alive(\"68\") then a_out_text_delay_s(\"red\", \"Операция успешно завершена!\", \"10\");a_signal_flare(\"Эльбрус\", \"1\", \"0\");a_signal_flare(\"Эльбрус\", \"5\", \"1\");a_signal_flare(\"Эльбрус\", \"10\", \"2\");a_signal_flare(\"Эльбрус\", \"15\", \"3\"); mission.trigfunc[4]='';end;",
        [5] = "if c_unit_dead(\"68\") then a_out_text_delay_s(\"red\", \"Операция провалена. Может оно и к лучшему...\", \"10\"); mission.trigfunc[5]='';end;",
        [6] = "if c_unit_in_zone(\"1\", \"Палево\") then a_set_flag(\"1\"); mission.trigfunc[6]='';end;",
        [7] = "if c_group_dead(\"Гангста-девятка перед мостом\") then a_set_flag(\"1\"); mission.trigfunc[7]='';end;",
        [8] = "if c_group_dead(\"Гангста-девятки за мостом\") then a_set_flag(\"1\"); mission.trigfunc[8]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        name_ru = "Лето. Oблачность и ветер",
        wind = 
        {
            at8000 = 
            {
                speed = 7,
                dir = 71,
            }, -- end of at8000
            atGround = 
            {
                speed = 5,
                dir = 160,
            }, -- end of atGround
            at2000 = 
            {
                speed = 8,
                dir = 243,
            }, -- end of at2000
        }, -- end of wind
        name_fr = "Eté. Nuages et vent",
        turbulence = 
        {
            at8000 = 3,
            atGround = 12,
            at2000 = 2,
        }, -- end of turbulence
        season = 
        {
            iseason = 1,
            temperature = 26,
        }, -- end of season
        qnh = 755,
        name = "Summer. Clouds & wind",
        fog = 
        {
            density = 0,
            visibility = 1000,
            thickness = 0,
        }, -- end of fog
        name_de = "Sommer. Wolken und Wind",
        name_es = "Verano. Nubes y viento",
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        clouds = 
        {
            density = 5,
            thickness = 770,
            base = 600,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        [1] = "if c_unit_in_zone(\"68\", \"Эльбрус\") and c_unit_alive(\"68\")  then a_set_mission_result(100) end",
        offline = 
        {
            conditions = 
            {
                [1] = "return(c_unit_in_zone(\"68\", \"Эльбрус\") and c_unit_alive(\"68\") )",
            }, -- end of conditions
            actions = 
            {
                [1] = "a_set_mission_result(100)",
            }, -- end of actions
            func = 
            {
                [1] = "if mission.result.offline.conditions[1]() then mission.result.offline.actions[1]() end",
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
        zones = 
        {
            [1] = 
            {
                radius = 5000,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.76246302620687,
                hidden = true,
                long = 0.75986439453995,
                x = -106698.50677839,
                name = "Баксан",
                y = 749792.68503271,
            }, -- end of [1]
            [2] = 
            {
                radius = 2000,
                zoneId = 2,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.75898534514527,
                hidden = true,
                long = 0.75193002407591,
                x = -133457.74476784,
                name = "Палево",
                y = 715834.81869801,
            }, -- end of [2]
            [3] = 
            {
                radius = 1000,
                zoneId = 3,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.75489450699621,
                hidden = true,
                long = 0.74426552981311,
                x = -163770.72541108,
                name = "Эльбрус",
                y = 683314.32596643,
            }, -- end of [3]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.75824742783218,
        zoom = 500000,
        centerX = 0.76379016031258,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 11,
            [2] = 4,
            [3] = 6,
            [4] = 10,
            [5] = 16,
            [6] = 13,
            [7] = 15,
            [8] = 9,
            [9] = 8,
            [10] = 17,
            [11] = 12,
            [12] = 2,
            [13] = 3,
            [14] = 1,
            [15] = 5,
        }, -- end of blue
        red = 
        {
            [1] = 0,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "Боевики укрепились в г. Тырнауз и предприняли вылазку в направлении н.п. Былым, захватив мост, ведущий в Баксан. Поскольку вот-вот на Кавказ приедет кататься на лыжах сам В.В. Путин, а всем местным властям по барабану, что творится у них под носом, из Москвы было срочно переброшено звено Ка-50. Разумеется, высокому начальству об \"инциденте на границе\" никто сообщать не собирается, и колонна с первым лицом государства уже выехала из Минеральных Вод и на полной скорости едет в п. Эльбрус.",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
        [4] = true,
        [5] = true,
        [6] = true,
        [7] = true,
        [8] = true,
    }, -- end of trigflag
    descriptionRedTask = "Требуется зачистить переправу через реку и уничтожить все незаконные вооруженные формирования в г. Тырнауз. Любой ценой обеспечьте безопасность колонны и старайтесь не попадаться Ему на глаза. При встрече с колонной делайте вид, что прогуливаетесь.\
К счастью, местные военные поделились несколькими гусеничными железками. Операция выполняется группой в составе двух БМП-2 и трёх Т-72 при поддержке наших модных столичных вертушек.\
Если колонна успешно минует Тырнауз, можете проводить её до Эльбруса и поглазеть на праздничный салют. Если нет - пеняйте на себя...",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [1] = "launcher 2011-11-09 18-14-47-69{A0B5822D-A9FF-4a14-A3B3-CE892A0B0353}.png",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    flag = 1,
                    seconds = 5,
                    predicate = "c_time_since_flag",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    group = 6,
                    predicate = "c_group_alive",
                    unit = "",
                }, -- end of [2]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    group = 22,
                    text = "",
                    predicate = "a_activate_group",
                    coalitionlist = "",
                }, -- end of [1]
                [2] = 
                {
                    group = 23,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "Откуда их столько понабежало? Как тараканы!",
                }, -- end of [3]
            }, -- end of actions
            comment = "Повыбежали",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    flag = 1,
                    predicate = "c_unit_alive",
                    unit = 68,
                }, -- end of [1]
                [2] = 
                {
                    zone = 1,
                    predicate = "c_unit_in_zone",
                    unit = 68,
                }, -- end of [2]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "Кортеж подъезжает к Баксану. Надо поторапливаться!",
                }, -- end of [1]
                [2] = 
                {
                    flag = 2,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "Кортеж у подъезжает к Баксану",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    flag = 1,
                    predicate = "c_unit_alive",
                    unit = 68,
                }, -- end of [1]
                [2] = 
                {
                    flag = 2,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [2]
                [3] = 
                {
                    zone = 1,
                    predicate = "c_unit_out_zone",
                    unit = 68,
                }, -- end of [3]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "Кортеж проехал Баксан и направляется в ущелье. Он очень быстр, *@$#!",
                }, -- end of [1]
            }, -- end of actions
            comment = "Кортеж проехал Баксан",
        }, -- end of [3]
        [4] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 3,
                    predicate = "c_unit_in_zone",
                    unit = 68,
                }, -- end of [1]
                [2] = 
                {
                    predicate = "c_unit_alive",
                    unit = 68,
                }, -- end of [2]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    flag = 1,
                    text = "Операция успешно завершена!",
                    predicate = "a_out_text_delay_s",
                    coalitionlist = "red",
                }, -- end of [1]
                [2] = 
                {
                    altitude = 1,
                    seconds = 10,
                    zone = 3,
                    color = "0",
                    text = "",
                    predicate = "a_signal_flare",
                }, -- end of [2]
                [3] = 
                {
                    altitude = 5,
                    seconds = 10,
                    zone = 3,
                    color = "1",
                    text = "",
                    predicate = "a_signal_flare",
                }, -- end of [3]
                [4] = 
                {
                    altitude = 10,
                    seconds = 10,
                    zone = 3,
                    color = "2",
                    text = "",
                    predicate = "a_signal_flare",
                }, -- end of [4]
                [5] = 
                {
                    altitude = 15,
                    seconds = 10,
                    zone = 3,
                    color = "3",
                    text = "",
                    predicate = "a_signal_flare",
                }, -- end of [5]
            }, -- end of actions
            comment = "Успееех!",
        }, -- end of [4]
        [5] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 68,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "Операция провалена. Может оно и к лучшему...",
                }, -- end of [1]
            }, -- end of actions
            comment = "Провал...",
        }, -- end of [5]
        [6] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 1,
                    predicate = "c_unit_in_zone",
                    zone = 2,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 1,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Палево Наф-Наф",
        }, -- end of [6]
        [7] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 1,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Палево Нуф-Нуф",
        }, -- end of [7]
        [8] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 4,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 1,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Бедная девятка",
        }, -- end of [8]
        [9] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 5,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 1,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Бедные девятки",
        }, -- end of [9]
        [10] = 
        {
            predicate = "triggerStart",
            rules = 
            {
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 1,
                    text = "",
                    predicate = "a_clear_flag",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    flag = 2,
                    text = "",
                    predicate = "a_clear_flag",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "Инициализация",
        }, -- end of [10]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "UK",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 4,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Insurgents",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 17,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1226,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75900147779272,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75195731528632,
                                            x = -133339.41311709,
                                            speed = 5.5555555555556,
                                            y = 715948.92143038,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 4,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "VAZ Car",
                                        CLSID = "{647DDAAC-CFB5-40AD-8394-042840EC4A6D}",
                                        unitId = 4,
                                        lat = 0.75900147779272,
                                        skill = "Average",
                                        long = 0.75195731528632,
                                        x = -133339.41311709,
                                        name = "Юнит #1",
                                        heading = 0,
                                        y = 715948.92143038,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Гангста-девятка перед мостом",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1226,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75893228896502,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75193278302727,
                                            x = -133794.16811486,
                                            speed = 5.5555555555556,
                                            y = 715888.57675431,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 5,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "VAZ Car",
                                        CLSID = "{647DDAAC-CFB5-40AD-8394-042840EC4A6D}",
                                        unitId = 5,
                                        lat = 0.75893228896502,
                                        skill = "Average",
                                        long = 0.75193278302727,
                                        x = -133794.16811486,
                                        name = "Юнит #2",
                                        heading = 0,
                                        y = 715888.57675431,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "VAZ Car",
                                        CLSID = "{647DDAAC-CFB5-40AD-8394-042840EC4A6D}",
                                        unitId = 6,
                                        lat = 0.75892549533678,
                                        skill = "Average",
                                        long = 0.7519342981982,
                                        x = -133836.58338585,
                                        name = "Юнит #3",
                                        heading = 0,
                                        y = 715900.84836799,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "Гангста-девятки за мостом",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1274,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75896879051041,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75191613505384,
                                            x = -133571.12442791,
                                            speed = 5.5555555555556,
                                            y = 715783.19222247,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 6,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IKARUS Bus",
                                        CLSID = "{4FC31476-127F-4608-876E-5D9B482F7E17}",
                                        unitId = 7,
                                        lat = 0.75896879051041,
                                        skill = "Average",
                                        long = 0.75191613505384,
                                        x = -133571.12442791,
                                        name = "Юнит #4",
                                        heading = 0,
                                        y = 715783.19222247,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Гангста-Икарус",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1304,
                                            type = "Turning Point",
                                            action = "Cone",
                                            lat = 0.75764653043059,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74931607001731,
                                            x = -143459.79922453,
                                            speed = 5.5555555555556,
                                            y = 704731.4301485,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 7,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 8,
                                        lat = 0.75764653043059,
                                        skill = "Excellent",
                                        long = 0.74931607001731,
                                        x = -143459.79922453,
                                        name = "Юнит #5",
                                        heading = 0,
                                        y = 704731.4301485,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 9,
                                        lat = 0.75763953043059,
                                        skill = "Excellent",
                                        long = 0.74932307001731,
                                        x = -143500.50403162,
                                        name = "Юнит #6",
                                        heading = 0,
                                        y = 704769.38711007,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 10,
                                        lat = 0.75763253043059,
                                        skill = "Excellent",
                                        long = 0.74933007001731,
                                        x = -143541.20883871,
                                        name = "Юнит #7",
                                        heading = 0,
                                        y = 704807.34407164,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "BTR-80",
                                        CLSID = "{10C3BD0E-4494-4bc4-BC37-2C544E33ADC7}",
                                        unitId = 11,
                                        lat = 0.75762553043059,
                                        skill = "Excellent",
                                        long = 0.74933707001731,
                                        x = -143581.9136458,
                                        name = "Юнит #8",
                                        heading = 0,
                                        y = 704845.30103321,
                                    }, -- end of [4]
                                }, -- end of units
                                name = "Чортовы БТРы",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1374,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75759049272231,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74927600948436,
                                            x = -143839.04537146,
                                            speed = 5.5555555555556,
                                            y = 704588.40098547,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 8,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 12,
                                        lat = 0.75759049272231,
                                        skill = "Excellent",
                                        long = 0.74927600948436,
                                        x = -143839.04537146,
                                        name = "Юнит #9",
                                        heading = 2.1112158270655,
                                        y = 704588.40098547,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Чортова Шилка-два",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1304,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75770134031609,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74934072818463,
                                            x = -143096.93191433,
                                            speed = 5.5555555555556,
                                            y = 704803.78108503,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 9,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 14,
                                        lat = 0.75770134031609,
                                        skill = "Excellent",
                                        long = 0.74934072818463,
                                        x = -143096.93191433,
                                        name = "Юнит #10",
                                        heading = 2.6954871046464,
                                        y = 704803.78108503,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Чортова Шилка-раз",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1312,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75796344963381,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74974928902463,
                                            x = -141200.17539305,
                                            speed = 5.5555555555556,
                                            y = 706501.35655057,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 10,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Strela-1 9P31",
                                        CLSID = "{5C486AED-5DCE-4A0A-AF88-7343D3B2B43E}",
                                        unitId = 15,
                                        lat = 0.75796344963381,
                                        skill = "Excellent",
                                        long = 0.74974928902463,
                                        x = -141200.17539305,
                                        name = "Юнит #11",
                                        heading = 0.78539816339745,
                                        y = 706501.35655057,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Strela-1 9P31",
                                        CLSID = "{5C486AED-5DCE-4A0A-AF88-7343D3B2B43E}",
                                        unitId = 16,
                                        lat = 0.75794219288646,
                                        skill = "Excellent",
                                        long = 0.74968447602061,
                                        x = -141371.59977465,
                                        name = "Юнит #12",
                                        heading = 2.5360479899848,
                                        y = 706216.36617207,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "Чортовы Стрелы",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1312,
                                            type = "Turning Point",
                                            action = "Cone",
                                            lat = 0.75771766896018,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74942644796587,
                                            x = -142945.28719218,
                                            speed = 5.5555555555556,
                                            y = 705189.79996291,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 11,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 17,
                                        lat = 0.75771766896018,
                                        skill = "Excellent",
                                        long = 0.74942644796587,
                                        x = -142945.28719218,
                                        name = "Юнит #13",
                                        heading = 0.78539816339745,
                                        y = 705189.79996291,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 18,
                                        lat = 0.75768460166639,
                                        skill = "Excellent",
                                        long = 0.7494208964037,
                                        x = -143159.02771753,
                                        name = "Юнит #14",
                                        heading = 0,
                                        y = 705189.51407741,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 19,
                                        lat = 0.75774171109129,
                                        skill = "Excellent",
                                        long = 0.74939619202501,
                                        x = -142808.93501159,
                                        name = "Юнит #15",
                                        heading = 0.46364760900081,
                                        y = 705030.53703916,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 20,
                                        lat = 0.75767787346031,
                                        skill = "Excellent",
                                        long = 0.7493453063908,
                                        x = -143243.88482762,
                                        name = "Юнит #16",
                                        heading = 0,
                                        y = 704843.18969591,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 21,
                                        lat = 0.75767450937333,
                                        skill = "Excellent",
                                        long = 0.74930219707852,
                                        x = -143289.26570046,
                                        name = "Юнит #17",
                                        heading = 0,
                                        y = 704645.31417315,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 22,
                                        lat = 0.75765768909903,
                                        skill = "Excellent",
                                        long = 0.74940854841374,
                                        x = -143337.33518243,
                                        name = "Юнит #18",
                                        heading = 2.5535900500422,
                                        y = 705152.87053288,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 23,
                                        lat = 0.75767566896018,
                                        skill = "Excellent",
                                        long = 0.74946844796587,
                                        x = -143189.51603471,
                                        name = "Юнит #19",
                                        heading = 4.6949356878647,
                                        y = 705417.54173234,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 24,
                                        lat = 0.75769690947125,
                                        skill = "Excellent",
                                        long = 0.74945789559258,
                                        x = -143060.06513762,
                                        name = "Юнит #20",
                                        heading = 2.3561944901923,
                                        y = 705352.07015067,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 25,
                                        lat = 0.75763643850101,
                                        skill = "Excellent",
                                        long = 0.74928675050483,
                                        x = -143540.37896995,
                                        name = "Юнит #21",
                                        heading = 0,
                                        y = 704602.87632435,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 26,
                                        lat = 0.75767450937333,
                                        skill = "Excellent",
                                        long = 0.74939000725146,
                                        x = -143240.48180886,
                                        name = "Юнит #22",
                                        heading = 1.1902899496825,
                                        y = 705053.6611781,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 27,
                                        lat = 0.75764095114054,
                                        skill = "Excellent",
                                        long = 0.74944862642499,
                                        x = -143421.69913094,
                                        name = "Юнит #23",
                                        heading = 0,
                                        y = 705352.16996517,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 28,
                                        lat = 0.75763643850101,
                                        skill = "Excellent",
                                        long = 0.74942549984073,
                                        x = -143463.29527525,
                                        name = "Юнит #24",
                                        heading = 1.6951513213417,
                                        y = 705248.10766665,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 29,
                                        lat = 0.75772037674967,
                                        skill = "Excellent",
                                        long = 0.74935764173676,
                                        x = -142966.26317418,
                                        name = "Юнит #25",
                                        heading = 2.1587989303425,
                                        y = 704867.73708141,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 30,
                                        lat = 0.75770700197819,
                                        skill = "Excellent",
                                        long = 0.74938695465179,
                                        x = -143035.18249366,
                                        name = "Юнит #26",
                                        heading = 1.325817663668,
                                        y = 705014.3785094,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 31,
                                        lat = 0.75760288147673,
                                        skill = "Excellent",
                                        long = 0.74935764867137,
                                        x = -143714.76686577,
                                        name = "Юнит #27",
                                        heading = 0,
                                        y = 704958.48564907,
                                    }, -- end of [15]
                                    [16] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 32,
                                        lat = 0.75759722037226,
                                        skill = "Excellent",
                                        long = 0.7493175808134,
                                        x = -143773.09125208,
                                        name = "Юнит #28",
                                        heading = 0.78539816339745,
                                        y = 704776.52740998,
                                    }, -- end of [16]
                                    [17] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 33,
                                        lat = 0.75770700197819,
                                        skill = "Excellent",
                                        long = 0.74949485465272,
                                        x = -142975.23748076,
                                        name = "Юнит #29",
                                        heading = 1.2120256565243,
                                        y = 705516.15000965,
                                    }, -- end of [17]
                                    [18] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 34,
                                        lat = 0.75762634666777,
                                        skill = "Excellent",
                                        long = 0.74927905461168,
                                        x = -143608.94486597,
                                        name = "Юнит #30",
                                        heading = 1.5707963267949,
                                        y = 704574.87956964,
                                    }, -- end of [18]
                                    [19] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 35,
                                        lat = 0.75772497180225,
                                        skill = "Excellent",
                                        long = 0.74949021348607,
                                        x = -142863.33856925,
                                        name = "Юнит #31",
                                        heading = 1.5707963267949,
                                        y = 705480.69278612,
                                    }, -- end of [19]
                                    [20] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 36,
                                        lat = 0.75756809487917,
                                        skill = "Excellent",
                                        long = 0.74930063543033,
                                        x = -143968.05036543,
                                        name = "Юнит #32",
                                        heading = 1.1659045405098,
                                        y = 704720.21299889,
                                    }, -- end of [20]
                                    [21] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 37,
                                        lat = 0.75755463999275,
                                        skill = "Excellent",
                                        long = 0.74932379119675,
                                        x = -144040.90073032,
                                        name = "Юнит #33",
                                        heading = 0,
                                        y = 704838.28345878,
                                    }, -- end of [21]
                                    [22] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 38,
                                        lat = 0.757584913728,
                                        skill = "Excellent",
                                        long = 0.74941932932439,
                                        x = -143794.96365255,
                                        name = "Юнит #34",
                                        heading = 0,
                                        y = 705259.19417485,
                                    }, -- end of [22]
                                    [23] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 39,
                                        lat = 0.75760394806502,
                                        skill = "Excellent",
                                        long = 0.74939162744106,
                                        x = -143689.09485647,
                                        name = "Юнит #35",
                                        heading = 1.5707963267949,
                                        y = 705115.67492441,
                                    }, -- end of [23]
                                    [24] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 40,
                                        lat = 0.75764653043059,
                                        skill = "Excellent",
                                        long = 0.74937772363151,
                                        x = -143425.54689213,
                                        name = "Юнит #36",
                                        heading = 0,
                                        y = 705018.14030815,
                                    }, -- end of [24]
                                    [25] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 41,
                                        lat = 0.75791863861191,
                                        skill = "Excellent",
                                        long = 0.74975390889458,
                                        x = -141483.07887976,
                                        name = "Юнит #37",
                                        heading = 1.2924966677898,
                                        y = 706557.43841927,
                                    }, -- end of [25]
                                    [26] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 42,
                                        lat = 0.7579231524566,
                                        skill = "Excellent",
                                        long = 0.74972611693384,
                                        x = -141469.7634065,
                                        name = "Юнит #38",
                                        heading = 0.87605805059819,
                                        y = 706424.71133045,
                                    }, -- end of [26]
                                    [27] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 43,
                                        lat = 0.75760501465439,
                                        skill = "Excellent",
                                        long = 0.74926210348093,
                                        x = -143754.2585508,
                                        name = "Юнит #39",
                                        heading = 0,
                                        y = 704512.52120233,
                                    }, -- end of [27]
                                    [28] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 44,
                                        lat = 0.75757490442963,
                                        skill = "Excellent",
                                        long = 0.74937619145697,
                                        x = -143882.69392969,
                                        name = "Юнит #40",
                                        heading = 4.3731851334681,
                                        y = 705066.31652802,
                                    }, -- end of [28]
                                    [29] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 45,
                                        lat = 0.75757818615636,
                                        skill = "Excellent",
                                        long = 0.74932995318272,
                                        x = -143887.47575392,
                                        name = "Юнит #41",
                                        heading = 0.32175055439664,
                                        y = 704848.75914172,
                                    }, -- end of [29]
                                    [30] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 46,
                                        lat = 0.75761855222836,
                                        skill = "Excellent",
                                        long = 0.74943017174295,
                                        x = -143574.64484425,
                                        name = "Юнит #42",
                                        heading = 0.41822432957923,
                                        y = 705283.6433122,
                                    }, -- end of [30]
                                }, -- end of units
                                name = "Мужики в Тырнаузе",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1304,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75796517317261,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74972184897161,
                                            x = -141204.44015013,
                                            speed = 5.5555555555556,
                                            y = 706372.42030456,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 12,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Closed Insurgent",
                                        CLSID = "{3b1686ae-7783-4122-9f4c-899343f83181}",
                                        unitId = 47,
                                        lat = 0.75796517317261,
                                        skill = "Excellent",
                                        long = 0.74972184897161,
                                        x = -141204.44015013,
                                        name = "Юнит #43",
                                        heading = 1.373400766945,
                                        y = 706372.42030456,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Чортова ЗУ-23",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [9]
                            [10] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.75193132527194,
                                                lat = 0.7589872346595,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.75193829712745,
                                                lat = 0.75898000523205,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1226,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75898499220571,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75192457105871,
                                            x = -133463.10181918,
                                            speed = 5.5555555555556,
                                            y = 715809.80372584,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 13,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 48,
                                        lat = 0.75898499220571,
                                        skill = "Excellent",
                                        long = 0.75192457105871,
                                        x = -133463.10181918,
                                        name = "Юнит #44",
                                        heading = 0,
                                        y = 715809.80372584,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 49,
                                        lat = 0.75898256584225,
                                        skill = "Excellent",
                                        long = 0.75192228646295,
                                        x = -133479.86144315,
                                        name = "Юнит #45",
                                        heading = 2.5310748854617,
                                        y = 715801.08264676,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 50,
                                        lat = 0.75898162998166,
                                        skill = "Excellent",
                                        long = 0.75192140528639,
                                        x = -133486.32571241,
                                        name = "Юнит #46",
                                        heading = 0,
                                        y = 715797.718899,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "Мужики на блок-посте",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [10]
                            [11] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.75193870402771,
                                                lat = 0.75899101369813,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.75194765760613,
                                                lat = 0.75898361993958,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1005,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75899725735685,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75195384890011,
                                            x = -133368.27565023,
                                            speed = 5.5555555555556,
                                            y = 715936.10516835,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 14,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 51,
                                        lat = 0.75899725735685,
                                        skill = "Excellent",
                                        long = 0.75195384890011,
                                        x = -133368.27565023,
                                        name = "Юнит #47",
                                        heading = 0.98279372324733,
                                        y = 715936.10516835,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 52,
                                        lat = 0.75900037918159,
                                        skill = "Excellent",
                                        long = 0.75194956373224,
                                        x = -133350.83083632,
                                        name = "Юнит #48",
                                        heading = 0.98279372324733,
                                        y = 715913.82309274,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 53,
                                        lat = 0.7589947927649,
                                        skill = "Excellent",
                                        long = 0.7519584890766,
                                        x = -133381.33115865,
                                        name = "Юнит #49",
                                        heading = 2.4207270917168,
                                        y = 715959.52609863,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "Мужики перед блок-постом",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [11]
                            [12] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1003,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75893145433881,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75192853568586,
                                            x = -133801.90643933,
                                            speed = 5.5555555555556,
                                            y = 715869.52480852,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 15,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 54,
                                        lat = 0.75893145433881,
                                        skill = "Excellent",
                                        long = 0.75192853568586,
                                        x = -133801.90643933,
                                        name = "Юнит #50",
                                        heading = 0.54041950027058,
                                        y = 715869.52480852,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 55,
                                        lat = 0.75892445433881,
                                        skill = "Excellent",
                                        long = 0.75193553568586,
                                        x = -133842.50963514,
                                        name = "Юнит #51",
                                        heading = 0.54041950027058,
                                        y = 715907.39075248,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 56,
                                        lat = 0.75893523317751,
                                        skill = "Excellent",
                                        long = 0.75194027014444,
                                        x = -133771.1436801,
                                        name = "Юнит #52",
                                        heading = 0.54041950027058,
                                        y = 715921.02384839,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 57,
                                        lat = 0.75893638326154,
                                        skill = "Excellent",
                                        long = 0.75192788573632,
                                        x = -133770.87709424,
                                        name = "Юнит #53",
                                        heading = 0.54041950027058,
                                        y = 715862.70522776,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 58,
                                        lat = 0.75892586825424,
                                        skill = "Excellent",
                                        long = 0.75192420845498,
                                        x = -133839.95963044,
                                        name = "Юнит #54",
                                        heading = 0.54041950027058,
                                        y = 715853.77091741,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 59,
                                        lat = 0.75892742906901,
                                        skill = "Excellent",
                                        long = 0.75194609992094,
                                        x = -133817.53659302,
                                        name = "Юнит #55",
                                        heading = 0.54041950027058,
                                        y = 715954.08391309,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 60,
                                        lat = 0.75892044649457,
                                        skill = "Excellent",
                                        long = 0.75193437659131,
                                        x = -133868.70251299,
                                        name = "Юнит #56",
                                        heading = 0.54041950027058,
                                        y = 715905.1100377,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "Мужики за мостом",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [12]
                            [13] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.75195406236049,
                                                lat = 0.75900062566178,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.75196100026419,
                                                lat = 0.7589935604492,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1226,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75900062566178,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75195406236049,
                                            x = -133346.69606286,
                                            speed = 5.5555555555556,
                                            y = 715934.49443861,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 19,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 73,
                                        lat = 0.75900062566178,
                                        skill = "Excellent",
                                        long = 0.75195406236049,
                                        x = -133346.69606286,
                                        name = "Юнит #67",
                                        heading = 0.72664234068173,
                                        y = 715934.49443861,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 74,
                                        lat = 0.75899783243254,
                                        skill = "Excellent",
                                        long = 0.75195737689874,
                                        x = -133362.60088155,
                                        name = "Юнит #68",
                                        heading = 2.5225552389746,
                                        y = 715952.0216752,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "Мужики с РПГ перед мостом",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [13]
                            [14] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1003,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7589856737562,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75192454716403,
                                            x = -133458.77360092,
                                            speed = 5.5555555555556,
                                            y = 715809.16670338,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 20,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 75,
                                        lat = 0.7589856737562,
                                        skill = "Excellent",
                                        long = 0.75192454716403,
                                        x = -133458.77360092,
                                        name = "Юнит #69",
                                        heading = 1.1071487177941,
                                        y = 715809.16670338,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 76,
                                        lat = 0.75898600236744,
                                        skill = "Excellent",
                                        long = 0.75191886801317,
                                        x = -133459.91772375,
                                        name = "Юнит #70",
                                        heading = 1.1071487177941,
                                        y = 715782.57685847,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 77,
                                        lat = 0.7589815661244,
                                        skill = "Excellent",
                                        long = 0.75192516993679,
                                        x = -133484.58637767,
                                        name = "Юнит #71",
                                        heading = 1.1071487177941,
                                        y = 715815.22615,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "Мужики с РПГ у блок-поста",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [14]
                            [15] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1003,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7589292363311,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75192886399535,
                                            x = -133815.84916962,
                                            speed = 5.5555555555556,
                                            y = 715872.75977998,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 21,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 78,
                                        lat = 0.7589292363311,
                                        skill = "Excellent",
                                        long = 0.75192886399535,
                                        x = -133815.84916962,
                                        name = "Юнит #72",
                                        heading = 0.35877067027057,
                                        y = 715872.75977998,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 79,
                                        lat = 0.75892291092733,
                                        skill = "Excellent",
                                        long = 0.75193110000928,
                                        x = -133854.87066524,
                                        name = "Юнит #73",
                                        heading = 0.35877067027057,
                                        y = 715888.01267563,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 80,
                                        lat = 0.75893137219029,
                                        skill = "Excellent",
                                        long = 0.75193963784334,
                                        x = -133796.10068773,
                                        name = "Юнит #74",
                                        heading = 0.35877067027057,
                                        y = 715921.07266562,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "Мужики с РПГ за мостом",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [15]
                            [16] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1035,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75896940763821,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75190774377521,
                                            x = -133571.9766673,
                                            speed = 5.5555555555556,
                                            y = 715743.80257131,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 22,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 81,
                                        lat = 0.75896940763821,
                                        skill = "Excellent",
                                        long = 0.75190774377521,
                                        x = -133571.9766673,
                                        name = "Юнит #75",
                                        heading = 0.64350110879328,
                                        y = 715743.80257131,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 82,
                                        lat = 0.75897704785211,
                                        skill = "Excellent",
                                        long = 0.75190003306662,
                                        x = -133527.70012596,
                                        name = "Юнит #76",
                                        heading = 0.64350110879328,
                                        y = 715702.14653356,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 83,
                                        lat = 0.75896554644702,
                                        skill = "Excellent",
                                        long = 0.75188679404327,
                                        x = -133608.51746857,
                                        name = "Юнит #77",
                                        heading = 0.64350110879328,
                                        y = 715649.6327982,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 84,
                                        lat = 0.75897417255496,
                                        skill = "Excellent",
                                        long = 0.75190715740357,
                                        x = -133541.95588348,
                                        name = "Юнит #78",
                                        heading = 0.64350110879328,
                                        y = 715737.40444915,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 85,
                                        lat = 0.75897236519349,
                                        skill = "Excellent",
                                        long = 0.7519166892106,
                                        x = -133548.03587859,
                                        name = "Юнит #79",
                                        heading = 0.64350110879328,
                                        y = 715783.00207479,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 86,
                                        lat = 0.75897121499564,
                                        skill = "Excellent",
                                        long = 0.75189321527158,
                                        x = -133568.74519831,
                                        name = "Юнит #80",
                                        heading = 0.64350110879328,
                                        y = 715675.03358915,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 87,
                                        lat = 0.75897450114609,
                                        skill = "Excellent",
                                        long = 0.75192475508034,
                                        x = -133529.83055698,
                                        name = "Юнит #81",
                                        heading = 0.64350110879328,
                                        y = 715818.75708404,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 88,
                                        lat = 0.75897055779761,
                                        skill = "Excellent",
                                        long = 0.75189971486251,
                                        x = -133569.22663477,
                                        name = "Юнит #82",
                                        heading = 0.64350110879328,
                                        y = 715705.68178699,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 89,
                                        lat = 0.75896538179935,
                                        skill = "Excellent",
                                        long = 0.75192132921777,
                                        x = -133589.87866318,
                                        name = "Юнит #83",
                                        heading = 0.64350110879328,
                                        y = 715809.91111856,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 90,
                                        lat = 0.75896267052878,
                                        skill = "Excellent",
                                        long = 0.75190156443692,
                                        x = -133618.41834388,
                                        name = "Юнит #84",
                                        heading = 0.64350110879328,
                                        y = 715720.34852519,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 91,
                                        lat = 0.7589725294627,
                                        skill = "Excellent",
                                        long = 0.7518849163203,
                                        x = -133565.10238107,
                                        name = "Юнит #85",
                                        heading = 0.64350110879328,
                                        y = 715635.53368582,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 92,
                                        lat = 0.7589785266778,
                                        skill = "Excellent",
                                        long = 0.7518917002555,
                                        x = -133523.02955931,
                                        name = "Юнит #86",
                                        heading = 0.64350110879328,
                                        y = 715662.36271199,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 93,
                                        lat = 0.75897745861787,
                                        skill = "Excellent",
                                        long = 0.75191850342954,
                                        x = -133514.55380519,
                                        name = "Юнит #87",
                                        heading = 0.64350110879328,
                                        y = 715787.48266132,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 94,
                                        lat = 0.75896472452099,
                                        skill = "Excellent",
                                        long = 0.75189472865092,
                                        x = -133609.23024062,
                                        name = "Юнит #88",
                                        heading = 0.64350110879328,
                                        y = 715687.06283433,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 95,
                                        lat = 0.75898148422109,
                                        skill = "Excellent",
                                        long = 0.75190314414366,
                                        x = -133497.66453724,
                                        name = "Юнит #89",
                                        heading = 0.64350110879328,
                                        y = 715713.14838901,
                                    }, -- end of [15]
                                    [16] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 96,
                                        lat = 0.75897819799663,
                                        skill = "Excellent",
                                        long = 0.75190958739161,
                                        x = -133514.92639383,
                                        name = "Юнит #90",
                                        heading = 0.64350110879328,
                                        y = 715745.56513699,
                                    }, -- end of [16]
                                    [17] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 97,
                                        lat = 0.75898238765153,
                                        skill = "Excellent",
                                        long = 0.75191081878151,
                                        x = -133487.53407123,
                                        name = "Юнит #91",
                                        heading = 0.64350110879328,
                                        y = 715748.04073632,
                                    }, -- end of [17]
                                    [18] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 98,
                                        lat = 0.75896875035735,
                                        skill = "Excellent",
                                        long = 0.75192717987489,
                                        x = -133565.08382901,
                                        name = "Юнит #92",
                                        heading = 0.64350110879328,
                                        y = 715834.44176725,
                                    }, -- end of [18]
                                    [19] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 99,
                                        lat = 0.75896045316521,
                                        skill = "Excellent",
                                        long = 0.7518963447239,
                                        x = -133635.5197691,
                                        name = "Юнит #93",
                                        heading = 0.64350110879328,
                                        y = 715697.85495634,
                                    }, -- end of [19]
                                    [20] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 100,
                                        lat = 0.75896447856109,
                                        skill = "Excellent",
                                        long = 0.75191054389376,
                                        x = -133601.78123465,
                                        name = "Юнит #94",
                                        heading = 0.64350110879328,
                                        y = 715760.59332682,
                                    }, -- end of [20]
                                }, -- end of units
                                name = "Мужики из автобуса",
                                start_time = 129600,
                                task = "Nothing",
                            }, -- end of [16]
                            [18] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74968175890337,
                                                lat = 0.7579160944534,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74968543225653,
                                                lat = 0.75791650480113,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1240,
                                            type = "Turning Point",
                                            action = "Cone",
                                            lat = 0.7579299642951,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74961889028508,
                                            x = -141485.93928759,
                                            speed = 5.5555555555556,
                                            y = 705920.81182828,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 24,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 140,
                                        lat = 0.7579299642951,
                                        skill = "Excellent",
                                        long = 0.74961889028508,
                                        x = -141485.93928759,
                                        name = "Юнит #115",
                                        heading = 0.93804749179271,
                                        y = 705920.81182828,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 141,
                                        lat = 0.7579229642951,
                                        skill = "Excellent",
                                        long = 0.74962589028508,
                                        x = -141526.64409468,
                                        name = "Юнит #116",
                                        heading = 0.93804749179271,
                                        y = 705958.76878985,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 142,
                                        lat = 0.7579159642951,
                                        skill = "Excellent",
                                        long = 0.74963289028508,
                                        x = -141567.34890177,
                                        name = "Юнит #117",
                                        heading = 0.93804749179271,
                                        y = 705996.72575142,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 143,
                                        lat = 0.75793086707217,
                                        skill = "Excellent",
                                        long = 0.74963524088914,
                                        x = -141471.10436125,
                                        name = "Юнит #118",
                                        heading = 0.93804749179271,
                                        y = 705996.15064706,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 144,
                                        lat = 0.7579225779662,
                                        skill = "Excellent",
                                        long = 0.74964045889778,
                                        x = -141521.01146538,
                                        name = "Юнит #119",
                                        heading = 1.4181787318624,
                                        y = 706026.81604525,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Чортовы ржавые железяки",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [18]
                            [17] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.75166747142237,
                                                lat = 0.7591335590695,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.75180243668205,
                                                lat = 0.75900005058456,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1240,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7589845236184,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75189461915492,
                                            x = -133483.16185316,
                                            speed = 5.5555555555556,
                                            y = 715671.2684816,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 23,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 101,
                                        lat = 0.7589845236184,
                                        skill = "Excellent",
                                        long = 0.75189461915492,
                                        x = -133483.16185316,
                                        name = "Юнит #95",
                                        heading = 0.55859931534356,
                                        y = 715671.2684816,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 121,
                                        lat = 0.7589775236184,
                                        skill = "Excellent",
                                        long = 0.75190161915492,
                                        x = -133523.76504898,
                                        name = "Юнит #96",
                                        heading = 0.55859931534356,
                                        y = 715709.13442556,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 122,
                                        lat = 0.7589705236184,
                                        skill = "Excellent",
                                        long = 0.75190861915492,
                                        x = -133564.36824479,
                                        name = "Юнит #97",
                                        heading = 0.55859931534356,
                                        y = 715747.00036952,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 123,
                                        lat = 0.7589635236184,
                                        skill = "Excellent",
                                        long = 0.75191561915492,
                                        x = -133604.9714406,
                                        name = "Юнит #98",
                                        heading = 0.55859931534356,
                                        y = 715784.86631347,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 124,
                                        lat = 0.75897474724407,
                                        skill = "Excellent",
                                        long = 0.75190498509365,
                                        x = -133539.53319069,
                                        name = "Юнит #99",
                                        heading = 0.55859931534356,
                                        y = 715726.88701001,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 125,
                                        lat = 0.75897844418169,
                                        skill = "Excellent",
                                        long = 0.75192143253718,
                                        x = -133506.60542203,
                                        name = "Юнит #100",
                                        heading = 0.55859931534356,
                                        y = 715800.30497793,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 126,
                                        lat = 0.7589646423474,
                                        skill = "Excellent",
                                        long = 0.75190891220259,
                                        x = -133601.66801765,
                                        name = "Юнит #101",
                                        heading = 0.55859931534356,
                                        y = 715752.90017014,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 127,
                                        lat = 0.75897901926204,
                                        skill = "Excellent",
                                        long = 0.75189470853785,
                                        x = -133518.1765833,
                                        name = "Юнит #102",
                                        heading = 0.55859931534356,
                                        y = 715675.93281037,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 128,
                                        lat = 0.75898731688486,
                                        skill = "Excellent",
                                        long = 0.75190755041213,
                                        x = -133457.99544764,
                                        name = "Юнит #103",
                                        heading = 0.55859931534356,
                                        y = 715729.0784239,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 129,
                                        lat = 0.75898411284454,
                                        skill = "Excellent",
                                        long = 0.75191869476784,
                                        x = -133472.05375536,
                                        name = "Юнит #104",
                                        heading = 0.55859931534356,
                                        y = 715783.2323337,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 130,
                                        lat = 0.7589605319243,
                                        skill = "Excellent",
                                        long = 0.75190084918632,
                                        x = -133632.45014256,
                                        name = "Юнит #105",
                                        heading = 0.55859931534356,
                                        y = 715718.68285214,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 131,
                                        lat = 0.75896546167988,
                                        skill = "Excellent",
                                        long = 0.75192339127244,
                                        x = -133588.19425225,
                                        name = "Юнит #106",
                                        heading = 0.55859931534356,
                                        y = 715819.4118838,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 132,
                                        lat = 0.75896521519155,
                                        skill = "Excellent",
                                        long = 0.7518999435048,
                                        x = -133603.13154072,
                                        name = "Юнит #107",
                                        heading = 0.55859931534356,
                                        y = 715710.86702321,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 133,
                                        lat = 0.75896817305528,
                                        skill = "Excellent",
                                        long = 0.75191964508245,
                                        x = -133573.05696077,
                                        name = "Юнит #108",
                                        heading = 0.55859931534356,
                                        y = 715799.94613128,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 134,
                                        lat = 0.75897055578487,
                                        skill = "Excellent",
                                        long = 0.75189773687414,
                                        x = -133570.36706211,
                                        name = "Юнит #109",
                                        heading = 0.55859931534356,
                                        y = 715696.51074487,
                                    }, -- end of [15]
                                    [16] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 135,
                                        lat = 0.75897392448072,
                                        skill = "Excellent",
                                        long = 0.7519175390129,
                                        x = -133537.61793492,
                                        name = "Юнит #110",
                                        heading = 0.55859931534356,
                                        y = 715785.73899131,
                                    }, -- end of [16]
                                    [17] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 136,
                                        lat = 0.758974828279,
                                        skill = "Excellent",
                                        long = 0.75188937663199,
                                        x = -133547.91497553,
                                        name = "Юнит #111",
                                        heading = 0.55859931534356,
                                        y = 715654.44276734,
                                    }, -- end of [17]
                                    [18] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 137,
                                        lat = 0.75897910079046,
                                        skill = "Excellent",
                                        long = 0.75191135789679,
                                        x = -133508.16579193,
                                        name = "Юнит #112",
                                        heading = 0.55859931534356,
                                        y = 715753.07853048,
                                    }, -- end of [18]
                                    [19] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 138,
                                        lat = 0.75897975810145,
                                        skill = "Excellent",
                                        long = 0.75188756009222,
                                        x = -133517.54494467,
                                        name = "Юнит #113",
                                        heading = 0.55859931534356,
                                        y = 715642.21262138,
                                    }, -- end of [19]
                                    [20] = 
                                    {
                                        type = "Soldier RPG",
                                        CLSID = "{71866639-E9F9-4128-8AD0-B582FA3D27F4}",
                                        unitId = 139,
                                        lat = 0.75898337331923,
                                        skill = "Excellent",
                                        long = 0.75190392669454,
                                        x = -133485.18386067,
                                        name = "Юнит #114",
                                        heading = 2.5087575095754,
                                        y = 715715.31879612,
                                    }, -- end of [20]
                                }, -- end of units
                                name = "Мужики с РПГ из автобуса",
                                start_time = 129600,
                                task = "Nothing",
                            }, -- end of [17]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 4.0835926939693,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75898608452,
                                            long = 0.75192988074582,
                                            x = -133453.11626568,
                                            name = "",
                                            speed = 0,
                                            y = 715833.58316824,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 3,
                                lat = 0.75898608452,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "block-onroad",
                                        type = ".Block on road",
                                        CLSID = "{B54053A8-B054-4a0b-871C-6DDA65ED90EF}",
                                        unitId = 3,
                                        lat = 0.75898608452,
                                        rate = 100,
                                        long = 0.75192988074582,
                                        x = -133453.11626568,
                                        name = "Блок-пост",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 715833.58316824,
                                        heading = 4.0835926939693,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.75192988074582,
                                name = "Блок-пост",
                                dead = false,
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
                [3] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Belgium",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 11,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [3]
                [4] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Canada",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 8,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [4]
                [5] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "France",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 5,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [5]
                [6] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Israel",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 15,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [6]
                [7] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [7]
                [8] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Norway",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 12,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [8]
                [9] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [9]
                [10] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Spain",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 9,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [10]
                [11] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "USA",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 2,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [11]
                [12] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Denmark",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 13,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [12]
                [13] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Germany",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 6,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [13]
                [14] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Turkey",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 3,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [14]
                [15] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "The Netherlands",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 10,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [15]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "Наф-Наф",
                                groupId = 1,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1226,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 41.666666666667,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 612,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76037135149635,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75891130778849,
                                            x = -120589.88567708,
                                            speed = 55.555555555556,
                                            y = 747091.44611279,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 745,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76076372716382,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75459493883244,
                                            x = -120609.61687437,
                                            speed = 55.555555555556,
                                            y = 726785.67185437,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 885,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75938123128563,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.75188346733731,
                                                    radius = 1000,
                                                    y = 715640.80213676,
                                                    x = -133664.84129091,
                                                    lat = 0.75895700283811,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                        [3] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.75311651773604,
                                            x = -130259.38025978,
                                            speed = 55.555555555556,
                                            y = 721027.72443278,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 995,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75892126797152,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.74916716263779,
                                                    radius = 1000,
                                                    y = 704252.03694382,
                                                    x = -145300.6372313,
                                                    lat = 0.7573705549621,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                        [3] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.7519206968144,
                                            x = -133871.26778905,
                                            speed = 55.555555555556,
                                            y = 715841.03806966,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 1337,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75735259116046,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74916731241886,
                                            x = -145414.99301464,
                                            speed = 55.555555555556,
                                            y = 704266.60305543,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 1798,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75490481836473,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7442673920998,
                                            x = -163704.0273445,
                                            speed = 55.555555555556,
                                            y = 683315.27574128,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 1798,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75710195002466,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74902798706279,
                                            x = -147089.11441558,
                                            speed = 55.555555555556,
                                            y = 703812.20924653,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 1798,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75860315780753,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75108091253579,
                                            x = -136376.54063255,
                                            speed = 55.555555555556,
                                            y = 712192.28447135,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 1798,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75964589568306,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75375832682068,
                                            x = -128207.50125591,
                                            speed = 55.555555555556,
                                            y = 723793.81038039,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 1798,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76085581556957,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75506810349752,
                                            x = -119750.14756673,
                                            speed = 55.555555555556,
                                            y = 728903.96891114,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 995,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 41.666666666667,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [12]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 1,
                                        lat = 0.759437,
                                        skill = "Player",
                                        y = 760428.0733062,
                                        long = 0.761624,
                                        x = -124921.90954665,
                                        name = "Чип",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "B_8V20A_OFP2",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "B_8V20A_OFP2",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 0,
                                            name = 100,
                                        }, -- end of callsign
                                        onboard_num = 51,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Ka-50",
                                        CLSID = "{3457BB1E-523F-4C24-BBEA-58D028623F05}",
                                        unitId = 145,
                                        lat = 0.75943,
                                        skill = "Excellent",
                                        y = 760466.37391759,
                                        long = 0.761631,
                                        x = -124962.31193751,
                                        name = "Дейл",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "B_8V20A_OFP2",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "B_8V20A_OFP2",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A6FD14D3-6D30-4C85-88A7-8D17BEE120E2}",
                                                }, -- end of [4]
                                            }, -- end of pylons
                                            fuel = "1450",
                                            flare = 128,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = 101,
                                        }, -- end of callsign
                                        onboard_num = 53,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [2] = 
                                        {
                                            [27] = 
                                            {
                                                long = 0.75106792370629,
                                                lat = 0.75859114405424,
                                            }, -- end of [27]
                                            [2] = 
                                            {
                                                long = 0.75275936274341,
                                                lat = 0.75927076215867,
                                            }, -- end of [2]
                                            [38] = 
                                            {
                                                long = 0.75056567909429,
                                                lat = 0.75825674525404,
                                            }, -- end of [38]
                                            [3] = 
                                            {
                                                long = 0.75269669389395,
                                                lat = 0.75925173354442,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                long = 0.75266845753719,
                                                lat = 0.75923840600039,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                long = 0.75264120425976,
                                                lat = 0.7592194369956,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                long = 0.75264120425976,
                                                lat = 0.7592194369956,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                long = 0.75259771628014,
                                                lat = 0.75918916580432,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                long = 0.75257912419424,
                                                lat = 0.75917866317752,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                long = 0.75228431526415,
                                                lat = 0.75909332014203,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                long = 0.75204669640808,
                                                lat = 0.75904647268095,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                long = 0.75191761654815,
                                                lat = 0.75897760609831,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                long = 0.7519316549286,
                                                lat = 0.75893734700443,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                long = 0.75177692351815,
                                                lat = 0.75883496617616,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                long = 0.75145462431138,
                                                lat = 0.75869967036461,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                long = 0.75104007845487,
                                                lat = 0.75858442937211,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                long = 0.7507537743613,
                                                lat = 0.75843389521091,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                long = 0.75049141244734,
                                                lat = 0.75821066924632,
                                            }, -- end of [40]
                                            [33] = 
                                            {
                                                long = 0.75070053824118,
                                                lat = 0.75837887643245,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                long = 0.75049141244734,
                                                lat = 0.75821066924632,
                                            }, -- end of [41]
                                            [17] = 
                                            {
                                                long = 0.7519342981982,
                                                lat = 0.75892549533678,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                long = 0.75174694247333,
                                                lat = 0.75882201588915,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                long = 0.75141315388882,
                                                lat = 0.75868177067022,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                long = 0.75100473578827,
                                                lat = 0.75857217821417,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                long = 0.75069119935161,
                                                lat = 0.75837067649946,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                long = 0.75048865863055,
                                                lat = 0.75820884600757,
                                            }, -- end of [42]
                                            [9] = 
                                            {
                                                long = 0.7525015506907,
                                                lat = 0.75914894600585,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                long = 0.75207611490881,
                                                lat = 0.75905601501579,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                long = 0.75192457105871,
                                                lat = 0.75898499220571,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                long = 0.75191613505384,
                                                lat = 0.75896879051041,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                long = 0.75193071692324,
                                                lat = 0.75891380585535,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                long = 0.75155416917759,
                                                lat = 0.75875541801803,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                long = 0.75116820409241,
                                                lat = 0.75861152715797,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                long = 0.75082640403072,
                                                lat = 0.75848499815271,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                long = 0.75062630399839,
                                                lat = 0.75832775367806,
                                            }, -- end of [36]
                                            [44] = 
                                            {
                                                long = 0.75044591935247,
                                                lat = 0.75818891842475,
                                            }, -- end of [44]
                                            [46] = 
                                            {
                                                long = 0.75031200206877,
                                                lat = 0.75817656932238,
                                            }, -- end of [46]
                                            [39] = 
                                            {
                                                long = 0.75054095519498,
                                                lat = 0.75824346847013,
                                            }, -- end of [39]
                                            [43] = 
                                            {
                                                long = 0.75047161220766,
                                                lat = 0.75819897134675,
                                            }, -- end of [43]
                                            [37] = 
                                            {
                                                long = 0.75058139290238,
                                                lat = 0.75827089670222,
                                            }, -- end of [37]
                                            [45] = 
                                            {
                                                long = 0.75041791079026,
                                                lat = 0.75818307250843,
                                            }, -- end of [45]
                                            [35] = 
                                            {
                                                long = 0.75064716232457,
                                                lat = 0.75834819960487,
                                            }, -- end of [35]
                                            [1] = 
                                            {
                                                long = 0.75275936274341,
                                                lat = 0.75927076215867,
                                            }, -- end of [1]
                                            [19] = 
                                            {
                                                long = 0.75192130337175,
                                                lat = 0.75890397029789,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                long = 0.75153541089904,
                                                lat = 0.758747667145,
                                            }, -- end of [23]
                                            [31] = 
                                            {
                                                long = 0.75078792512181,
                                                lat = 0.75846101208656,
                                            }, -- end of [31]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.75031200206877,
                                                lat = 0.75817656932238,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.75031200206877,
                                                lat = 0.75817656932238,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.7500669597477,
                                                lat = 0.75809598935758,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.74988754174965,
                                                lat = 0.75799084453081,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                long = 0.7492727101181,
                                                lat = 0.75755966751816,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                long = 0.74915447406668,
                                                lat = 0.75733418268435,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                long = 0.74985669550622,
                                                lat = 0.75797692063197,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                long = 0.74896297120517,
                                                lat = 0.75702272904692,
                                            }, -- end of [18]
                                            [5] = 
                                            {
                                                long = 0.74999166791743,
                                                lat = 0.75806024033935,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.74978423023103,
                                                lat = 0.757954885404,
                                            }, -- end of [10]
                                            [11] = 
                                            {
                                                long = 0.74974325511372,
                                                lat = 0.75794090898574,
                                            }, -- end of [11]
                                            [3] = 
                                            {
                                                long = 0.75030832484677,
                                                lat = 0.75817634342426,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.74996786847283,
                                                lat = 0.75804726718878,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                long = 0.74968978061727,
                                                lat = 0.75791712115391,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                long = 0.7494816186858,
                                                lat = 0.75780700959031,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                long = 0.7499146687353,
                                                lat = 0.75800831339404,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                long = 0.74945344623904,
                                                lat = 0.75778899853548,
                                            }, -- end of [14]
                                            [19] = 
                                            {
                                                long = 0.74894220734335,
                                                lat = 0.75699990269137,
                                            }, -- end of [19]
                                            [15] = 
                                            {
                                                long = 0.74943002777941,
                                                lat = 0.75776782263723,
                                            }, -- end of [15]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [27] = 
                                            {
                                                long = 0.75355067614428,
                                                lat = 0.75955161743114,
                                            }, -- end of [27]
                                            [2] = 
                                            {
                                                long = 0.75470791880456,
                                                lat = 0.76087967375115,
                                            }, -- end of [2]
                                            [38] = 
                                            {
                                                long = 0.75311839182975,
                                                lat = 0.75941919037079,
                                            }, -- end of [38]
                                            [3] = 
                                            {
                                                long = 0.75458284063995,
                                                lat = 0.76082843660658,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                long = 0.75457468273165,
                                                lat = 0.76082368054107,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                long = 0.75450592484696,
                                                lat = 0.76073555677249,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                long = 0.75450592484696,
                                                lat = 0.76073555677249,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                long = 0.75444352789139,
                                                lat = 0.76065234976705,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                long = 0.75434216705606,
                                                lat = 0.76048514695858,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                long = 0.75423156944898,
                                                lat = 0.76034200599479,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                long = 0.75409591699116,
                                                lat = 0.7602150123181,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                long = 0.7539800822818,
                                                lat = 0.76014202759391,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                long = 0.75396396667198,
                                                lat = 0.76011522486626,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                long = 0.75378877734984,
                                                lat = 0.75990135573321,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                long = 0.75371085077153,
                                                lat = 0.75968680148012,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                long = 0.75345862347937,
                                                lat = 0.75952716550513,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                long = 0.75321590969933,
                                                lat = 0.75944481621797,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                long = 0.75291107985924,
                                                lat = 0.75936093975015,
                                            }, -- end of [40]
                                            [33] = 
                                            {
                                                long = 0.75320705125349,
                                                lat = 0.75943454466607,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                long = 0.75280242896543,
                                                lat = 0.75928849653011,
                                            }, -- end of [41]
                                            [17] = 
                                            {
                                                long = 0.75395787893105,
                                                lat = 0.76009913420802,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                long = 0.7537923061824,
                                                lat = 0.75988722397867,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                long = 0.75366216326322,
                                                lat = 0.75963200434602,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                long = 0.75338457584802,
                                                lat = 0.75949693151357,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                long = 0.75320295226332,
                                                lat = 0.75941544768104,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                long = 0.75278114021029,
                                                lat = 0.75927737398789,
                                            }, -- end of [42]
                                            [9] = 
                                            {
                                                long = 0.75427177545439,
                                                lat = 0.76038970642395,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                long = 0.75411907779315,
                                                lat = 0.76023183805766,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                long = 0.75406175660021,
                                                lat = 0.76019886470086,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                long = 0.75396910072483,
                                                lat = 0.76012951777795,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                long = 0.75379987674487,
                                                lat = 0.75992853321354,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                long = 0.75381712590383,
                                                lat = 0.75985492732396,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                long = 0.75363187290709,
                                                lat = 0.75960482650444,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                long = 0.75328843481019,
                                                lat = 0.75947566436534,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                long = 0.75318903191936,
                                                lat = 0.75940712168072,
                                            }, -- end of [36]
                                            [31] = 
                                            {
                                                long = 0.75322581419737,
                                                lat = 0.75945044153678,
                                            }, -- end of [31]
                                            [37] = 
                                            {
                                                long = 0.75313186809322,
                                                lat = 0.75941853065127,
                                            }, -- end of [37]
                                            [39] = 
                                            {
                                                long = 0.75293057529289,
                                                lat = 0.75936845417196,
                                            }, -- end of [39]
                                            [35] = 
                                            {
                                                long = 0.75319797387261,
                                                lat = 0.7594096155439,
                                            }, -- end of [35]
                                            [1] = 
                                            {
                                                long = 0.75470791880456,
                                                lat = 0.76087967375115,
                                            }, -- end of [1]
                                            [19] = 
                                            {
                                                long = 0.75379141077313,
                                                lat = 0.75991556035374,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                long = 0.75381777840102,
                                                lat = 0.75984544998132,
                                            }, -- end of [23]
                                            [43] = 
                                            {
                                                long = 0.75275936274341,
                                                lat = 0.75927076215867,
                                            }, -- end of [43]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74894220734335,
                                                lat = 0.75699990269137,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74893472163071,
                                                lat = 0.75695525080491,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.7489161453056,
                                                lat = 0.75697927000975,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74892547753107,
                                                lat = 0.75698099754789,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 757,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.76087967375115,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75470791880456,
                                            x = -119806.59202073,
                                            speed = 11.111111111111,
                                            y = 727217.5123541,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1797,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75927076215867,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.75191531122033,
                                                    radius = 1000,
                                                    y = 715777.05594341,
                                                    x = -133552.48551307,
                                                    lat = 0.75897179003374,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.75275936274341,
                                            x = -131166.71039694,
                                            speed = 11.111111111111,
                                            y = 719459.21215188,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1155,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75817656932238,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.74972751756459,
                                                    radius = 1000,
                                                    y = 706418.23479564,
                                                    x = -141361.80423333,
                                                    lat = 0.75793997695672,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.74931542353922,
                                                    radius = 1000,
                                                    y = 704734.18849806,
                                                    x = -143507.72330776,
                                                    lat = 0.75763906403439,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [2]
                                            }, -- end of targets
                                            long = 0.75031200206877,
                                            x = -139529.86800889,
                                            speed = 9.7222222222222,
                                            y = 708953.6160557,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1348,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75699990269137,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74894220734335,
                                            x = -147786.86619762,
                                            speed = 6.9444444444444,
                                            y = 703492.09373645,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 1383,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75695525080491,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74893472163071,
                                            x = -148075.48129409,
                                            speed = 4.1666666666667,
                                            y = 703491.75768547,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 16,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 61,
                                        lat = 0.76087967375115,
                                        skill = "High",
                                        long = 0.75470791880456,
                                        x = -119806.59202073,
                                        name = "Юнит #57",
                                        heading = 3.8627791086613,
                                        y = 727217.5123541,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 62,
                                        lat = 0.76088312849759,
                                        skill = "High",
                                        long = 0.75471635353697,
                                        x = -119779.77571385,
                                        name = "Юнит #58",
                                        heading = 3.8626707493112,
                                        y = 727253.88325712,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 63,
                                        lat = 0.76087623048218,
                                        skill = "High",
                                        long = 0.75469951223724,
                                        x = -119833.31915611,
                                        name = "Юнит #59",
                                        heading = 3.8626707493112,
                                        y = 727181.26294658,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "Наши танки",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [127] = 
                                            {
                                                long = 0.75423156944898,
                                                lat = 0.76034200599479,
                                            }, -- end of [127]
                                            [158] = 
                                            {
                                                long = 0.75280242896543,
                                                lat = 0.75928849653011,
                                            }, -- end of [158]
                                            [190] = 
                                            {
                                                long = 0.75070053824118,
                                                lat = 0.75837887643245,
                                            }, -- end of [190]
                                            [222] = 
                                            {
                                                long = 0.7488673630698,
                                                lat = 0.75696736652331,
                                            }, -- end of [222]
                                            [1] = 
                                            {
                                                long = 0.75413826224178,
                                                lat = 0.76619540895563,
                                            }, -- end of [1]
                                            [316] = 
                                            {
                                                long = 0.74464809497205,
                                                lat = 0.75512584263047,
                                            }, -- end of [316]
                                            [2] = 
                                            {
                                                long = 0.75413826224178,
                                                lat = 0.76619540895563,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                long = 0.75415075737947,
                                                lat = 0.76618625315826,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                long = 0.75418030175795,
                                                lat = 0.76617063264132,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                long = 0.75421076702369,
                                                lat = 0.76615594897575,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                long = 0.75423468483688,
                                                lat = 0.76613730347584,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                long = 0.75431915221147,
                                                lat = 0.76604253680242,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                long = 0.75433736116533,
                                                lat = 0.76603107848448,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                long = 0.75437713145054,
                                                lat = 0.76602128145061,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                long = 0.75444299107233,
                                                lat = 0.76601297028837,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                long = 0.75483231554658,
                                                lat = 0.76565147752552,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                long = 0.75485477857545,
                                                lat = 0.76563655445103,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                long = 0.75562268530803,
                                                lat = 0.76513827802883,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                long = 0.75624775515822,
                                                lat = 0.76484898867837,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                long = 0.75644663541871,
                                                lat = 0.76476847893429,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                long = 0.75668723194606,
                                                lat = 0.76466136426059,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                long = 0.75820837809748,
                                                lat = 0.76398271246327,
                                            }, -- end of [40]
                                            [48] = 
                                            {
                                                long = 0.75903712680498,
                                                lat = 0.76359827403055,
                                            }, -- end of [48]
                                            [56] = 
                                            {
                                                long = 0.75928641094869,
                                                lat = 0.76343493294468,
                                            }, -- end of [56]
                                            [64] = 
                                            {
                                                long = 0.75955748495648,
                                                lat = 0.76309426140224,
                                            }, -- end of [64]
                                            [80] = 
                                            {
                                                long = 0.75887613355678,
                                                lat = 0.76235146433038,
                                            }, -- end of [80]
                                            [96] = 
                                            {
                                                long = 0.7573349118887,
                                                lat = 0.76179982725382,
                                            }, -- end of [96]
                                            [112] = 
                                            {
                                                long = 0.75572038020685,
                                                lat = 0.76114272810577,
                                            }, -- end of [112]
                                            [128] = 
                                            {
                                                long = 0.75411907779315,
                                                lat = 0.76023183805766,
                                            }, -- end of [128]
                                            [160] = 
                                            {
                                                long = 0.75269669389395,
                                                lat = 0.75925173354442,
                                            }, -- end of [160]
                                            [192] = 
                                            {
                                                long = 0.75064716232457,
                                                lat = 0.75834819960487,
                                            }, -- end of [192]
                                            [224] = 
                                            {
                                                long = 0.74878343838012,
                                                lat = 0.75694441254351,
                                            }, -- end of [224]
                                            [256] = 
                                            {
                                                long = 0.74744166518381,
                                                lat = 0.75631036200657,
                                            }, -- end of [256]
                                            [320] = 
                                            {
                                                long = 0.74449162707787,
                                                lat = 0.75506736940099,
                                            }, -- end of [320]
                                            [257] = 
                                            {
                                                long = 0.74743766675764,
                                                lat = 0.75630613238777,
                                            }, -- end of [257]
                                            [321] = 
                                            {
                                                long = 0.74447666657254,
                                                lat = 0.75504831651224,
                                            }, -- end of [321]
                                            [129] = 
                                            {
                                                long = 0.75409591699116,
                                                lat = 0.7602150123181,
                                            }, -- end of [129]
                                            [161] = 
                                            {
                                                long = 0.75266845753719,
                                                lat = 0.75923840600039,
                                            }, -- end of [161]
                                            [193] = 
                                            {
                                                long = 0.75062630399839,
                                                lat = 0.75832775367806,
                                            }, -- end of [193]
                                            [225] = 
                                            {
                                                long = 0.74873994410353,
                                                lat = 0.75693047808526,
                                            }, -- end of [225]
                                            [258] = 
                                            {
                                                long = 0.74740233212374,
                                                lat = 0.75623173204015,
                                            }, -- end of [258]
                                            [322] = 
                                            {
                                                long = 0.74446095608059,
                                                lat = 0.75501378722142,
                                            }, -- end of [322]
                                            [65] = 
                                            {
                                                long = 0.75955704931282,
                                                lat = 0.76308629585982,
                                            }, -- end of [65]
                                            [81] = 
                                            {
                                                long = 0.7586143355593,
                                                lat = 0.76228702817819,
                                            }, -- end of [81]
                                            [97] = 
                                            {
                                                long = 0.75731746458654,
                                                lat = 0.76180143097528,
                                            }, -- end of [97]
                                            [113] = 
                                            {
                                                long = 0.75569755272063,
                                                lat = 0.76114064718441,
                                            }, -- end of [113]
                                            [130] = 
                                            {
                                                long = 0.75406175660021,
                                                lat = 0.76019886470086,
                                            }, -- end of [130]
                                            [162] = 
                                            {
                                                long = 0.75264120425976,
                                                lat = 0.7592194369956,
                                            }, -- end of [162]
                                            [194] = 
                                            {
                                                long = 0.75058139290238,
                                                lat = 0.75827089670222,
                                            }, -- end of [194]
                                            [226] = 
                                            {
                                                long = 0.74861600801079,
                                                lat = 0.7569042649656,
                                            }, -- end of [226]
                                            [260] = 
                                            {
                                                long = 0.74737808570951,
                                                lat = 0.75620165579061,
                                            }, -- end of [260]
                                            [324] = 
                                            {
                                                long = 0.74442985699119,
                                                lat = 0.75496557808474,
                                            }, -- end of [324]
                                            [261] = 
                                            {
                                                long = 0.74735744641245,
                                                lat = 0.7561884548366,
                                            }, -- end of [261]
                                            [325] = 
                                            {
                                                long = 0.74442392559989,
                                                lat = 0.75495666509223,
                                            }, -- end of [325]
                                            [131] = 
                                            {
                                                long = 0.7539800822818,
                                                lat = 0.76014202759391,
                                            }, -- end of [131]
                                            [163] = 
                                            {
                                                long = 0.75264120425976,
                                                lat = 0.7592194369956,
                                            }, -- end of [163]
                                            [195] = 
                                            {
                                                long = 0.75056567909429,
                                                lat = 0.75825674525404,
                                            }, -- end of [195]
                                            [227] = 
                                            {
                                                long = 0.74851793072231,
                                                lat = 0.75687366694274,
                                            }, -- end of [227]
                                            [262] = 
                                            {
                                                long = 0.74733313373636,
                                                lat = 0.75617910401017,
                                            }, -- end of [262]
                                            [326] = 
                                            {
                                                long = 0.74441166449148,
                                                lat = 0.75494711398845,
                                            }, -- end of [326]
                                            [33] = 
                                            {
                                                long = 0.75717565347472,
                                                lat = 0.76445831358034,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                long = 0.75826816493952,
                                                lat = 0.7639666696128,
                                            }, -- end of [41]
                                            [49] = 
                                            {
                                                long = 0.75908721296339,
                                                lat = 0.76356858541916,
                                            }, -- end of [49]
                                            [57] = 
                                            {
                                                long = 0.75929716868363,
                                                lat = 0.76341250474075,
                                            }, -- end of [57]
                                            [66] = 
                                            {
                                                long = 0.75953669984334,
                                                lat = 0.76302633901435,
                                            }, -- end of [66]
                                            [82] = 
                                            {
                                                long = 0.75833345209346,
                                                lat = 0.76219559343562,
                                            }, -- end of [82]
                                            [98] = 
                                            {
                                                long = 0.75724838546833,
                                                lat = 0.7617914531732,
                                            }, -- end of [98]
                                            [114] = 
                                            {
                                                long = 0.75530862485039,
                                                lat = 0.7610587641019,
                                            }, -- end of [114]
                                            [132] = 
                                            {
                                                long = 0.75396910072483,
                                                lat = 0.76012951777795,
                                            }, -- end of [132]
                                            [164] = 
                                            {
                                                long = 0.75259771628014,
                                                lat = 0.75918916580432,
                                            }, -- end of [164]
                                            [196] = 
                                            {
                                                long = 0.75054095519498,
                                                lat = 0.75824346847013,
                                            }, -- end of [196]
                                            [228] = 
                                            {
                                                long = 0.74848952317091,
                                                lat = 0.7568683771375,
                                            }, -- end of [228]
                                            [264] = 
                                            {
                                                long = 0.74723532401749,
                                                lat = 0.75616270177089,
                                            }, -- end of [264]
                                            [328] = 
                                            {
                                                long = 0.74437796642308,
                                                lat = 0.75493915315137,
                                            }, -- end of [328]
                                            [265] = 
                                            {
                                                long = 0.7472059946767,
                                                lat = 0.75616414415372,
                                            }, -- end of [265]
                                            [329] = 
                                            {
                                                long = 0.74433232070569,
                                                lat = 0.7549451591597,
                                            }, -- end of [329]
                                            [133] = 
                                            {
                                                long = 0.75396396667198,
                                                lat = 0.76011522486626,
                                            }, -- end of [133]
                                            [165] = 
                                            {
                                                long = 0.75257912419424,
                                                lat = 0.75917866317752,
                                            }, -- end of [165]
                                            [197] = 
                                            {
                                                long = 0.75049141244734,
                                                lat = 0.75821066924632,
                                            }, -- end of [197]
                                            [229] = 
                                            {
                                                long = 0.74843417231192,
                                                lat = 0.75686606649443,
                                            }, -- end of [229]
                                            [266] = 
                                            {
                                                long = 0.74712884738758,
                                                lat = 0.75617961673241,
                                            }, -- end of [266]
                                            [330] = 
                                            {
                                                long = 0.74432510633127,
                                                lat = 0.75494436064632,
                                            }, -- end of [330]
                                            [67] = 
                                            {
                                                long = 0.75948927453026,
                                                lat = 0.76294849394973,
                                            }, -- end of [67]
                                            [83] = 
                                            {
                                                long = 0.75828766325535,
                                                lat = 0.76218483416834,
                                            }, -- end of [83]
                                            [99] = 
                                            {
                                                long = 0.75716337558543,
                                                lat = 0.76176943569457,
                                            }, -- end of [99]
                                            [115] = 
                                            {
                                                long = 0.75523193244784,
                                                lat = 0.76104807127468,
                                            }, -- end of [115]
                                            [134] = 
                                            {
                                                long = 0.75395787893105,
                                                lat = 0.76009913420802,
                                            }, -- end of [134]
                                            [166] = 
                                            {
                                                long = 0.7525015506907,
                                                lat = 0.75914894600585,
                                            }, -- end of [166]
                                            [198] = 
                                            {
                                                long = 0.75049141244734,
                                                lat = 0.75821066924632,
                                            }, -- end of [198]
                                            [230] = 
                                            {
                                                long = 0.74840084063981,
                                                lat = 0.756867484027,
                                            }, -- end of [230]
                                            [268] = 
                                            {
                                                long = 0.74704813529564,
                                                lat = 0.75618440678006,
                                            }, -- end of [268]
                                            [269] = 
                                            {
                                                long = 0.7470080385823,
                                                lat = 0.75617979285308,
                                            }, -- end of [269]
                                            [135] = 
                                            {
                                                long = 0.75379987674487,
                                                lat = 0.75992853321354,
                                            }, -- end of [135]
                                            [167] = 
                                            {
                                                long = 0.75228431526415,
                                                lat = 0.75909332014203,
                                            }, -- end of [167]
                                            [199] = 
                                            {
                                                long = 0.75048865863055,
                                                lat = 0.75820884600757,
                                            }, -- end of [199]
                                            [231] = 
                                            {
                                                long = 0.74832557974666,
                                                lat = 0.75688087804714,
                                            }, -- end of [231]
                                            [17] = 
                                            {
                                                long = 0.75493370268419,
                                                lat = 0.76558411704377,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                long = 0.75569309607747,
                                                lat = 0.76510101606253,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                long = 0.75624775515822,
                                                lat = 0.76484898867837,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                long = 0.75644663541871,
                                                lat = 0.76476847893429,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                long = 0.75742459010489,
                                                lat = 0.76433346600007,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                long = 0.75843702924335,
                                                lat = 0.76393833941737,
                                            }, -- end of [42]
                                            [50] = 
                                            {
                                                long = 0.75911396706815,
                                                lat = 0.76355699616633,
                                            }, -- end of [50]
                                            [58] = 
                                            {
                                                long = 0.75930946905853,
                                                lat = 0.76339268030304,
                                            }, -- end of [58]
                                            [68] = 
                                            {
                                                long = 0.75945755474467,
                                                lat = 0.7629104729333,
                                            }, -- end of [68]
                                            [84] = 
                                            {
                                                long = 0.75799276607615,
                                                lat = 0.76212808754008,
                                            }, -- end of [84]
                                            [100] = 
                                            {
                                                long = 0.75712698406613,
                                                lat = 0.76175535258279,
                                            }, -- end of [100]
                                            [116] = 
                                            {
                                                long = 0.75511179913362,
                                                lat = 0.76102091154389,
                                            }, -- end of [116]
                                            [136] = 
                                            {
                                                long = 0.75379141077313,
                                                lat = 0.75991556035374,
                                            }, -- end of [136]
                                            [168] = 
                                            {
                                                long = 0.75207611490881,
                                                lat = 0.75905601501579,
                                            }, -- end of [168]
                                            [200] = 
                                            {
                                                long = 0.75047161220766,
                                                lat = 0.75819897134675,
                                            }, -- end of [200]
                                            [232] = 
                                            {
                                                long = 0.74831862346611,
                                                lat = 0.75687913017514,
                                            }, -- end of [232]
                                            [272] = 
                                            {
                                                long = 0.74684929884903,
                                                lat = 0.75612971353417,
                                            }, -- end of [272]
                                            [273] = 
                                            {
                                                long = 0.7467924552024,
                                                lat = 0.75608941897453,
                                            }, -- end of [273]
                                            [137] = 
                                            {
                                                long = 0.75378877734984,
                                                lat = 0.75990135573321,
                                            }, -- end of [137]
                                            [169] = 
                                            {
                                                long = 0.75204669640808,
                                                lat = 0.75904647268095,
                                            }, -- end of [169]
                                            [201] = 
                                            {
                                                long = 0.75044591935247,
                                                lat = 0.75818891842475,
                                            }, -- end of [201]
                                            [233] = 
                                            {
                                                long = 0.7483020037897,
                                                lat = 0.75685648434206,
                                            }, -- end of [233]
                                            [274] = 
                                            {
                                                long = 0.74676742110663,
                                                lat = 0.7560755711608,
                                            }, -- end of [274]
                                            [69] = 
                                            {
                                                long = 0.75925273134513,
                                                lat = 0.76269914682363,
                                            }, -- end of [69]
                                            [85] = 
                                            {
                                                long = 0.75799276607615,
                                                lat = 0.76212808754008,
                                            }, -- end of [85]
                                            [101] = 
                                            {
                                                long = 0.75707260809612,
                                                lat = 0.76172549486998,
                                            }, -- end of [101]
                                            [117] = 
                                            {
                                                long = 0.75485471990175,
                                                lat = 0.76093503536115,
                                            }, -- end of [117]
                                            [138] = 
                                            {
                                                long = 0.7537923061824,
                                                lat = 0.75988722397867,
                                            }, -- end of [138]
                                            [170] = 
                                            {
                                                long = 0.75192457105871,
                                                lat = 0.75898499220571,
                                            }, -- end of [170]
                                            [202] = 
                                            {
                                                long = 0.75041791079026,
                                                lat = 0.75818307250843,
                                            }, -- end of [202]
                                            [234] = 
                                            {
                                                long = 0.7482847594511,
                                                lat = 0.75684315421101,
                                            }, -- end of [234]
                                            [276] = 
                                            {
                                                long = 0.74669081024406,
                                                lat = 0.75605189388281,
                                            }, -- end of [276]
                                            [277] = 
                                            {
                                                long = 0.74649034615712,
                                                lat = 0.7559483288835,
                                            }, -- end of [277]
                                            [139] = 
                                            {
                                                long = 0.75381712590383,
                                                lat = 0.75985492732396,
                                            }, -- end of [139]
                                            [171] = 
                                            {
                                                long = 0.75191761654815,
                                                lat = 0.75897760609831,
                                            }, -- end of [171]
                                            [203] = 
                                            {
                                                long = 0.75030832484677,
                                                lat = 0.75817634342426,
                                            }, -- end of [203]
                                            [235] = 
                                            {
                                                long = 0.74822207939725,
                                                lat = 0.75681643946676,
                                            }, -- end of [235]
                                            [278] = 
                                            {
                                                long = 0.74637703677143,
                                                lat = 0.75587372773562,
                                            }, -- end of [278]
                                            [35] = 
                                            {
                                                long = 0.75792490128846,
                                                lat = 0.76404624556235,
                                            }, -- end of [35]
                                            [43] = 
                                            {
                                                long = 0.75858645542468,
                                                lat = 0.76391100938615,
                                            }, -- end of [43]
                                            [51] = 
                                            {
                                                long = 0.75918072905282,
                                                lat = 0.76353101558846,
                                            }, -- end of [51]
                                            [59] = 
                                            {
                                                long = 0.75952316321775,
                                                lat = 0.76319816019575,
                                            }, -- end of [59]
                                            [70] = 
                                            {
                                                long = 0.75921811049767,
                                                lat = 0.76265507322719,
                                            }, -- end of [70]
                                            [86] = 
                                            {
                                                long = 0.75798888617549,
                                                lat = 0.76212734058811,
                                            }, -- end of [86]
                                            [102] = 
                                            {
                                                long = 0.75704467776849,
                                                lat = 0.76170411892028,
                                            }, -- end of [102]
                                            [118] = 
                                            {
                                                long = 0.75485471990175,
                                                lat = 0.76093503536115,
                                            }, -- end of [118]
                                            [140] = 
                                            {
                                                long = 0.75381777840102,
                                                lat = 0.75984544998132,
                                            }, -- end of [140]
                                            [172] = 
                                            {
                                                long = 0.75191613505384,
                                                lat = 0.75896879051041,
                                            }, -- end of [172]
                                            [204] = 
                                            {
                                                long = 0.7500669597477,
                                                lat = 0.75809598935758,
                                            }, -- end of [204]
                                            [236] = 
                                            {
                                                long = 0.7481324259211,
                                                lat = 0.75676028587558,
                                            }, -- end of [236]
                                            [280] = 
                                            {
                                                long = 0.74633054278093,
                                                lat = 0.75585670097553,
                                            }, -- end of [280]
                                            [281] = 
                                            {
                                                long = 0.74623805059376,
                                                lat = 0.75585164116736,
                                            }, -- end of [281]
                                            [141] = 
                                            {
                                                long = 0.75371085077153,
                                                lat = 0.75968680148012,
                                            }, -- end of [141]
                                            [173] = 
                                            {
                                                long = 0.7519316549286,
                                                lat = 0.75893734700443,
                                            }, -- end of [173]
                                            [205] = 
                                            {
                                                long = 0.74999166791743,
                                                lat = 0.75806024033935,
                                            }, -- end of [205]
                                            [237] = 
                                            {
                                                long = 0.74807557755695,
                                                lat = 0.75673431407641,
                                            }, -- end of [237]
                                            [282] = 
                                            {
                                                long = 0.7461990765271,
                                                lat = 0.75584455910374,
                                            }, -- end of [282]
                                            [71] = 
                                            {
                                                long = 0.75921811049767,
                                                lat = 0.76265507322719,
                                            }, -- end of [71]
                                            [87] = 
                                            {
                                                long = 0.75795844205456,
                                                lat = 0.76211649198121,
                                            }, -- end of [87]
                                            [103] = 
                                            {
                                                long = 0.75679176800783,
                                                lat = 0.76143972639523,
                                            }, -- end of [103]
                                            [119] = 
                                            {
                                                long = 0.75479155960749,
                                                lat = 0.76091392923307,
                                            }, -- end of [119]
                                            [142] = 
                                            {
                                                long = 0.75366216326322,
                                                lat = 0.75963200434602,
                                            }, -- end of [142]
                                            [174] = 
                                            {
                                                long = 0.7519342981982,
                                                lat = 0.75892549533678,
                                            }, -- end of [174]
                                            [206] = 
                                            {
                                                long = 0.74996786847283,
                                                lat = 0.75804726718878,
                                            }, -- end of [206]
                                            [238] = 
                                            {
                                                long = 0.74805450059959,
                                                lat = 0.7567100136595,
                                            }, -- end of [238]
                                            [284] = 
                                            {
                                                long = 0.74613153613081,
                                                lat = 0.75580830555706,
                                            }, -- end of [284]
                                            [285] = 
                                            {
                                                long = 0.74612815312965,
                                                lat = 0.75580738578349,
                                            }, -- end of [285]
                                            [9] = 
                                            {
                                                long = 0.75435932372583,
                                                lat = 0.76602375504252,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                long = 0.75443484250881,
                                                lat = 0.76601731827472,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                long = 0.75478401594524,
                                                lat = 0.76569023746075,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                long = 0.75485477857545,
                                                lat = 0.76563655445103,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                long = 0.75493370268419,
                                                lat = 0.76558411704377,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                long = 0.75583440133562,
                                                lat = 0.76503683428164,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                long = 0.75626181990862,
                                                lat = 0.76484260114426,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                long = 0.75657663632404,
                                                lat = 0.76470712943277,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                long = 0.75792490128846,
                                                lat = 0.76404624556235,
                                            }, -- end of [36]
                                            [44] = 
                                            {
                                                long = 0.75859552265396,
                                                lat = 0.76390530328449,
                                            }, -- end of [44]
                                            [52] = 
                                            {
                                                long = 0.75920694586963,
                                                lat = 0.76351578584865,
                                            }, -- end of [52]
                                            [60] = 
                                            {
                                                long = 0.75952316321775,
                                                lat = 0.76319816019575,
                                            }, -- end of [60]
                                            [72] = 
                                            {
                                                long = 0.75916999115169,
                                                lat = 0.76259380731566,
                                            }, -- end of [72]
                                            [88] = 
                                            {
                                                long = 0.75788864870006,
                                                lat = 0.76207787576019,
                                            }, -- end of [88]
                                            [104] = 
                                            {
                                                long = 0.75677763998518,
                                                lat = 0.76142681444207,
                                            }, -- end of [104]
                                            [120] = 
                                            {
                                                long = 0.75458284063995,
                                                lat = 0.76082843660658,
                                            }, -- end of [120]
                                            [144] = 
                                            {
                                                long = 0.75355067614428,
                                                lat = 0.75955161743114,
                                            }, -- end of [144]
                                            [176] = 
                                            {
                                                long = 0.75192130337175,
                                                lat = 0.75890397029789,
                                            }, -- end of [176]
                                            [208] = 
                                            {
                                                long = 0.74988754174965,
                                                lat = 0.75799084453081,
                                            }, -- end of [208]
                                            [240] = 
                                            {
                                                long = 0.74797899403865,
                                                lat = 0.75661855804347,
                                            }, -- end of [240]
                                            [288] = 
                                            {
                                                long = 0.74600050831283,
                                                lat = 0.75577083991964,
                                            }, -- end of [288]
                                            [289] = 
                                            {
                                                long = 0.74595606225447,
                                                lat = 0.75575111641777,
                                            }, -- end of [289]
                                            [145] = 
                                            {
                                                long = 0.75345862347937,
                                                lat = 0.75952716550513,
                                            }, -- end of [145]
                                            [177] = 
                                            {
                                                long = 0.75177692351815,
                                                lat = 0.75883496617616,
                                            }, -- end of [177]
                                            [209] = 
                                            {
                                                long = 0.74985669550622,
                                                lat = 0.75797692063197,
                                            }, -- end of [209]
                                            [241] = 
                                            {
                                                long = 0.74796457424753,
                                                lat = 0.75660074096522,
                                            }, -- end of [241]
                                            [290] = 
                                            {
                                                long = 0.74577670342134,
                                                lat = 0.75567768443626,
                                            }, -- end of [290]
                                            [73] = 
                                            {
                                                long = 0.75915411971749,
                                                lat = 0.76256576902232,
                                            }, -- end of [73]
                                            [89] = 
                                            {
                                                long = 0.75786946008046,
                                                lat = 0.7620615138964,
                                            }, -- end of [89]
                                            [105] = 
                                            {
                                                long = 0.75651670406967,
                                                lat = 0.76125236412506,
                                            }, -- end of [105]
                                            [121] = 
                                            {
                                                long = 0.75457468273165,
                                                lat = 0.76082368054107,
                                            }, -- end of [121]
                                            [146] = 
                                            {
                                                long = 0.75338457584802,
                                                lat = 0.75949693151357,
                                            }, -- end of [146]
                                            [178] = 
                                            {
                                                long = 0.75174694247333,
                                                lat = 0.75882201588915,
                                            }, -- end of [178]
                                            [210] = 
                                            {
                                                long = 0.74978423023103,
                                                lat = 0.757954885404,
                                            }, -- end of [210]
                                            [242] = 
                                            {
                                                long = 0.7479451262746,
                                                lat = 0.75658571592541,
                                            }, -- end of [242]
                                            [292] = 
                                            {
                                                long = 0.74552667836045,
                                                lat = 0.75552207942552,
                                            }, -- end of [292]
                                            [293] = 
                                            {
                                                long = 0.74551807699981,
                                                lat = 0.75551802944664,
                                            }, -- end of [293]
                                            [147] = 
                                            {
                                                long = 0.75328843481019,
                                                lat = 0.75947566436534,
                                            }, -- end of [147]
                                            [179] = 
                                            {
                                                long = 0.75155416917759,
                                                lat = 0.75875541801803,
                                            }, -- end of [179]
                                            [211] = 
                                            {
                                                long = 0.74974325511372,
                                                lat = 0.75794090898574,
                                            }, -- end of [211]
                                            [243] = 
                                            {
                                                long = 0.74787011877123,
                                                lat = 0.75654789709625,
                                            }, -- end of [243]
                                            [294] = 
                                            {
                                                long = 0.74550476840636,
                                                lat = 0.75551610977795,
                                            }, -- end of [294]
                                            [37] = 
                                            {
                                                long = 0.75795428363134,
                                                lat = 0.76403097598443,
                                            }, -- end of [37]
                                            [45] = 
                                            {
                                                long = 0.75863284063794,
                                                lat = 0.7638712353071,
                                            }, -- end of [45]
                                            [53] = 
                                            {
                                                long = 0.75921803298202,
                                                lat = 0.76350626240797,
                                            }, -- end of [53]
                                            [61] = 
                                            {
                                                long = 0.75956170088816,
                                                lat = 0.76316333366104,
                                            }, -- end of [61]
                                            [74] = 
                                            {
                                                long = 0.75913953935362,
                                                lat = 0.76253093904654,
                                            }, -- end of [74]
                                            [90] = 
                                            {
                                                long = 0.75785545358693,
                                                lat = 0.76204263335072,
                                            }, -- end of [90]
                                            [106] = 
                                            {
                                                long = 0.75648362194242,
                                                lat = 0.76123788758827,
                                            }, -- end of [106]
                                            [122] = 
                                            {
                                                long = 0.75450592484696,
                                                lat = 0.76073555677249,
                                            }, -- end of [122]
                                            [148] = 
                                            {
                                                long = 0.75322581419737,
                                                lat = 0.75945044153678,
                                            }, -- end of [148]
                                            [180] = 
                                            {
                                                long = 0.75153541089904,
                                                lat = 0.758747667145,
                                            }, -- end of [180]
                                            [212] = 
                                            {
                                                long = 0.74968978061727,
                                                lat = 0.75791712115391,
                                            }, -- end of [212]
                                            [244] = 
                                            {
                                                long = 0.74785680898021,
                                                lat = 0.75653751732057,
                                            }, -- end of [244]
                                            [296] = 
                                            {
                                                long = 0.74542263302753,
                                                lat = 0.75552581981624,
                                            }, -- end of [296]
                                            [297] = 
                                            {
                                                long = 0.74541055412465,
                                                lat = 0.75552018374856,
                                            }, -- end of [297]
                                            [149] = 
                                            {
                                                long = 0.75321590969933,
                                                lat = 0.75944481621797,
                                            }, -- end of [149]
                                            [181] = 
                                            {
                                                long = 0.75145462431138,
                                                lat = 0.75869967036461,
                                            }, -- end of [181]
                                            [213] = 
                                            {
                                                long = 0.7494816186858,
                                                lat = 0.75780700959031,
                                            }, -- end of [213]
                                            [245] = 
                                            {
                                                long = 0.74784837933562,
                                                lat = 0.75652475088167,
                                            }, -- end of [245]
                                            [298] = 
                                            {
                                                long = 0.74537035491832,
                                                lat = 0.75547457481432,
                                            }, -- end of [298]
                                            [75] = 
                                            {
                                                long = 0.75913530125203,
                                                lat = 0.76250629422371,
                                            }, -- end of [75]
                                            [91] = 
                                            {
                                                long = 0.75780313470396,
                                                lat = 0.76191284606755,
                                            }, -- end of [91]
                                            [107] = 
                                            {
                                                long = 0.75630900018848,
                                                lat = 0.7611927105003,
                                            }, -- end of [107]
                                            [123] = 
                                            {
                                                long = 0.75450592484696,
                                                lat = 0.76073555677249,
                                            }, -- end of [123]
                                            [150] = 
                                            {
                                                long = 0.75320705125349,
                                                lat = 0.75943454466607,
                                            }, -- end of [150]
                                            [182] = 
                                            {
                                                long = 0.75141315388882,
                                                lat = 0.75868177067022,
                                            }, -- end of [182]
                                            [214] = 
                                            {
                                                long = 0.74945344623904,
                                                lat = 0.75778899853548,
                                            }, -- end of [214]
                                            [246] = 
                                            {
                                                long = 0.74784106131019,
                                                lat = 0.75648190610949,
                                            }, -- end of [246]
                                            [300] = 
                                            {
                                                long = 0.74531632442308,
                                                lat = 0.75543446653011,
                                            }, -- end of [300]
                                            [301] = 
                                            {
                                                long = 0.74524206087864,
                                                lat = 0.75540079824742,
                                            }, -- end of [301]
                                            [151] = 
                                            {
                                                long = 0.75320295226332,
                                                lat = 0.75941544768104,
                                            }, -- end of [151]
                                            [183] = 
                                            {
                                                long = 0.75116820409241,
                                                lat = 0.75861152715797,
                                            }, -- end of [183]
                                            [215] = 
                                            {
                                                long = 0.74943002777941,
                                                lat = 0.75776782263723,
                                            }, -- end of [215]
                                            [247] = 
                                            {
                                                long = 0.74783169754365,
                                                lat = 0.75646341288784,
                                            }, -- end of [247]
                                            [19] = 
                                            {
                                                long = 0.75506270088514,
                                                lat = 0.76549462094903,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                long = 0.75583440133562,
                                                lat = 0.76503683428164,
                                            }, -- end of [23]
                                            [27] = 
                                            {
                                                long = 0.75635141151236,
                                                lat = 0.76481423799193,
                                            }, -- end of [27]
                                            [31] = 
                                            {
                                                long = 0.75668723194606,
                                                lat = 0.76466136426059,
                                            }, -- end of [31]
                                            [38] = 
                                            {
                                                long = 0.7579826598216,
                                                lat = 0.76402231377185,
                                            }, -- end of [38]
                                            [46] = 
                                            {
                                                long = 0.75867059287335,
                                                lat = 0.76384332736073,
                                            }, -- end of [46]
                                            [54] = 
                                            {
                                                long = 0.75921803298202,
                                                lat = 0.76350626240797,
                                            }, -- end of [54]
                                            [62] = 
                                            {
                                                long = 0.75956170088816,
                                                lat = 0.76316333366104,
                                            }, -- end of [62]
                                            [76] = 
                                            {
                                                long = 0.75913399424751,
                                                lat = 0.76245594641864,
                                            }, -- end of [76]
                                            [92] = 
                                            {
                                                long = 0.75780313470396,
                                                lat = 0.76191284606755,
                                            }, -- end of [92]
                                            [108] = 
                                            {
                                                long = 0.75628352255251,
                                                lat = 0.76118718972201,
                                            }, -- end of [108]
                                            [124] = 
                                            {
                                                long = 0.75444352789139,
                                                lat = 0.76065234976705,
                                            }, -- end of [124]
                                            [152] = 
                                            {
                                                long = 0.75319797387261,
                                                lat = 0.7594096155439,
                                            }, -- end of [152]
                                            [184] = 
                                            {
                                                long = 0.75106792370629,
                                                lat = 0.75859114405424,
                                            }, -- end of [184]
                                            [216] = 
                                            {
                                                long = 0.7492727101181,
                                                lat = 0.75755966751816,
                                            }, -- end of [216]
                                            [248] = 
                                            {
                                                long = 0.74781675521416,
                                                lat = 0.75644697442508,
                                            }, -- end of [248]
                                            [304] = 
                                            {
                                                long = 0.74510963147165,
                                                lat = 0.75532925056211,
                                            }, -- end of [304]
                                            [305] = 
                                            {
                                                long = 0.74509160876858,
                                                lat = 0.75532537672691,
                                            }, -- end of [305]
                                            [153] = 
                                            {
                                                long = 0.75318903191936,
                                                lat = 0.75940712168072,
                                            }, -- end of [153]
                                            [185] = 
                                            {
                                                long = 0.75104007845487,
                                                lat = 0.75858442937211,
                                            }, -- end of [185]
                                            [217] = 
                                            {
                                                long = 0.74915447406668,
                                                lat = 0.75733418268435,
                                            }, -- end of [217]
                                            [249] = 
                                            {
                                                long = 0.74779566642742,
                                                lat = 0.75643240450512,
                                            }, -- end of [249]
                                            [306] = 
                                            {
                                                long = 0.74498194694302,
                                                lat = 0.75526105550091,
                                            }, -- end of [306]
                                            [331] = 
                                            {
                                                long = 0.74426613113923,
                                                lat = 0.75489700850442,
                                            }, -- end of [331]
                                            [327] = 
                                            {
                                                long = 0.74439576572141,
                                                lat = 0.75494101207594,
                                            }, -- end of [327]
                                            [77] = 
                                            {
                                                long = 0.75914199458245,
                                                lat = 0.76239704235653,
                                            }, -- end of [77]
                                            [93] = 
                                            {
                                                long = 0.75748847915098,
                                                lat = 0.76178107397294,
                                            }, -- end of [93]
                                            [109] = 
                                            {
                                                long = 0.75616125349156,
                                                lat = 0.76117167161299,
                                            }, -- end of [109]
                                            [125] = 
                                            {
                                                long = 0.75434216705606,
                                                lat = 0.76048514695858,
                                            }, -- end of [125]
                                            [154] = 
                                            {
                                                long = 0.75313186809322,
                                                lat = 0.75941853065127,
                                            }, -- end of [154]
                                            [186] = 
                                            {
                                                long = 0.75100473578827,
                                                lat = 0.75857217821417,
                                            }, -- end of [186]
                                            [218] = 
                                            {
                                                long = 0.74896297120517,
                                                lat = 0.75702272904692,
                                            }, -- end of [218]
                                            [250] = 
                                            {
                                                long = 0.74775824968325,
                                                lat = 0.75641266088547,
                                            }, -- end of [250]
                                            [308] = 
                                            {
                                                long = 0.74493160467195,
                                                lat = 0.75524919000159,
                                            }, -- end of [308]
                                            [323] = 
                                            {
                                                long = 0.74444522683291,
                                                lat = 0.75499731114644,
                                            }, -- end of [323]
                                            [315] = 
                                            {
                                                long = 0.74474223585546,
                                                lat = 0.75514166922592,
                                            }, -- end of [315]
                                            [318] = 
                                            {
                                                long = 0.7445365126759,
                                                lat = 0.75509627211078,
                                            }, -- end of [318]
                                            [317] = 
                                            {
                                                long = 0.7445570377227,
                                                lat = 0.75510307723426,
                                            }, -- end of [317]
                                            [319] = 
                                            {
                                                long = 0.74451193894959,
                                                lat = 0.75508361147945,
                                            }, -- end of [319]
                                            [255] = 
                                            {
                                                long = 0.74744166518381,
                                                lat = 0.75631036200657,
                                            }, -- end of [255]
                                            [270] = 
                                            {
                                                long = 0.74691776638071,
                                                lat = 0.75615879796399,
                                            }, -- end of [270]
                                            [309] = 
                                            {
                                                long = 0.74485474122397,
                                                lat = 0.75525214639043,
                                            }, -- end of [309]
                                            [295] = 
                                            {
                                                long = 0.74543700800026,
                                                lat = 0.75552702075586,
                                            }, -- end of [295]
                                            [307] = 
                                            {
                                                long = 0.74495784675697,
                                                lat = 0.75525275529521,
                                            }, -- end of [307]
                                            [303] = 
                                            {
                                                long = 0.74514381284607,
                                                lat = 0.75532938712251,
                                            }, -- end of [303]
                                            [155] = 
                                            {
                                                long = 0.75311839182975,
                                                lat = 0.75941919037079,
                                            }, -- end of [155]
                                            [187] = 
                                            {
                                                long = 0.75082640403072,
                                                lat = 0.75848499815271,
                                            }, -- end of [187]
                                            [219] = 
                                            {
                                                long = 0.74893433788162,
                                                lat = 0.75699125122984,
                                            }, -- end of [219]
                                            [251] = 
                                            {
                                                long = 0.74771743648664,
                                                lat = 0.756397135991,
                                            }, -- end of [251]
                                            [310] = 
                                            {
                                                long = 0.74483868832428,
                                                lat = 0.75524982862878,
                                            }, -- end of [310]
                                            [302] = 
                                            {
                                                long = 0.74515636937668,
                                                lat = 0.75533333579076,
                                            }, -- end of [302]
                                            [299] = 
                                            {
                                                long = 0.74534540636101,
                                                lat = 0.75545300955076,
                                            }, -- end of [299]
                                            [311] = 
                                            {
                                                long = 0.7447996764411,
                                                lat = 0.75522820154953,
                                            }, -- end of [311]
                                            [39] = 
                                            {
                                                long = 0.75820837809748,
                                                lat = 0.76398271246327,
                                            }, -- end of [39]
                                            [47] = 
                                            {
                                                long = 0.75903712680498,
                                                lat = 0.76359827403055,
                                            }, -- end of [47]
                                            [55] = 
                                            {
                                                long = 0.75922856528809,
                                                lat = 0.76349721532831,
                                            }, -- end of [55]
                                            [63] = 
                                            {
                                                long = 0.75955748495648,
                                                lat = 0.76309426140224,
                                            }, -- end of [63]
                                            [78] = 
                                            {
                                                long = 0.75914199458245,
                                                lat = 0.76239704235653,
                                            }, -- end of [78]
                                            [94] = 
                                            {
                                                long = 0.75746601842638,
                                                lat = 0.76177686110262,
                                            }, -- end of [94]
                                            [110] = 
                                            {
                                                long = 0.75608082482433,
                                                lat = 0.76117383354919,
                                            }, -- end of [110]
                                            [126] = 
                                            {
                                                long = 0.75427177545439,
                                                lat = 0.76038970642395,
                                            }, -- end of [126]
                                            [156] = 
                                            {
                                                long = 0.75293057529289,
                                                lat = 0.75936845417196,
                                            }, -- end of [156]
                                            [188] = 
                                            {
                                                long = 0.75078792512181,
                                                lat = 0.75846101208656,
                                            }, -- end of [188]
                                            [220] = 
                                            {
                                                long = 0.7489179578423,
                                                lat = 0.75697997025539,
                                            }, -- end of [220]
                                            [252] = 
                                            {
                                                long = 0.7474855907626,
                                                lat = 0.75633697878071,
                                            }, -- end of [252]
                                            [312] = 
                                            {
                                                long = 0.74478713779761,
                                                lat = 0.75521561557745,
                                            }, -- end of [312]
                                            [291] = 
                                            {
                                                long = 0.74572735271118,
                                                lat = 0.75565280441947,
                                            }, -- end of [291]
                                            [287] = 
                                            {
                                                long = 0.7460381331174,
                                                lat = 0.75578290820974,
                                            }, -- end of [287]
                                            [286] = 
                                            {
                                                long = 0.74612815312965,
                                                lat = 0.75580738578349,
                                            }, -- end of [286]
                                            [283] = 
                                            {
                                                long = 0.74617375120994,
                                                lat = 0.75583480991195,
                                            }, -- end of [283]
                                            [279] = 
                                            {
                                                long = 0.74635277465814,
                                                lat = 0.75586192709904,
                                            }, -- end of [279]
                                            [275] = 
                                            {
                                                long = 0.74671800281649,
                                                lat = 0.75606116102656,
                                            }, -- end of [275]
                                            [271] = 
                                            {
                                                long = 0.74688188478331,
                                                lat = 0.75614636068862,
                                            }, -- end of [271]
                                            [313] = 
                                            {
                                                long = 0.74476500066856,
                                                lat = 0.75515911200043,
                                            }, -- end of [313]
                                            [267] = 
                                            {
                                                long = 0.74708876265555,
                                                lat = 0.75618434326431,
                                            }, -- end of [267]
                                            [263] = 
                                            {
                                                long = 0.74726431040498,
                                                lat = 0.75616576235541,
                                            }, -- end of [263]
                                            [259] = 
                                            {
                                                long = 0.74739395908934,
                                                lat = 0.75621793840791,
                                            }, -- end of [259]
                                            [157] = 
                                            {
                                                long = 0.75291107985924,
                                                lat = 0.75936093975015,
                                            }, -- end of [157]
                                            [189] = 
                                            {
                                                long = 0.7507537743613,
                                                lat = 0.75843389521091,
                                            }, -- end of [189]
                                            [221] = 
                                            {
                                                long = 0.74889808223478,
                                                lat = 0.75697229147839,
                                            }, -- end of [221]
                                            [253] = 
                                            {
                                                long = 0.74746951960825,
                                                lat = 0.7563313881463,
                                            }, -- end of [253]
                                            [314] = 
                                            {
                                                long = 0.74475603809029,
                                                lat = 0.75514873209863,
                                            }, -- end of [314]
                                            [254] = 
                                            {
                                                long = 0.74745117555294,
                                                lat = 0.75632042208514,
                                            }, -- end of [254]
                                            [239] = 
                                            {
                                                long = 0.74800763127777,
                                                lat = 0.75666347085655,
                                            }, -- end of [239]
                                            [223] = 
                                            {
                                                long = 0.74882635658499,
                                                lat = 0.75695941673163,
                                            }, -- end of [223]
                                            [207] = 
                                            {
                                                long = 0.7499146687353,
                                                lat = 0.75800831339404,
                                            }, -- end of [207]
                                            [191] = 
                                            {
                                                long = 0.75069119935161,
                                                lat = 0.75837067649946,
                                            }, -- end of [191]
                                            [175] = 
                                            {
                                                long = 0.75193071692324,
                                                lat = 0.75891380585535,
                                            }, -- end of [175]
                                            [159] = 
                                            {
                                                long = 0.75278114021029,
                                                lat = 0.75927737398789,
                                            }, -- end of [159]
                                            [79] = 
                                            {
                                                long = 0.75912371769711,
                                                lat = 0.76239520748395,
                                            }, -- end of [79]
                                            [95] = 
                                            {
                                                long = 0.75744283655558,
                                                lat = 0.76177718820879,
                                            }, -- end of [95]
                                            [111] = 
                                            {
                                                long = 0.75602187738308,
                                                lat = 0.76115652927099,
                                            }, -- end of [111]
                                            [143] = 
                                            {
                                                long = 0.75363187290709,
                                                lat = 0.75960482650444,
                                            }, -- end of [143]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74426670032115,
                                                lat = 0.75489663473073,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74426670032115,
                                                lat = 0.75489663473073,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1312,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.76619540895563,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75413826224178,
                                            x = -86270.677544669,
                                            speed = 30.555555555556,
                                            y = 720360.58311857,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1797,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75489700850442,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74426613113923,
                                            x = -163754.46374357,
                                            speed = 30.555555555556,
                                            y = 683315.25372685,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 17,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "UAZ-469",
                                        CLSID = "{1D6C2705-575C-4F35-A670-328ECBA007A3}",
                                        unitId = 66,
                                        lat = 0.76619540895563,
                                        skill = "High",
                                        long = 0.75413826224178,
                                        x = -86270.677544669,
                                        name = "Юнит #60",
                                        heading = 3.709337359412,
                                        y = 720360.58311857,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "UAZ-469",
                                        CLSID = "{1D6C2705-575C-4F35-A670-328ECBA007A3}",
                                        unitId = 67,
                                        lat = 0.76619061039475,
                                        skill = "High",
                                        long = 0.75414481099464,
                                        x = -86297.507294458,
                                        name = "Юнит #61",
                                        heading = 4.1293807742071,
                                        y = 720394.61254729,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "UAZ-469",
                                        CLSID = "{1D6C2705-575C-4F35-A670-328ECBA007A3}",
                                        unitId = 68,
                                        lat = 0.76618607983093,
                                        skill = "High",
                                        long = 0.75415108521727,
                                        x = -86322.786598416,
                                        name = "УАЗ №1",
                                        heading = 3.7093373594118,
                                        y = 720427.16202984,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "UAZ-469",
                                        CLSID = "{1D6C2705-575C-4F35-A670-328ECBA007A3}",
                                        unitId = 69,
                                        lat = 0.76618224679901,
                                        skill = "High",
                                        long = 0.75415833510303,
                                        x = -86343.066558193,
                                        name = "Юнит #63",
                                        heading = 4.1293807742071,
                                        y = 720463.65290929,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "UAZ-469",
                                        CLSID = "{1D6C2705-575C-4F35-A670-328ECBA007A3}",
                                        unitId = 70,
                                        lat = 0.76617063264132,
                                        skill = "High",
                                        long = 0.75418030175795,
                                        x = -86404.515572916,
                                        name = "Юнит #64",
                                        heading = 4.1293807742071,
                                        y = 720574.2180302,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Кортеж",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [2] = 
                                        {
                                            [27] = 
                                            {
                                                long = 0.75106792370629,
                                                lat = 0.75859114405424,
                                            }, -- end of [27]
                                            [2] = 
                                            {
                                                long = 0.75275935831482,
                                                lat = 0.75927076081408,
                                            }, -- end of [2]
                                            [38] = 
                                            {
                                                long = 0.75056567909429,
                                                lat = 0.75825674525404,
                                            }, -- end of [38]
                                            [3] = 
                                            {
                                                long = 0.75269669389395,
                                                lat = 0.75925173354442,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                long = 0.75266845753719,
                                                lat = 0.75923840600039,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                long = 0.75264120425976,
                                                lat = 0.7592194369956,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                long = 0.75264120425976,
                                                lat = 0.7592194369956,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                long = 0.75259771628014,
                                                lat = 0.75918916580432,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                long = 0.75257912419424,
                                                lat = 0.75917866317752,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                long = 0.75228431526415,
                                                lat = 0.75909332014203,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                long = 0.75204669640808,
                                                lat = 0.75904647268095,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                long = 0.75191761654815,
                                                lat = 0.75897760609831,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                long = 0.7519316549286,
                                                lat = 0.75893734700443,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                long = 0.75177692351815,
                                                lat = 0.75883496617616,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                long = 0.75145462431138,
                                                lat = 0.75869967036461,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                long = 0.75104007845487,
                                                lat = 0.75858442937211,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                long = 0.7507537743613,
                                                lat = 0.75843389521091,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                long = 0.75049141244734,
                                                lat = 0.75821066924632,
                                            }, -- end of [40]
                                            [33] = 
                                            {
                                                long = 0.75070053824118,
                                                lat = 0.75837887643245,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                long = 0.75049141244734,
                                                lat = 0.75821066924632,
                                            }, -- end of [41]
                                            [17] = 
                                            {
                                                long = 0.7519342981982,
                                                lat = 0.75892549533678,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                long = 0.75174694247333,
                                                lat = 0.75882201588915,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                long = 0.75141315388882,
                                                lat = 0.75868177067022,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                long = 0.75100473578827,
                                                lat = 0.75857217821417,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                long = 0.75069119935161,
                                                lat = 0.75837067649946,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                long = 0.75048865863055,
                                                lat = 0.75820884600757,
                                            }, -- end of [42]
                                            [9] = 
                                            {
                                                long = 0.7525015506907,
                                                lat = 0.75914894600585,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                long = 0.75207611490881,
                                                lat = 0.75905601501579,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                long = 0.75192457105871,
                                                lat = 0.75898499220571,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                long = 0.75191613505384,
                                                lat = 0.75896879051041,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                long = 0.75193071692324,
                                                lat = 0.75891380585535,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                long = 0.75155416917759,
                                                lat = 0.75875541801803,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                long = 0.75116820409241,
                                                lat = 0.75861152715797,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                long = 0.75082640403072,
                                                lat = 0.75848499815271,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                long = 0.75062630399839,
                                                lat = 0.75832775367806,
                                            }, -- end of [36]
                                            [44] = 
                                            {
                                                long = 0.75044591935247,
                                                lat = 0.75818891842475,
                                            }, -- end of [44]
                                            [46] = 
                                            {
                                                long = 0.75031202143571,
                                                lat = 0.7581765705121,
                                            }, -- end of [46]
                                            [39] = 
                                            {
                                                long = 0.75054095519498,
                                                lat = 0.75824346847013,
                                            }, -- end of [39]
                                            [43] = 
                                            {
                                                long = 0.75047161220766,
                                                lat = 0.75819897134675,
                                            }, -- end of [43]
                                            [37] = 
                                            {
                                                long = 0.75058139290238,
                                                lat = 0.75827089670222,
                                            }, -- end of [37]
                                            [45] = 
                                            {
                                                long = 0.75041791079026,
                                                lat = 0.75818307250843,
                                            }, -- end of [45]
                                            [35] = 
                                            {
                                                long = 0.75064716232457,
                                                lat = 0.75834819960487,
                                            }, -- end of [35]
                                            [1] = 
                                            {
                                                long = 0.75275935831482,
                                                lat = 0.75927076081408,
                                            }, -- end of [1]
                                            [19] = 
                                            {
                                                long = 0.75192130337175,
                                                lat = 0.75890397029789,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                long = 0.75153541089904,
                                                lat = 0.758747667145,
                                            }, -- end of [23]
                                            [31] = 
                                            {
                                                long = 0.75078792512181,
                                                lat = 0.75846101208656,
                                            }, -- end of [31]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.75031202143571,
                                                lat = 0.7581765705121,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.75031202143571,
                                                lat = 0.7581765705121,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.7500669597477,
                                                lat = 0.75809598935758,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.74988754174965,
                                                lat = 0.75799084453081,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                long = 0.7492727101181,
                                                lat = 0.75755966751816,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                long = 0.74915447406668,
                                                lat = 0.75733418268435,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                long = 0.74985669550622,
                                                lat = 0.75797692063197,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                long = 0.74896297120517,
                                                lat = 0.75702272904692,
                                            }, -- end of [18]
                                            [5] = 
                                            {
                                                long = 0.74999166791743,
                                                lat = 0.75806024033935,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.74978423023103,
                                                lat = 0.757954885404,
                                            }, -- end of [10]
                                            [11] = 
                                            {
                                                long = 0.74974325511372,
                                                lat = 0.75794090898574,
                                            }, -- end of [11]
                                            [3] = 
                                            {
                                                long = 0.75030832484677,
                                                lat = 0.75817634342426,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.74996786847283,
                                                lat = 0.75804726718878,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                long = 0.74968978061727,
                                                lat = 0.75791712115391,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                long = 0.7494816186858,
                                                lat = 0.75780700959031,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                long = 0.7499146687353,
                                                lat = 0.75800831339404,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                long = 0.74945344623904,
                                                lat = 0.75778899853548,
                                            }, -- end of [14]
                                            [19] = 
                                            {
                                                long = 0.74894216066636,
                                                lat = 0.75699985137654,
                                            }, -- end of [19]
                                            [15] = 
                                            {
                                                long = 0.74943002777941,
                                                lat = 0.75776782263723,
                                            }, -- end of [15]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [27] = 
                                            {
                                                long = 0.75355067614428,
                                                lat = 0.75955161743114,
                                            }, -- end of [27]
                                            [2] = 
                                            {
                                                long = 0.75470318571978,
                                                lat = 0.76087773512117,
                                            }, -- end of [2]
                                            [38] = 
                                            {
                                                long = 0.75311839182975,
                                                lat = 0.75941919037079,
                                            }, -- end of [38]
                                            [3] = 
                                            {
                                                long = 0.75458284063995,
                                                lat = 0.76082843660658,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                long = 0.75457468273165,
                                                lat = 0.76082368054107,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                long = 0.75450592484696,
                                                lat = 0.76073555677249,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                long = 0.75450592484696,
                                                lat = 0.76073555677249,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                long = 0.75444352789139,
                                                lat = 0.76065234976705,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                long = 0.75434216705606,
                                                lat = 0.76048514695858,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                long = 0.75423156944898,
                                                lat = 0.76034200599479,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                long = 0.75409591699116,
                                                lat = 0.7602150123181,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                long = 0.7539800822818,
                                                lat = 0.76014202759391,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                long = 0.75396396667198,
                                                lat = 0.76011522486626,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                long = 0.75378877734984,
                                                lat = 0.75990135573321,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                long = 0.75371085077153,
                                                lat = 0.75968680148012,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                long = 0.75345862347937,
                                                lat = 0.75952716550513,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                long = 0.75321590969933,
                                                lat = 0.75944481621797,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                long = 0.75291107985924,
                                                lat = 0.75936093975015,
                                            }, -- end of [40]
                                            [33] = 
                                            {
                                                long = 0.75320705125349,
                                                lat = 0.75943454466607,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                long = 0.75280242896543,
                                                lat = 0.75928849653011,
                                            }, -- end of [41]
                                            [17] = 
                                            {
                                                long = 0.75395787893105,
                                                lat = 0.76009913420802,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                long = 0.7537923061824,
                                                lat = 0.75988722397867,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                long = 0.75366216326322,
                                                lat = 0.75963200434602,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                long = 0.75338457584802,
                                                lat = 0.75949693151357,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                long = 0.75320295226332,
                                                lat = 0.75941544768104,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                long = 0.75278114021029,
                                                lat = 0.75927737398789,
                                            }, -- end of [42]
                                            [9] = 
                                            {
                                                long = 0.75427177545439,
                                                lat = 0.76038970642395,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                long = 0.75411907779315,
                                                lat = 0.76023183805766,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                long = 0.75406175660021,
                                                lat = 0.76019886470086,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                long = 0.75396910072483,
                                                lat = 0.76012951777795,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                long = 0.75379987674487,
                                                lat = 0.75992853321354,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                long = 0.75381712590383,
                                                lat = 0.75985492732396,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                long = 0.75363187290709,
                                                lat = 0.75960482650444,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                long = 0.75328843481019,
                                                lat = 0.75947566436534,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                long = 0.75318903191936,
                                                lat = 0.75940712168072,
                                            }, -- end of [36]
                                            [43] = 
                                            {
                                                long = 0.75275935831482,
                                                lat = 0.75927076081408,
                                            }, -- end of [43]
                                            [37] = 
                                            {
                                                long = 0.75313186809322,
                                                lat = 0.75941853065127,
                                            }, -- end of [37]
                                            [39] = 
                                            {
                                                long = 0.75293057529289,
                                                lat = 0.75936845417196,
                                            }, -- end of [39]
                                            [35] = 
                                            {
                                                long = 0.75319797387261,
                                                lat = 0.7594096155439,
                                            }, -- end of [35]
                                            [1] = 
                                            {
                                                long = 0.75470318571978,
                                                lat = 0.76087773512117,
                                            }, -- end of [1]
                                            [19] = 
                                            {
                                                long = 0.75379141077313,
                                                lat = 0.75991556035374,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                long = 0.75381777840102,
                                                lat = 0.75984544998132,
                                            }, -- end of [23]
                                            [31] = 
                                            {
                                                long = 0.75322581419737,
                                                lat = 0.75945044153678,
                                            }, -- end of [31]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74894216066636,
                                                lat = 0.75699985137654,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74893283536615,
                                                lat = 0.75698378544936,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74893166722267,
                                                lat = 0.75698941196623,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74893159792778,
                                                lat = 0.75698936127432,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 757,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.76087773512117,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75470318571978,
                                            x = -119821.63994783,
                                            speed = 11.111111111111,
                                            y = 727197.10312396,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 952,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75927076081408,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75275935831482,
                                            x = -131166.72148706,
                                            speed = 11.111111111111,
                                            y = 719459.19268291,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1144,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.7581765705121,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75031202143571,
                                            x = -139529.84967023,
                                            speed = 9.7222222222222,
                                            y = 708953.70519996,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1348,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75699985137654,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74894216066636,
                                            x = -147787.21903236,
                                            speed = 6.9444444444444,
                                            y = 703491.91629206,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 1348,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75698378544936,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74893283536615,
                                            x = -147894.74832724,
                                            speed = 4.1666666666667,
                                            y = 703460.95475077,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 18,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BMP-2",
                                        CLSID = "{EBF0085E-E84E-401B-9F66-9C2B2BC7D214}",
                                        unitId = 71,
                                        lat = 0.76087773512117,
                                        skill = "High",
                                        long = 0.75470318571978,
                                        x = -119821.63994783,
                                        name = "Юнит #65",
                                        heading = 3.8621403239417,
                                        y = 727197.10312396,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "BMP-2",
                                        CLSID = "{EBF0085E-E84E-401B-9F66-9C2B2BC7D214}",
                                        unitId = 72,
                                        lat = 0.760881057671,
                                        skill = "High",
                                        long = 0.75471129761518,
                                        x = -119795.84981836,
                                        name = "Юнит #66",
                                        heading = 3.8621403239394,
                                        y = 727232.08191482,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "Наши БМП",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 4913,
    start_time = 43200,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
    }, -- end of failures
} -- end of mission
