mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_out_text_delay(\"С территории базы отъехало два грузовика груженых дорогостоющим оборудованием. Возьмите на себя их уничтожение!\", \"10\");a_activate_group(\"Наземная группа #004\");a_out_sound(\"Success.ogg\");a_activate_group(\"Самолетная группа #003\"); mission.trig.func[1]='';",
            [2] = "a_out_text_delay(\"КП. Внимание! Пересекаете Гос. границу, будте осторожны, воздушное пространство патрулируется перехватчиками НАТО.\", \"10\");a_out_sound(\"Success.ogg\");a_activate_group(\"Самолетная группа #001\"); mission.trig.func[2]='';",
            [3] = "a_out_text_delay(\"КП. 107, Вас похоже засекли, будте осторожны. В поддержку в ваш район подходит пара перехватчиков. Если вдруг что, не рескуйте, уходите.\", \"10\");a_out_sound(\"Success.ogg\");a_activate_group(\"Самолетная группа #004\"); mission.trig.func[3]='';",
            [4] = "a_out_text_delay(\"Миссия провалена!\", \"10\");a_out_sound(\"Failed.ogg\"); mission.trig.func[4]='';",
            [5] = "a_out_text_delay(\"Успех!!!\", \"10\");a_out_sound(\"Success.ogg\");a_set_flag(\"1\"); mission.trig.func[5]='';",
            [6] = "a_out_text_delay(\"Задание выполнено, возвращайтесь на базу!\", \"10\");a_out_sound(\"Success.ogg\");a_set_flag(\"2\"); mission.trig.func[6]='';",
        }, -- 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",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_unit_dead(\"2\") and c_unit_dead(\"3\") )",
            [2] = "return(c_unit_alive(\"63\") and c_unit_in_zone(\"63\", \"Пересечение Гос. границы\") )",
            [3] = "return(c_unit_in_zone(\"65\", \"Наших засекли\") and c_unit_in_zone(\"66\", \"Наших засекли\") )",
            [4] = "return(c_unit_dead(\"63\") )",
            [5] = "return(c_unit_alive(\"63\") and c_unit_in_zone(\"63\", \"Посадка игрока\") and c_unit_speed_lower(\"63\", \"100\") and c_unit_altitude_lower(\"63\", \"433\") and c_flag_is_true(\"2\") )",
            [6] = "return(c_unit_dead(\"2\") and c_unit_dead(\"3\") and c_unit_dead(\"4\") and c_unit_dead(\"24\") and c_unit_dead(\"25\") and c_unit_dead(\"26\") and c_group_dead(\"Наземная группа #004\") )",
        }, -- 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] = 
                {
                    seconds = 1,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            score = 50,
            side = "OFFLINE",
            predicate = "score",
            comment = "Старт",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
                [1] = 
                {
                    flag = 1,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            score = 50,
            side = "OFFLINE",
            predicate = "score",
            comment = "Успех",
        }, -- end of [2]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_unit_dead(\"2\") and c_unit_dead(\"3\") then a_out_text_delay(\"С территории базы отъехало два грузовика груженых дорогостоющим оборудованием. Возьмите на себя их уничтожение!\", \"10\");a_activate_group(\"Наземная группа #004\");a_out_sound(\"Success.ogg\");a_activate_group(\"Самолетная группа #003\"); mission.trigfunc[1]='';end;",
        [2] = "if c_unit_alive(\"63\") and c_unit_in_zone(\"63\", \"Пересечение Гос. границы\") then a_out_text_delay(\"КП. Внимание! Пересекаете Гос. границу, будте осторожны, воздушное пространство патрулируется перехватчиками НАТО.\", \"10\");a_out_sound(\"Success.ogg\");a_activate_group(\"Самолетная группа #001\"); mission.trigfunc[2]='';end;",
        [3] = "if c_unit_in_zone(\"65\", \"Наших засекли\") and c_unit_in_zone(\"66\", \"Наших засекли\") then a_out_text_delay(\"КП. 107, Вас похоже засекли, будте осторожны. В поддержку в ваш район подходит пара перехватчиков. Если вдруг что, не рескуйте, уходите.\", \"10\");a_out_sound(\"Success.ogg\");a_activate_group(\"Самолетная группа #004\"); mission.trigfunc[3]='';end;",
        [4] = "if c_unit_dead(\"63\") then a_out_text_delay(\"Миссия провалена!\", \"10\");a_out_sound(\"Failed.ogg\"); mission.trigfunc[4]='';end;",
        [5] = "if c_unit_alive(\"63\") and c_unit_in_zone(\"63\", \"Посадка игрока\") and c_unit_speed_lower(\"63\", \"100\") and c_unit_altitude_lower(\"63\", \"433\") and c_flag_is_true(\"2\") then a_out_text_delay(\"Успех!!!\", \"10\");a_out_sound(\"Success.ogg\");a_set_flag(\"1\"); mission.trigfunc[5]='';end;",
        [6] = "if c_unit_dead(\"2\") and c_unit_dead(\"3\") and c_unit_dead(\"4\") and c_unit_dead(\"24\") and c_unit_dead(\"25\") and c_unit_dead(\"26\") and c_group_dead(\"Наземная группа #004\") then a_out_text_delay(\"Задание выполнено, возвращайтесь на базу!\", \"10\");a_out_sound(\"Success.ogg\");a_set_flag(\"2\"); mission.trigfunc[6]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 760,
        wind = 
        {
            at8000 = 
            {
                speed = 5,
                dir = 243,
            }, -- end of at8000
            at2000 = 
            {
                speed = 1,
                dir = 226,
            }, -- end of at2000
            atGround = 
            {
                speed = 4,
                dir = 247,
            }, -- end of atGround
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            density = 0,
            thickness = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            at2000 = 0,
            atGround = 3,
        }, -- end of turbulence
        season = 
        {
            temperature = 14,
            iseason = 3,
        }, -- end of season
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        clouds = 
        {
            density = 3,
            thickness = 2000,
            base = 3200,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        [1] = "if c_time_after(\"1\")  then a_set_mission_result(50) end",
        [2] = "if c_flag_is_true(\"1\")  then a_set_mission_result(50) end",
        offline = 
        {
            conditions = 
            {
                [1] = "return(c_time_after(\"1\") )",
                [2] = "return(c_flag_is_true(\"1\") )",
            }, -- end of conditions
            actions = 
            {
                [1] = "a_set_mission_result(50)",
                [2] = "a_set_mission_result(50)",
            }, -- end of actions
            func = 
            {
                [1] = "if mission.result.offline.conditions[1]() then mission.result.offline.actions[1]() end",
                [2] = "if mission.result.offline.conditions[2]() then mission.result.offline.actions[2]() 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 = 25000,
                zoneId = 2,
                color = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 0.50196078431373,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.75123618435083,
                hidden = true,
                long = 0.74608243963206,
                x = -186094.46068115,
                name = "Наших засекли",
                y = 694525.6276512,
            }, -- end of [1]
            [2] = 
            {
                radius = 1000,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.75230820022363,
                hidden = true,
                long = 0.75076167163146,
                x = -176662.79644313,
                name = "Пересечение Гос. границы",
                y = 715567.32256494,
            }, -- end of [2]
            [3] = 
            {
                radius = 1000,
                zoneId = 3,
                color = 
                {
                    [1] = 0,
                    [2] = 1,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.75943662447909,
                hidden = true,
                long = 0.76163075642589,
                x = -124920.25538926,
                name = "Посадка игрока",
                y = 760459.72014647,
            }, -- end of [3]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.74740812087523,
        zoom = 500000,
        centerX = 0.75154987576908,
    }, -- 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 = "В последнее время в Южном Федеральном округе зачастились вспышки инфекционных заболеваний домашних животных. Нашими разведчиками была обнаружена лаборатория НАТО, расположенная на окраине города Местиа, которая занимается производством биологического оружия. В штабе ОГВ на Северном Кавказе, было принято решение об уничтожении этой лаборатории.",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
        [4] = true,
        [5] = true,
        [6] = true,
    }, -- end of trigflag
    descriptionRedTask = "Ваша задача - уничтожение ангаров и контейнеров, расположенных на территории лаборатории. Лаборатория охраняется ср-ми ПВО и БТР-ми, возможно применение ПЗРК. В воздухе будте внимательны, воздушное пространство Грузии патрулируют перехватчики НАТО. Удачи!",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [1] = "26{2F3A9827-7C5C-44e4-8656-DFDB38776B31}.png",
        [2] = "27{449837CE-C289-4a1e-9F90-B54D4057D135}.png",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 2,
                }, -- end of [1]
                [2] = 
                {
                    predicate = "c_unit_dead",
                    unit = 3,
                }, -- end of [2]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "С территории базы отъехало два грузовика груженых дорогостоющим оборудованием. Возьмите на себя их уничтожение!",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    group = 31,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    text = "",
                    file = "Success.ogg",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [3]
                [4] = 
                {
                    group = 39,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [4]
            }, -- end of actions
            comment = "Активация М818",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_alive",
                    unit = 63,
                }, -- end of [1]
                [2] = 
                {
                    unit = 63,
                    predicate = "c_unit_in_zone",
                    zone = 1,
                }, -- end of [2]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "КП. Внимание! Пересекаете Гос. границу, будте осторожны, воздушное пространство патрулируется перехватчиками НАТО.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "",
                    file = "Success.ogg",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    group = 37,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [3]
            }, -- end of actions
            comment = "Пересечение",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 65,
                    predicate = "c_unit_in_zone",
                    zone = 2,
                }, -- end of [1]
                [2] = 
                {
                    unit = 66,
                    predicate = "c_unit_in_zone",
                    zone = 2,
                }, -- end of [2]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "КП. 107, Вас похоже засекли, будте осторожны. В поддержку в ваш район подходит пара перехватчиков. Если вдруг что, не рескуйте, уходите.",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "",
                    file = "Success.ogg",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    group = 40,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [3]
            }, -- end of actions
            comment = "Активация Су-27",
        }, -- end of [3]
        [4] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 63,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "Миссия провалена!",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "",
                    file = "Failed.ogg",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "Провал",
        }, -- end of [4]
        [5] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_alive",
                    unit = 63,
                }, -- end of [1]
                [2] = 
                {
                    flag = 1,
                    zone = 3,
                    predicate = "c_unit_in_zone",
                    unit = 63,
                }, -- end of [2]
                [3] = 
                {
                    speed = 100,
                    predicate = "c_unit_speed_lower",
                    unit = 63,
                }, -- end of [3]
                [4] = 
                {
                    altitude = "433",
                    predicate = "c_unit_altitude_lower",
                    unit = 63,
                }, -- end of [4]
                [5] = 
                {
                    flag = 2,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [5]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "Успех!!!",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "",
                    file = "Success.ogg",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    flag = 1,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [3]
            }, -- end of actions
            comment = "Успех",
        }, -- end of [5]
        [6] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_unit_dead",
                    unit = 2,
                }, -- end of [1]
                [2] = 
                {
                    predicate = "c_unit_dead",
                    unit = 3,
                }, -- end of [2]
                [3] = 
                {
                    predicate = "c_unit_dead",
                    unit = 4,
                }, -- end of [3]
                [4] = 
                {
                    predicate = "c_unit_dead",
                    unit = 24,
                }, -- end of [4]
                [5] = 
                {
                    predicate = "c_unit_dead",
                    unit = 25,
                }, -- end of [5]
                [6] = 
                {
                    predicate = "c_unit_dead",
                    unit = 26,
                }, -- end of [6]
                [7] = 
                {
                    group = 31,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [7]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "Задание выполнено, возвращайтесь на базу!",
                    predicate = "a_out_text_delay",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    text = "",
                    file = "Success.ogg",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [2]
                [3] = 
                {
                    flag = 2,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [3]
            }, -- end of actions
            comment = "Задание выполнено",
        }, -- end of [6]
    }, -- 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 = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- 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 = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73715031225921,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73383113867295,
                                            x = -282298.64080281,
                                            speed = 5.5555555555556,
                                            y = 646949.83418876,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 32,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 43,
                                        lat = 0.73715031225921,
                                        skill = "Excellent",
                                        long = 0.73383113867295,
                                        x = -282298.64080281,
                                        name = "Наземная группа #004",
                                        heading = 5.3559788567154,
                                        y = 646949.83418876,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 44,
                                        lat = 0.73715272530882,
                                        skill = "Excellent",
                                        long = 0.73390271587701,
                                        x = -282246.66084013,
                                        name = "Наземная группа #1",
                                        heading = 0.92729521800161,
                                        y = 647286.58173731,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 45,
                                        lat = 0.73710880863168,
                                        skill = "Excellent",
                                        long = 0.73390244036967,
                                        x = -282526.62332212,
                                        name = "Наземная группа #2",
                                        heading = 2.2142974355882,
                                        y = 647315.07963376,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 46,
                                        lat = 0.73710953251879,
                                        skill = "Excellent",
                                        long = 0.73383444398902,
                                        x = -282556.78458272,
                                        name = "Наземная группа #3",
                                        heading = 3.8604226532114,
                                        y = 646993.13199533,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 47,
                                        lat = 0.73713237542247,
                                        skill = "Excellent",
                                        long = 0.73386981238375,
                                        x = -282393.15011748,
                                        name = "Наземная группа #4",
                                        heading = 0,
                                        y = 647144.83750278,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Наземная группа #005",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 278,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7361897462541,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74227307642239,
                                            x = -284026.96949356,
                                            speed = 5.5555555555556,
                                            y = 687617.25004862,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 35,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 58,
                                        lat = 0.7361897462541,
                                        skill = "Excellent",
                                        long = 0.74227307642239,
                                        x = -284026.96949356,
                                        name = "Наземная группа #15",
                                        heading = 5.3559788567154,
                                        y = 687617.25004862,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 59,
                                        lat = 0.73619215930372,
                                        skill = "Excellent",
                                        long = 0.74234465362646,
                                        x = -283972.9577986,
                                        name = "Наземная группа #16",
                                        heading = 0.92729521800161,
                                        y = 687954.81801552,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 60,
                                        lat = 0.73614824262658,
                                        skill = "Excellent",
                                        long = 0.74234437811912,
                                        x = -284252.97908321,
                                        name = "Наземная группа #17",
                                        heading = 2.2142974355882,
                                        y = 687985.84847277,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 61,
                                        lat = 0.73614896651369,
                                        skill = "Excellent",
                                        long = 0.74227638173847,
                                        x = -284285.06693145,
                                        name = "Наземная группа #18",
                                        heading = 3.8604226532114,
                                        y = 687662.94726826,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 62,
                                        lat = 0.73617180941737,
                                        skill = "Excellent",
                                        long = 0.7423117501332,
                                        x = -284120.40338863,
                                        name = "Наземная группа #19",
                                        heading = 0,
                                        y = 687813.80781645,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "Наземная группа #008",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                        }, -- 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 = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1440,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75129596636169,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74596368688704,
                                            x = -185777.81824074,
                                            speed = 5.5555555555556,
                                            y = 693925.59718606,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 27,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M-113",
                                        CLSID = "{3BDD3518-974C-49EB-8746-54A8DD91C14F}",
                                        unitId = 27,
                                        lat = 0.75129596636169,
                                        skill = "Excellent",
                                        long = 0.74596368688704,
                                        x = -185777.81824074,
                                        name = "Юнит #1",
                                        heading = 3.1415926535898,
                                        y = 693925.59718606,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "M-113",
                                        CLSID = "{3BDD3518-974C-49EB-8746-54A8DD91C14F}",
                                        unitId = 28,
                                        lat = 0.75129213303574,
                                        skill = "Excellent",
                                        long = 0.74596665384011,
                                        x = -185800.63574073,
                                        name = "Юнит #2",
                                        heading = 3.9793506945471,
                                        y = 693942.33820544,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "M-113",
                                        CLSID = "{3BDD3518-974C-49EB-8746-54A8DD91C14F}",
                                        unitId = 29,
                                        lat = 0.7512930301959,
                                        skill = "Excellent",
                                        long = 0.7459655248278,
                                        x = -185795.53055962,
                                        name = "Юнит #3",
                                        heading = 3.9793506945471,
                                        y = 693936.38768329,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "M-113",
                                        CLSID = "{3BDD3518-974C-49EB-8746-54A8DD91C14F}",
                                        unitId = 30,
                                        lat = 0.75129531387971,
                                        skill = "Excellent",
                                        long = 0.74596189096414,
                                        x = -185782.94660839,
                                        name = "Юнит #4",
                                        heading = 3.1415926535898,
                                        y = 693917.68683743,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "M-113",
                                        CLSID = "{3BDD3518-974C-49EB-8746-54A8DD91C14F}",
                                        unitId = 31,
                                        lat = 0.7513115444871,
                                        skill = "Excellent",
                                        long = 0.74599032522472,
                                        x = -185664.16124426,
                                        name = "Юнит #5",
                                        heading = 0.83775804095728,
                                        y = 694038.51661411,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "M-113",
                                        CLSID = "{3BDD3518-974C-49EB-8746-54A8DD91C14F}",
                                        unitId = 32,
                                        lat = 0.75130762954421,
                                        skill = "Excellent",
                                        long = 0.74599245993386,
                                        x = -185687.94887349,
                                        name = "Юнит #6",
                                        heading = 0.43567762209917,
                                        y = 694051.42683991,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "M-113",
                                        CLSID = "{3BDD3518-974C-49EB-8746-54A8DD91C14F}",
                                        unitId = 33,
                                        lat = 0.75131081043422,
                                        skill = "Excellent",
                                        long = 0.74599118923059,
                                        x = -185668.37059944,
                                        name = "Юнит #7",
                                        heading = 0.83775804095728,
                                        y = 694043.10590995,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "M-113",
                                        CLSID = "{3BDD3518-974C-49EB-8746-54A8DD91C14F}",
                                        unitId = 34,
                                        lat = 0.75130852671736,
                                        skill = "Excellent",
                                        long = 0.74599395639624,
                                        x = -185681.42354136,
                                        name = "Юнит #8",
                                        heading = 0.41887902047864,
                                        y = 694057.75383435,
                                    }, -- end of [8]
                                }, -- end of units
                                name = "Наземная группа",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1440,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75130926076868,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74596922809512,
                                            x = -185690.12192993,
                                            speed = 5.5555555555556,
                                            y = 693941.56776295,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 28,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Vulcan",
                                        CLSID = "{AC83CA0F-E7D9-4A25-9B1F-0CC163FA1684}",
                                        unitId = 35,
                                        lat = 0.75130926076868,
                                        skill = "Excellent",
                                        long = 0.74596922809512,
                                        x = -185690.12192993,
                                        name = "Юнит #9",
                                        heading = 2.2455372690184,
                                        y = 693941.56776295,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74597752482666,
                                                lat = 0.75127998066759,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74598496856529,
                                                lat = 0.75127296661184,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1440,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75127998066759,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74597752482666,
                                            x = -185872.17904078,
                                            speed = 5.5555555555556,
                                            y = 694002.26205444,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 29,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M1097 Avenger",
                                        CLSID = "{B350FDB3-E7DA-4DF3-9F59-0DADD5933EEB}",
                                        unitId = 36,
                                        lat = 0.75127998066759,
                                        skill = "Excellent",
                                        long = 0.74597752482666,
                                        x = -185872.17904078,
                                        name = "Юнит #10",
                                        heading = 3.3161255787892,
                                        y = 694002.26205444,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "M1097 Avenger",
                                        CLSID = "{B350FDB3-E7DA-4DF3-9F59-0DADD5933EEB}",
                                        unitId = 37,
                                        lat = 0.75129262239573,
                                        skill = "Excellent",
                                        long = 0.74600825505984,
                                        x = -185775.01671761,
                                        name = "Юнит #11",
                                        heading = 1.7453292519943,
                                        y = 694136.5123377,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "Наземная группа #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1440,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75129254083572,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74598332390141,
                                            x = -185789.02111896,
                                            speed = 5.5555555555556,
                                            y = 694019.98757313,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 30,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Stinger manpad",
                                        CLSID = "{B84C5FC5-9893-45e4-A712-E3D4D201A003}",
                                        unitId = 38,
                                        lat = 0.75129254083572,
                                        skill = "Excellent",
                                        long = 0.74598332390141,
                                        x = -185789.02111896,
                                        name = "Юнит #12",
                                        heading = 0,
                                        y = 694019.98757313,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Stinger manpad",
                                        CLSID = "{B84C5FC5-9893-45e4-A712-E3D4D201A003}",
                                        unitId = 39,
                                        lat = 0.75129939189862,
                                        skill = "Excellent",
                                        long = 0.74598987847831,
                                        x = -185741.82749,
                                        name = "Юнит #13",
                                        heading = 1.97568811308,
                                        y = 694045.51543126,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "Наземная группа #003",
                                start_time = 82800,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74597340379506,
                                                lat = 0.75129392735681,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74596938551569,
                                                lat = 0.75129758879169,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.74596938551569,
                                                lat = 0.75129758879169,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.74596938551569,
                                                lat = 0.75129758879169,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.74586483635266,
                                                lat = 0.75124628420578,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.74582478822369,
                                                lat = 0.7512836267225,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                long = 0.74515021172303,
                                                lat = 0.75111376748856,
                                            }, -- end of [16]
                                            [32] = 
                                            {
                                                long = 0.74398799770443,
                                                lat = 0.7507413066981,
                                            }, -- end of [32]
                                            [64] = 
                                            {
                                                long = 0.74324096204418,
                                                lat = 0.75100284405456,
                                            }, -- end of [64]
                                            [128] = 
                                            {
                                                long = 0.74185939843783,
                                                lat = 0.75135051435194,
                                            }, -- end of [128]
                                            [256] = 
                                            {
                                                long = 0.7383826421399,
                                                lat = 0.75065930184448,
                                            }, -- end of [256]
                                            [512] = 
                                            {
                                                long = 0.73374170706145,
                                                lat = 0.74529295822345,
                                            }, -- end of [512]
                                            [513] = 
                                            {
                                                long = 0.73375238809873,
                                                lat = 0.74521323457359,
                                            }, -- end of [513]
                                            [257] = 
                                            {
                                                long = 0.73821571545075,
                                                lat = 0.75062495618213,
                                            }, -- end of [257]
                                            [514] = 
                                            {
                                                long = 0.73375031448295,
                                                lat = 0.74518742239014,
                                            }, -- end of [514]
                                            [129] = 
                                            {
                                                long = 0.74184488153075,
                                                lat = 0.75134937679009,
                                            }, -- end of [129]
                                            [258] = 
                                            {
                                                long = 0.73820501301163,
                                                lat = 0.75062701046508,
                                            }, -- end of [258]
                                            [259] = 
                                            {
                                                long = 0.73819711830504,
                                                lat = 0.75063275883646,
                                            }, -- end of [259]
                                            [65] = 
                                            {
                                                long = 0.74324390427879,
                                                lat = 0.75101067885321,
                                            }, -- end of [65]
                                            [130] = 
                                            {
                                                long = 0.74176479115556,
                                                lat = 0.75131175737448,
                                            }, -- end of [130]
                                            [260] = 
                                            {
                                                long = 0.73819436586579,
                                                lat = 0.75064067581562,
                                            }, -- end of [260]
                                            [261] = 
                                            {
                                                long = 0.73819705579278,
                                                lat = 0.75065976251636,
                                            }, -- end of [261]
                                            [131] = 
                                            {
                                                long = 0.74176479115556,
                                                lat = 0.75131175737448,
                                            }, -- end of [131]
                                            [262] = 
                                            {
                                                long = 0.73819249172489,
                                                lat = 0.75066209859308,
                                            }, -- end of [262]
                                            [263] = 
                                            {
                                                long = 0.73815393029619,
                                                lat = 0.75065536880966,
                                            }, -- end of [263]
                                            [33] = 
                                            {
                                                long = 0.74397436190962,
                                                lat = 0.75073893300616,
                                            }, -- end of [33]
                                            [66] = 
                                            {
                                                long = 0.74324096696034,
                                                lat = 0.75101853982033,
                                            }, -- end of [66]
                                            [132] = 
                                            {
                                                long = 0.74175286076901,
                                                lat = 0.7513061529885,
                                            }, -- end of [132]
                                            [264] = 
                                            {
                                                long = 0.73815007808675,
                                                lat = 0.75065183864104,
                                            }, -- end of [264]
                                            [265] = 
                                            {
                                                long = 0.73814059689592,
                                                lat = 0.75063801720637,
                                            }, -- end of [265]
                                            [133] = 
                                            {
                                                long = 0.74174091358742,
                                                lat = 0.75129608781104,
                                            }, -- end of [133]
                                            [266] = 
                                            {
                                                long = 0.73812873839316,
                                                lat = 0.75063176795409,
                                            }, -- end of [266]
                                            [267] = 
                                            {
                                                long = 0.73811437130639,
                                                lat = 0.75063011919076,
                                            }, -- end of [267]
                                            [67] = 
                                            {
                                                long = 0.74323310056131,
                                                lat = 0.75102430607871,
                                            }, -- end of [67]
                                            [134] = 
                                            {
                                                long = 0.74172597641469,
                                                lat = 0.75128125013338,
                                            }, -- end of [134]
                                            [268] = 
                                            {
                                                long = 0.73805288593756,
                                                lat = 0.75063790061171,
                                            }, -- end of [268]
                                            [269] = 
                                            {
                                                long = 0.73800256643892,
                                                lat = 0.75058967035239,
                                            }, -- end of [269]
                                            [135] = 
                                            {
                                                long = 0.74171036282258,
                                                lat = 0.75127306151504,
                                            }, -- end of [135]
                                            [270] = 
                                            {
                                                long = 0.73786331016098,
                                                lat = 0.75049203583635,
                                            }, -- end of [270]
                                            [17] = 
                                            {
                                                long = 0.74507905114356,
                                                lat = 0.7510705668404,
                                            }, -- end of [17]
                                            [34] = 
                                            {
                                                long = 0.74394839529578,
                                                lat = 0.75072889486298,
                                            }, -- end of [34]
                                            [68] = 
                                            {
                                                long = 0.74319122422154,
                                                lat = 0.75104103043015,
                                            }, -- end of [68]
                                            [136] = 
                                            {
                                                long = 0.74169222899927,
                                                lat = 0.75126861553413,
                                            }, -- end of [136]
                                            [272] = 
                                            {
                                                long = 0.73782473450595,
                                                lat = 0.75046498459431,
                                            }, -- end of [272]
                                            [273] = 
                                            {
                                                long = 0.73780644841127,
                                                lat = 0.75045792454026,
                                            }, -- end of [273]
                                            [137] = 
                                            {
                                                long = 0.74161527401845,
                                                lat = 0.75126367856595,
                                            }, -- end of [137]
                                            [274] = 
                                            {
                                                long = 0.73775063227349,
                                                lat = 0.75044804484739,
                                            }, -- end of [274]
                                            [275] = 
                                            {
                                                long = 0.73773697058952,
                                                lat = 0.75044115566831,
                                            }, -- end of [275]
                                            [69] = 
                                            {
                                                long = 0.74317961504176,
                                                lat = 0.75104067734725,
                                            }, -- end of [69]
                                            [138] = 
                                            {
                                                long = 0.74160485238941,
                                                lat = 0.75126753320707,
                                            }, -- end of [138]
                                            [276] = 
                                            {
                                                long = 0.73772793188474,
                                                lat = 0.75043090631788,
                                            }, -- end of [276]
                                            [277] = 
                                            {
                                                long = 0.73772507803717,
                                                lat = 0.75042195680583,
                                            }, -- end of [277]
                                            [139] = 
                                            {
                                                long = 0.74158977750715,
                                                lat = 0.75128205844353,
                                            }, -- end of [139]
                                            [278] = 
                                            {
                                                long = 0.7377193522678,
                                                lat = 0.75037643280693,
                                            }, -- end of [278]
                                            [279] = 
                                            {
                                                long = 0.73767291147675,
                                                lat = 0.7503380800207,
                                            }, -- end of [279]
                                            [35] = 
                                            {
                                                long = 0.74392250830704,
                                                lat = 0.75072410776834,
                                            }, -- end of [35]
                                            [70] = 
                                            {
                                                long = 0.74316998860945,
                                                lat = 0.75103591867525,
                                            }, -- end of [70]
                                            [140] = 
                                            {
                                                long = 0.74157930454082,
                                                lat = 0.75128489697503,
                                            }, -- end of [140]
                                            [280] = 
                                            {
                                                long = 0.73765862759938,
                                                lat = 0.75031789878689,
                                            }, -- end of [280]
                                            [281] = 
                                            {
                                                long = 0.73764094227763,
                                                lat = 0.75030278271202,
                                            }, -- end of [281]
                                            [141] = 
                                            {
                                                long = 0.74156827429677,
                                                lat = 0.7512834655446,
                                            }, -- end of [141]
                                            [282] = 
                                            {
                                                long = 0.73761895163845,
                                                lat = 0.75029100035577,
                                            }, -- end of [282]
                                            [283] = 
                                            {
                                                long = 0.73759394634878,
                                                lat = 0.75028330954584,
                                            }, -- end of [283]
                                            [71] = 
                                            {
                                                long = 0.74315546109128,
                                                lat = 0.75101697661258,
                                            }, -- end of [71]
                                            [142] = 
                                            {
                                                long = 0.74156148490821,
                                                lat = 0.7512797171314,
                                            }, -- end of [142]
                                            [284] = 
                                            {
                                                long = 0.73756705260557,
                                                lat = 0.75028008916143,
                                            }, -- end of [284]
                                            [285] = 
                                            {
                                                long = 0.7375399010538,
                                                lat = 0.75028152000764,
                                            }, -- end of [285]
                                            [143] = 
                                            {
                                                long = 0.74151689378506,
                                                lat = 0.75124412810771,
                                            }, -- end of [143]
                                            [286] = 
                                            {
                                                long = 0.7374949728448,
                                                lat = 0.75028981609013,
                                            }, -- end of [286]
                                            [9] = 
                                            {
                                                long = 0.74581149968473,
                                                lat = 0.75128618042866,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                long = 0.74506006995755,
                                                lat = 0.75106489076776,
                                            }, -- end of [18]
                                            [36] = 
                                            {
                                                long = 0.7438956897087,
                                                lat = 0.75072426515424,
                                            }, -- end of [36]
                                            [72] = 
                                            {
                                                long = 0.74287626976251,
                                                lat = 0.75084779716417,
                                            }, -- end of [72]
                                            [144] = 
                                            {
                                                long = 0.74150591865417,
                                                lat = 0.75124167143553,
                                            }, -- end of [144]
                                            [288] = 
                                            {
                                                long = 0.7374209675544,
                                                lat = 0.75028965136993,
                                            }, -- end of [288]
                                            [289] = 
                                            {
                                                long = 0.73740156430989,
                                                lat = 0.75028575129277,
                                            }, -- end of [289]
                                            [145] = 
                                            {
                                                long = 0.74149479717202,
                                                lat = 0.75124377892855,
                                            }, -- end of [145]
                                            [290] = 
                                            {
                                                long = 0.73740156430989,
                                                lat = 0.75028575129277,
                                            }, -- end of [290]
                                            [291] = 
                                            {
                                                long = 0.73738513294454,
                                                lat = 0.75028244838982,
                                            }, -- end of [291]
                                            [73] = 
                                            {
                                                long = 0.74286832814591,
                                                lat = 0.75084831005235,
                                            }, -- end of [73]
                                            [146] = 
                                            {
                                                long = 0.74148684909362,
                                                lat = 0.75124978051857,
                                            }, -- end of [146]
                                            [292] = 
                                            {
                                                long = 0.73692480064005,
                                                lat = 0.75014003268572,
                                            }, -- end of [292]
                                            [293] = 
                                            {
                                                long = 0.73691315482051,
                                                lat = 0.75013156108249,
                                            }, -- end of [293]
                                            [147] = 
                                            {
                                                long = 0.74148427503175,
                                                lat = 0.75125800102661,
                                            }, -- end of [147]
                                            [294] = 
                                            {
                                                long = 0.73690679029452,
                                                lat = 0.75012054112195,
                                            }, -- end of [294]
                                            [295] = 
                                            {
                                                long = 0.73690064696592,
                                                lat = 0.75009255052217,
                                            }, -- end of [295]
                                            [37] = 
                                            {
                                                long = 0.74386986315932,
                                                lat = 0.75072936070674,
                                            }, -- end of [37]
                                            [74] = 
                                            {
                                                long = 0.74284824281743,
                                                lat = 0.75086279644136,
                                            }, -- end of [74]
                                            [148] = 
                                            {
                                                long = 0.74148640056889,
                                                lat = 0.75126410185718,
                                            }, -- end of [148]
                                            [296] = 
                                            {
                                                long = 0.7368909526969,
                                                lat = 0.75007858324572,
                                            }, -- end of [296]
                                            [297] = 
                                            {
                                                long = 0.73687630624382,
                                                lat = 0.75006721587724,
                                            }, -- end of [297]
                                            [149] = 
                                            {
                                                long = 0.74151795296292,
                                                lat = 0.7513128687095,
                                            }, -- end of [149]
                                            [298] = 
                                            {
                                                long = 0.73685780983784,
                                                lat = 0.75005937905052,
                                            }, -- end of [298]
                                            [299] = 
                                            {
                                                long = 0.73683704677621,
                                                lat = 0.75005565039868,
                                            }, -- end of [299]
                                            [75] = 
                                            {
                                                long = 0.74273881043487,
                                                lat = 0.75083607797342,
                                            }, -- end of [75]
                                            [150] = 
                                            {
                                                long = 0.74151539196596,
                                                lat = 0.75131841976503,
                                            }, -- end of [150]
                                            [300] = 
                                            {
                                                long = 0.73680337816788,
                                                lat = 0.75005281274119,
                                            }, -- end of [300]
                                            [301] = 
                                            {
                                                long = 0.7367850804785,
                                                lat = 0.75004699967327,
                                            }, -- end of [301]
                                            [151] = 
                                            {
                                                long = 0.74150832281589,
                                                lat = 0.75132113014187,
                                            }, -- end of [151]
                                            [302] = 
                                            {
                                                long = 0.73667058171303,
                                                lat = 0.74998361774437,
                                            }, -- end of [302]
                                            [19] = 
                                            {
                                                long = 0.74499791213655,
                                                lat = 0.75106015738715,
                                            }, -- end of [19]
                                            [38] = 
                                            {
                                                long = 0.74384656256948,
                                                lat = 0.75073895040257,
                                            }, -- end of [38]
                                            [76] = 
                                            {
                                                long = 0.7427274492366,
                                                lat = 0.75083797721135,
                                            }, -- end of [76]
                                            [152] = 
                                            {
                                                long = 0.74150067254286,
                                                lat = 0.751319415592,
                                            }, -- end of [152]
                                            [304] = 
                                            {
                                                long = 0.73661527920116,
                                                lat = 0.74991793949004,
                                            }, -- end of [304]
                                            [305] = 
                                            {
                                                long = 0.73658420839496,
                                                lat = 0.7498882810317,
                                            }, -- end of [305]
                                            [153] = 
                                            {
                                                long = 0.74144564673644,
                                                lat = 0.75128760154596,
                                            }, -- end of [153]
                                            [306] = 
                                            {
                                                long = 0.73654856186692,
                                                lat = 0.74986158307957,
                                            }, -- end of [306]
                                            [307] = 
                                            {
                                                long = 0.73647393296758,
                                                lat = 0.74981795216243,
                                            }, -- end of [307]
                                            [77] = 
                                            {
                                                long = 0.74271919495474,
                                                lat = 0.75084400951167,
                                            }, -- end of [77]
                                            [154] = 
                                            {
                                                long = 0.74143381961656,
                                                lat = 0.75128654991237,
                                            }, -- end of [154]
                                            [308] = 
                                            {
                                                long = 0.73646965972546,
                                                lat = 0.74981013610103,
                                            }, -- end of [308]
                                            [309] = 
                                            {
                                                long = 0.73647161541636,
                                                lat = 0.74980181522706,
                                            }, -- end of [309]
                                            [155] = 
                                            {
                                                long = 0.74142317364023,
                                                lat = 0.75129034386313,
                                            }, -- end of [155]
                                            [310] = 
                                            {
                                                long = 0.73649261024806,
                                                lat = 0.74976801351532,
                                            }, -- end of [310]
                                            [311] = 
                                            {
                                                long = 0.73649094286842,
                                                lat = 0.74975833811867,
                                            }, -- end of [311]
                                            [39] = 
                                            {
                                                long = 0.74381534798357,
                                                lat = 0.7507553326437,
                                            }, -- end of [39]
                                            [78] = 
                                            {
                                                long = 0.74271643216146,
                                                lat = 0.75085232587484,
                                            }, -- end of [78]
                                            [156] = 
                                            {
                                                long = 0.74138990234982,
                                                lat = 0.75132757915257,
                                            }, -- end of [156]
                                            [312] = 
                                            {
                                                long = 0.73647216056726,
                                                lat = 0.74972862361971,
                                            }, -- end of [312]
                                            [313] = 
                                            {
                                                long = 0.73644960908166,
                                                lat = 0.74961688439142,
                                            }, -- end of [313]
                                            [157] = 
                                            {
                                                long = 0.74137587958347,
                                                lat = 0.75133581469709,
                                            }, -- end of [157]
                                            [314] = 
                                            {
                                                long = 0.7364422464273,
                                                lat = 0.74960413866033,
                                            }, -- end of [314]
                                            [315] = 
                                            {
                                                long = 0.73639661004996,
                                                lat = 0.7495470891011,
                                            }, -- end of [315]
                                            [79] = 
                                            {
                                                long = 0.74272551772236,
                                                lat = 0.75087620330497,
                                            }, -- end of [79]
                                            [158] = 
                                            {
                                                long = 0.74135890653389,
                                                lat = 0.75134021560661,
                                            }, -- end of [158]
                                            [316] = 
                                            {
                                                long = 0.73638430536714,
                                                lat = 0.74953984492969,
                                            }, -- end of [316]
                                            [317] = 
                                            {
                                                long = 0.73621311113111,
                                                lat = 0.7495010404493,
                                            }, -- end of [317]
                                            [159] = 
                                            {
                                                long = 0.74134091827146,
                                                lat = 0.75134014920362,
                                            }, -- end of [159]
                                            [318] = 
                                            {
                                                long = 0.73613281118634,
                                                lat = 0.74949913782077,
                                            }, -- end of [318]
                                            [5] = 
                                            {
                                                long = 0.74585475768934,
                                                lat = 0.75124950424443,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.74579807158485,
                                                lat = 0.75128450813949,
                                            }, -- end of [10]
                                            [20] = 
                                            {
                                                long = 0.7449483082273,
                                                lat = 0.75104689414228,
                                            }, -- end of [20]
                                            [40] = 
                                            {
                                                long = 0.74379245140183,
                                                lat = 0.75076206214687,
                                            }, -- end of [40]
                                            [80] = 
                                            {
                                                long = 0.7427231408484,
                                                lat = 0.7508842517174,
                                            }, -- end of [80]
                                            [160] = 
                                            {
                                                long = 0.74132805017729,
                                                lat = 0.75133722184706,
                                            }, -- end of [160]
                                            [320] = 
                                            {
                                                long = 0.73609422728874,
                                                lat = 0.74948546191873,
                                            }, -- end of [320]
                                            [321] = 
                                            {
                                                long = 0.73604250230326,
                                                lat = 0.74944608418999,
                                            }, -- end of [321]
                                            [161] = 
                                            {
                                                long = 0.74126234700512,
                                                lat = 0.75131586958934,
                                            }, -- end of [161]
                                            [322] = 
                                            {
                                                long = 0.73602055517488,
                                                lat = 0.74943577122729,
                                            }, -- end of [322]
                                            [323] = 
                                            {
                                                long = 0.73599582293082,
                                                lat = 0.7494296857386,
                                            }, -- end of [323]
                                            [81] = 
                                            {
                                                long = 0.74271541408231,
                                                lat = 0.75089023955646,
                                            }, -- end of [81]
                                            [162] = 
                                            {
                                                long = 0.74124856993109,
                                                lat = 0.75131466576139,
                                            }, -- end of [162]
                                            [324] = 
                                            {
                                                long = 0.73590936016906,
                                                lat = 0.74942010936089,
                                            }, -- end of [324]
                                            [325] = 
                                            {
                                                long = 0.73582758523595,
                                                lat = 0.74939186391551,
                                            }, -- end of [325]
                                            [163] = 
                                            {
                                                long = 0.74120936458194,
                                                lat = 0.751314407916,
                                            }, -- end of [163]
                                            [326] = 
                                            {
                                                long = 0.73571746680275,
                                                lat = 0.74937406352215,
                                            }, -- end of [326]
                                            [327] = 
                                            {
                                                long = 0.7356395857409,
                                                lat = 0.74933678427351,
                                            }, -- end of [327]
                                            [41] = 
                                            {
                                                long = 0.74376787276523,
                                                lat = 0.75076422522466,
                                            }, -- end of [41]
                                            [82] = 
                                            {
                                                long = 0.74270465285873,
                                                lat = 0.75089255899796,
                                            }, -- end of [82]
                                            [164] = 
                                            {
                                                long = 0.74119814175325,
                                                lat = 0.75131173473303,
                                            }, -- end of [164]
                                            [328] = 
                                            {
                                                long = 0.73562176866864,
                                                lat = 0.74933406076318,
                                            }, -- end of [328]
                                            [329] = 
                                            {
                                                long = 0.73550717651763,
                                                lat = 0.7493348958626,
                                            }, -- end of [329]
                                            [165] = 
                                            {
                                                long = 0.74114362854751,
                                                lat = 0.75129281890386,
                                            }, -- end of [165]
                                            [330] = 
                                            {
                                                long = 0.73548724872168,
                                                lat = 0.74933234111816,
                                            }, -- end of [330]
                                            [331] = 
                                            {
                                                long = 0.73535914385664,
                                                lat = 0.74930772784125,
                                            }, -- end of [331]
                                            [83] = 
                                            {
                                                long = 0.74269635054045,
                                                lat = 0.75089145347543,
                                            }, -- end of [83]
                                            [166] = 
                                            {
                                                long = 0.74112132090357,
                                                lat = 0.75128973619214,
                                            }, -- end of [166]
                                            [332] = 
                                            {
                                                long = 0.73533872591321,
                                                lat = 0.74929901071863,
                                            }, -- end of [332]
                                            [333] = 
                                            {
                                                long = 0.73530306568789,
                                                lat = 0.7492797467894,
                                            }, -- end of [333]
                                            [167] = 
                                            {
                                                long = 0.74109873559622,
                                                lat = 0.75129107143219,
                                            }, -- end of [167]
                                            [334] = 
                                            {
                                                long = 0.73527468522378,
                                                lat = 0.74927206187839,
                                            }, -- end of [334]
                                            [21] = 
                                            {
                                                long = 0.74488733469285,
                                                lat = 0.75104354715474,
                                            }, -- end of [21]
                                            [42] = 
                                            {
                                                long = 0.74354171280658,
                                                lat = 0.75076243779147,
                                            }, -- end of [42]
                                            [84] = 
                                            {
                                                long = 0.74267414159195,
                                                lat = 0.7508855549667,
                                            }, -- end of [84]
                                            [168] = 
                                            {
                                                long = 0.74107736332704,
                                                lat = 0.75129677873501,
                                            }, -- end of [168]
                                            [336] = 
                                            {
                                                long = 0.73513919410418,
                                                lat = 0.74925155982728,
                                            }, -- end of [336]
                                            [337] = 
                                            {
                                                long = 0.73495952537548,
                                                lat = 0.74927367998221,
                                            }, -- end of [337]
                                            [169] = 
                                            {
                                                long = 0.74104811909634,
                                                lat = 0.75131106922109,
                                            }, -- end of [169]
                                            [338] = 
                                            {
                                                long = 0.7349415681609,
                                                lat = 0.74927143237002,
                                            }, -- end of [338]
                                            [339] = 
                                            {
                                                long = 0.73492574437746,
                                                lat = 0.7492648536967,
                                            }, -- end of [339]
                                            [85] = 
                                            {
                                                long = 0.74265726728005,
                                                lat = 0.75088572077472,
                                            }, -- end of [85]
                                            [170] = 
                                            {
                                                long = 0.74103222960428,
                                                lat = 0.75131349330617,
                                            }, -- end of [170]
                                            [340] = 
                                            {
                                                long = 0.73483903351492,
                                                lat = 0.74921318147278,
                                            }, -- end of [340]
                                            [341] = 
                                            {
                                                long = 0.73479154203236,
                                                lat = 0.74919399353878,
                                            }, -- end of [341]
                                            [171] = 
                                            {
                                                long = 0.74101639480491,
                                                lat = 0.751311439171,
                                            }, -- end of [171]
                                            [342] = 
                                            {
                                                long = 0.73474624455165,
                                                lat = 0.74914927794484,
                                            }, -- end of [342]
                                            [343] = 
                                            {
                                                long = 0.73473440524696,
                                                lat = 0.74914434045883,
                                            }, -- end of [343]
                                            [43] = 
                                            {
                                                long = 0.74351666211023,
                                                lat = 0.7507582022803,
                                            }, -- end of [43]
                                            [86] = 
                                            {
                                                long = 0.74258285729294,
                                                lat = 0.75089826588918,
                                            }, -- end of [86]
                                            [172] = 
                                            {
                                                long = 0.74098656638531,
                                                lat = 0.75129987807484,
                                            }, -- end of [172]
                                            [344] = 
                                            {
                                                long = 0.73453968410618,
                                                lat = 0.74911527844205,
                                            }, -- end of [344]
                                            [345] = 
                                            {
                                                long = 0.73452636110932,
                                                lat = 0.74910896722146,
                                            }, -- end of [345]
                                            [173] = 
                                            {
                                                long = 0.74097305126197,
                                                lat = 0.75129967072279,
                                            }, -- end of [173]
                                            [346] = 
                                            {
                                                long = 0.73451704566094,
                                                lat = 0.74909943123414,
                                            }, -- end of [346]
                                            [347] = 
                                            {
                                                long = 0.73451312851056,
                                                lat = 0.74908812893945,
                                            }, -- end of [347]
                                            [87] = 
                                            {
                                                long = 0.74257902545105,
                                                lat = 0.75090180625126,
                                            }, -- end of [87]
                                            [174] = 
                                            {
                                                long = 0.74096060714352,
                                                lat = 0.75130361207174,
                                            }, -- end of [174]
                                            [348] = 
                                            {
                                                long = 0.73451344581661,
                                                lat = 0.74906432258188,
                                            }, -- end of [348]
                                            [349] = 
                                            {
                                                long = 0.73450813911332,
                                                lat = 0.74905517209626,
                                            }, -- end of [349]
                                            [175] = 
                                            {
                                                long = 0.74080109791262,
                                                lat = 0.75140684521552,
                                            }, -- end of [175]
                                            [350] = 
                                            {
                                                long = 0.7344618722145,
                                                lat = 0.74900738796601,
                                            }, -- end of [350]
                                            [11] = 
                                            {
                                                long = 0.74544819288965,
                                                lat = 0.75118047370263,
                                            }, -- end of [11]
                                            [22] = 
                                            {
                                                long = 0.74486746620655,
                                                lat = 0.7510383373451,
                                            }, -- end of [22]
                                            [44] = 
                                            {
                                                long = 0.7434120126599,
                                                lat = 0.75073064602505,
                                            }, -- end of [44]
                                            [88] = 
                                            {
                                                long = 0.74255968911472,
                                                lat = 0.75093616090257,
                                            }, -- end of [88]
                                            [176] = 
                                            {
                                                long = 0.74078284529677,
                                                lat = 0.7514126819125,
                                            }, -- end of [176]
                                            [352] = 
                                            {
                                                long = 0.73441814617834,
                                                lat = 0.74898467167387,
                                            }, -- end of [352]
                                            [353] = 
                                            {
                                                long = 0.73439217357948,
                                                lat = 0.74897944967736,
                                            }, -- end of [353]
                                            [177] = 
                                            {
                                                long = 0.74076316903261,
                                                lat = 0.75141416343608,
                                            }, -- end of [177]
                                            [354] = 
                                            {
                                                long = 0.73432819671723,
                                                lat = 0.74897428308401,
                                            }, -- end of [354]
                                            [355] = 
                                            {
                                                long = 0.73422569345066,
                                                lat = 0.7489353042823,
                                            }, -- end of [355]
                                            [89] = 
                                            {
                                                long = 0.7425497593754,
                                                lat = 0.75094311837388,
                                            }, -- end of [89]
                                            [178] = 
                                            {
                                                long = 0.74074365421159,
                                                lat = 0.7514111577705,
                                            }, -- end of [178]
                                            [356] = 
                                            {
                                                long = 0.73417229077329,
                                                lat = 0.74892363690083,
                                            }, -- end of [356]
                                            [357] = 
                                            {
                                                long = 0.7341516453139,
                                                lat = 0.74891398353348,
                                            }, -- end of [357]
                                            [179] = 
                                            {
                                                long = 0.74065175551,
                                                lat = 0.75138576534147,
                                            }, -- end of [179]
                                            [358] = 
                                            {
                                                long = 0.7341349624054,
                                                lat = 0.74890079571442,
                                            }, -- end of [358]
                                            [359] = 
                                            {
                                                long = 0.73412331787345,
                                                lat = 0.74888485100369,
                                            }, -- end of [359]
                                            [45] = 
                                            {
                                                long = 0.74339474927225,
                                                lat = 0.75072151198331,
                                            }, -- end of [45]
                                            [90] = 
                                            {
                                                long = 0.74254013770912,
                                                lat = 0.75094589035276,
                                            }, -- end of [90]
                                            [180] = 
                                            {
                                                long = 0.74064082712676,
                                                lat = 0.75138706707542,
                                            }, -- end of [180]
                                            [360] = 
                                            {
                                                long = 0.73407722526925,
                                                lat = 0.74879685932385,
                                            }, -- end of [360]
                                            [361] = 
                                            {
                                                long = 0.73406621454557,
                                                lat = 0.74878808431825,
                                            }, -- end of [361]
                                            [181] = 
                                            {
                                                long = 0.7406322005449,
                                                lat = 0.75139217989186,
                                            }, -- end of [181]
                                            [362] = 
                                            {
                                                long = 0.73394455434139,
                                                lat = 0.74874496815929,
                                            }, -- end of [362]
                                            [363] = 
                                            {
                                                long = 0.73393967011643,
                                                lat = 0.74874080545743,
                                            }, -- end of [363]
                                            [91] = 
                                            {
                                                long = 0.74247000191058,
                                                lat = 0.75095775748822,
                                            }, -- end of [91]
                                            [182] = 
                                            {
                                                long = 0.7406244240167,
                                                lat = 0.75140624753984,
                                            }, -- end of [182]
                                            [364] = 
                                            {
                                                long = 0.73391317756659,
                                                lat = 0.74870956140826,
                                            }, -- end of [364]
                                            [365] = 
                                            {
                                                long = 0.73390210931012,
                                                lat = 0.74870110398807,
                                            }, -- end of [365]
                                            [183] = 
                                            {
                                                long = 0.74062031528928,
                                                lat = 0.75140666784813,
                                            }, -- end of [183]
                                            [366] = 
                                            {
                                                long = 0.73382385511065,
                                                lat = 0.74865036001924,
                                            }, -- end of [366]
                                            [23] = 
                                            {
                                                long = 0.74485039814289,
                                                lat = 0.75102919971921,
                                            }, -- end of [23]
                                            [46] = 
                                            {
                                                long = 0.74338179750561,
                                                lat = 0.75070918770149,
                                            }, -- end of [46]
                                            [92] = 
                                            {
                                                long = 0.74244192642352,
                                                lat = 0.75096702594902,
                                            }, -- end of [92]
                                            [184] = 
                                            {
                                                long = 0.74058292675776,
                                                lat = 0.75139949665442,
                                            }, -- end of [184]
                                            [368] = 
                                            {
                                                long = 0.73379529347822,
                                                lat = 0.74861300038798,
                                            }, -- end of [368]
                                            [369] = 
                                            {
                                                long = 0.733790556514,
                                                lat = 0.74859171584125,
                                            }, -- end of [369]
                                            [185] = 
                                            {
                                                long = 0.74057612318266,
                                                lat = 0.75140186764491,
                                            }, -- end of [185]
                                            [370] = 
                                            {
                                                long = 0.73379240645429,
                                                lat = 0.74857022056579,
                                            }, -- end of [370]
                                            [371] = 
                                            {
                                                long = 0.73380597445615,
                                                lat = 0.74852683638348,
                                            }, -- end of [371]
                                            [93] = 
                                            {
                                                long = 0.74241705023512,
                                                lat = 0.75098034138842,
                                            }, -- end of [93]
                                            [186] = 
                                            {
                                                long = 0.74055358805747,
                                                lat = 0.75142085117557,
                                            }, -- end of [186]
                                            [372] = 
                                            {
                                                long = 0.7338045257222,
                                                lat = 0.74851627784013,
                                            }, -- end of [372]
                                            [373] = 
                                            {
                                                long = 0.73379445515588,
                                                lat = 0.74848631394731,
                                            }, -- end of [373]
                                            [187] = 
                                            {
                                                long = 0.74053177396625,
                                                lat = 0.75145696239594,
                                            }, -- end of [187]
                                            [374] = 
                                            {
                                                long = 0.73379785180925,
                                                lat = 0.74844923398527,
                                            }, -- end of [374]
                                            [375] = 
                                            {
                                                long = 0.73379291251695,
                                                lat = 0.74844468287512,
                                            }, -- end of [375]
                                            [47] = 
                                            {
                                                long = 0.74335976032744,
                                                lat = 0.7506771485717,
                                            }, -- end of [47]
                                            [94] = 
                                            {
                                                long = 0.74239646206796,
                                                lat = 0.75099714147991,
                                            }, -- end of [94]
                                            [188] = 
                                            {
                                                long = 0.74053188163905,
                                                lat = 0.75146527269761,
                                            }, -- end of [188]
                                            [376] = 
                                            {
                                                long = 0.73374757923866,
                                                lat = 0.74843832569284,
                                            }, -- end of [376]
                                            [377] = 
                                            {
                                                long = 0.73372266505944,
                                                lat = 0.74843002791695,
                                            }, -- end of [377]
                                            [189] = 
                                            {
                                                long = 0.74053779886495,
                                                lat = 0.75147239358103,
                                            }, -- end of [189]
                                            [378] = 
                                            {
                                                long = 0.73370111754219,
                                                lat = 0.74841777302758,
                                            }, -- end of [378]
                                            [379] = 
                                            {
                                                long = 0.73368409444454,
                                                lat = 0.74840217534821,
                                            }, -- end of [379]
                                            [95] = 
                                            {
                                                long = 0.74236852573379,
                                                lat = 0.75103127585606,
                                            }, -- end of [95]
                                            [190] = 
                                            {
                                                long = 0.7405450430365,
                                                lat = 0.75147563689349,
                                            }, -- end of [190]
                                            [380] = 
                                            {
                                                long = 0.7336336872496,
                                                lat = 0.74833374538943,
                                            }, -- end of [380]
                                            [381] = 
                                            {
                                                long = 0.7336237499782,
                                                lat = 0.748310441228,
                                            }, -- end of [381]
                                            [191] = 
                                            {
                                                long = 0.74056032454139,
                                                lat = 0.75148033083652,
                                            }, -- end of [191]
                                            [382] = 
                                            {
                                                long = 0.7336200732103,
                                                lat = 0.74828616802024,
                                            }, -- end of [382]
                                            [3] = 
                                            {
                                                long = 0.74587588673727,
                                                lat = 0.75124714004801,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.74584820291423,
                                                lat = 0.75125603163595,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                long = 0.74542431826638,
                                                lat = 0.75117835965815,
                                            }, -- end of [12]
                                            [24] = 
                                            {
                                                long = 0.74479638948267,
                                                lat = 0.75099150898262,
                                            }, -- end of [24]
                                            [48] = 
                                            {
                                                long = 0.74334661426399,
                                                lat = 0.75066766578389,
                                            }, -- end of [48]
                                            [96] = 
                                            {
                                                long = 0.74234907863365,
                                                lat = 0.75104648837437,
                                            }, -- end of [96]
                                            [192] = 
                                            {
                                                long = 0.74056124073237,
                                                lat = 0.75148417881948,
                                            }, -- end of [192]
                                            [384] = 
                                            {
                                                long = 0.73364333297347,
                                                lat = 0.74815411117123,
                                            }, -- end of [384]
                                            [385] = 
                                            {
                                                long = 0.73365160927242,
                                                lat = 0.74814364200987,
                                            }, -- end of [385]
                                            [193] = 
                                            {
                                                long = 0.74052332817256,
                                                lat = 0.75150616747971,
                                            }, -- end of [193]
                                            [386] = 
                                            {
                                                long = 0.73366471121869,
                                                lat = 0.74813624210219,
                                            }, -- end of [386]
                                            [387] = 
                                            {
                                                long = 0.73369434698457,
                                                lat = 0.74812736914018,
                                            }, -- end of [387]
                                            [97] = 
                                            {
                                                long = 0.74232544779787,
                                                lat = 0.75105820682733,
                                            }, -- end of [97]
                                            [194] = 
                                            {
                                                long = 0.74051530484223,
                                                lat = 0.75150550034123,
                                            }, -- end of [194]
                                            [388] = 
                                            {
                                                long = 0.73370130635722,
                                                lat = 0.74812100731534,
                                            }, -- end of [388]
                                            [389] = 
                                            {
                                                long = 0.73370300111216,
                                                lat = 0.74811294547118,
                                            }, -- end of [389]
                                            [195] = 
                                            {
                                                long = 0.74051020557031,
                                                lat = 0.75150090134135,
                                            }, -- end of [195]
                                            [390] = 
                                            {
                                                long = 0.73367666287916,
                                                lat = 0.74803687133174,
                                            }, -- end of [390]
                                            [391] = 
                                            {
                                                long = 0.73367054935101,
                                                lat = 0.74803374760396,
                                            }, -- end of [391]
                                            [49] = 
                                            {
                                                long = 0.74332979427755,
                                                lat = 0.75066202526643,
                                            }, -- end of [49]
                                            [98] = 
                                            {
                                                long = 0.74229881573676,
                                                lat = 0.75106578229273,
                                            }, -- end of [98]
                                            [196] = 
                                            {
                                                long = 0.74050411754097,
                                                lat = 0.75148782981665,
                                            }, -- end of [196]
                                            [392] = 
                                            {
                                                long = 0.73363595013136,
                                                lat = 0.74802771062748,
                                            }, -- end of [392]
                                            [393] = 
                                            {
                                                long = 0.73363198887214,
                                                lat = 0.74803124367492,
                                            }, -- end of [393]
                                            [197] = 
                                            {
                                                long = 0.74049693327486,
                                                lat = 0.75148497378828,
                                            }, -- end of [197]
                                            [394] = 
                                            {
                                                long = 0.73362508377569,
                                                lat = 0.74808877283435,
                                            }, -- end of [394]
                                            [395] = 
                                            {
                                                long = 0.73361820391659,
                                                lat = 0.7480956774521,
                                            }, -- end of [395]
                                            [99] = 
                                            {
                                                long = 0.74227061263194,
                                                lat = 0.75106878052472,
                                            }, -- end of [99]
                                            [198] = 
                                            {
                                                long = 0.74046154515343,
                                                lat = 0.75148383417328,
                                            }, -- end of [198]
                                            [396] = 
                                            {
                                                long = 0.73360736774804,
                                                lat = 0.7480988940766,
                                            }, -- end of [396]
                                            [397] = 
                                            {
                                                long = 0.73359595275177,
                                                lat = 0.74809744761066,
                                            }, -- end of [397]
                                            [199] = 
                                            {
                                                long = 0.74042614772509,
                                                lat = 0.75148748218782,
                                            }, -- end of [199]
                                            [398] = 
                                            {
                                                long = 0.73358721397051,
                                                lat = 0.74809170700544,
                                            }, -- end of [398]
                                            [25] = 
                                            {
                                                long = 0.74460441330393,
                                                lat = 0.75092218268654,
                                            }, -- end of [25]
                                            [50] = 
                                            {
                                                long = 0.74331134585261,
                                                lat = 0.75066099570089,
                                            }, -- end of [50]
                                            [100] = 
                                            {
                                                long = 0.74220238023843,
                                                lat = 0.75107098186337,
                                            }, -- end of [100]
                                            [200] = 
                                            {
                                                long = 0.74040426601387,
                                                lat = 0.75149063454233,
                                            }, -- end of [200]
                                            [400] = 
                                            {
                                                long = 0.73346200232722,
                                                lat = 0.74790890458424,
                                            }, -- end of [400]
                                            [401] = 
                                            {
                                                long = 0.73346640727202,
                                                lat = 0.74784372634507,
                                            }, -- end of [401]
                                            [201] = 
                                            {
                                                long = 0.74039394563427,
                                                lat = 0.75148756778482,
                                            }, -- end of [201]
                                            [402] = 
                                            {
                                                long = 0.73340685069185,
                                                lat = 0.74778967407534,
                                            }, -- end of [402]
                                            [403] = 
                                            {
                                                long = 0.73339241402588,
                                                lat = 0.74776978716171,
                                            }, -- end of [403]
                                            [101] = 
                                            {
                                                long = 0.74218799866454,
                                                lat = 0.75107548616014,
                                            }, -- end of [101]
                                            [202] = 
                                            {
                                                long = 0.740388306609,
                                                lat = 0.75148293481797,
                                            }, -- end of [202]
                                            [404] = 
                                            {
                                                long = 0.73338389916986,
                                                lat = 0.74774809551669,
                                            }, -- end of [404]
                                            [405] = 
                                            {
                                                long = 0.73338146515093,
                                                lat = 0.74772568537172,
                                            }, -- end of [405]
                                            [203] = 
                                            {
                                                long = 0.74037748895877,
                                                lat = 0.7514704127595,
                                            }, -- end of [203]
                                            [406] = 
                                            {
                                                long = 0.73338543623792,
                                                lat = 0.74770331583907,
                                            }, -- end of [406]
                                            [407] = 
                                            {
                                                long = 0.73339553828102,
                                                lat = 0.74768202895787,
                                            }, -- end of [407]
                                            [51] = 
                                            {
                                                long = 0.74329780825172,
                                                lat = 0.75066331774521,
                                            }, -- end of [51]
                                            [102] = 
                                            {
                                                long = 0.74217683729734,
                                                lat = 0.75108348701152,
                                            }, -- end of [102]
                                            [204] = 
                                            {
                                                long = 0.7403670252069,
                                                lat = 0.75146641596311,
                                            }, -- end of [204]
                                            [408] = 
                                            {
                                                long = 0.7334069235297,
                                                lat = 0.74766731125034,
                                            }, -- end of [408]
                                            [409] = 
                                            {
                                                long = 0.73348327581835,
                                                lat = 0.7475831385754,
                                            }, -- end of [409]
                                            [205] = 
                                            {
                                                long = 0.74035514230756,
                                                lat = 0.75146708903448,
                                            }, -- end of [205]
                                            [410] = 
                                            {
                                                long = 0.73348327581835,
                                                lat = 0.7475831385754,
                                            }, -- end of [410]
                                            [411] = 
                                            {
                                                long = 0.73348448999213,
                                                lat = 0.74758179992317,
                                            }, -- end of [411]
                                            [103] = 
                                            {
                                                long = 0.74217140239699,
                                                lat = 0.75109116381538,
                                            }, -- end of [103]
                                            [206] = 
                                            {
                                                long = 0.74034568014703,
                                                lat = 0.75147234848937,
                                            }, -- end of [206]
                                            [412] = 
                                            {
                                                long = 0.7334848189058,
                                                lat = 0.74757314053185,
                                            }, -- end of [412]
                                            [413] = 
                                            {
                                                long = 0.73347870371484,
                                                lat = 0.74756562121239,
                                            }, -- end of [413]
                                            [207] = 
                                            {
                                                long = 0.74032349516382,
                                                lat = 0.75151304034226,
                                            }, -- end of [207]
                                            [414] = 
                                            {
                                                long = 0.73345035069203,
                                                lat = 0.74754534962078,
                                            }, -- end of [414]
                                            [13] = 
                                            {
                                                long = 0.74540050059404,
                                                lat = 0.75118063529451,
                                            }, -- end of [13]
                                            [26] = 
                                            {
                                                long = 0.74445072179603,
                                                lat = 0.75083709898781,
                                            }, -- end of [26]
                                            [52] = 
                                            {
                                                long = 0.7431698934429,
                                                lat = 0.75069798858245,
                                            }, -- end of [52]
                                            [104] = 
                                            {
                                                long = 0.74214262993312,
                                                lat = 0.75115016559985,
                                            }, -- end of [104]
                                            [208] = 
                                            {
                                                long = 0.74031220815807,
                                                lat = 0.75152104114659,
                                            }, -- end of [208]
                                            [416] = 
                                            {
                                                long = 0.73345088939188,
                                                lat = 0.74752866819337,
                                            }, -- end of [416]
                                            [417] = 
                                            {
                                                long = 0.7334802074994,
                                                lat = 0.74749737755959,
                                            }, -- end of [417]
                                            [209] = 
                                            {
                                                long = 0.74028113546455,
                                                lat = 0.75153468728261,
                                            }, -- end of [209]
                                            [418] = 
                                            {
                                                long = 0.73349451151366,
                                                lat = 0.74748949098082,
                                            }, -- end of [418]
                                            [419] = 
                                            {
                                                long = 0.73351152657592,
                                                lat = 0.74748554842935,
                                            }, -- end of [419]
                                            [105] = 
                                            {
                                                long = 0.74213214060208,
                                                lat = 0.75115905156518,
                                            }, -- end of [105]
                                            [210] = 
                                            {
                                                long = 0.74027334726164,
                                                lat = 0.75154247587682,
                                            }, -- end of [210]
                                            [420] = 
                                            {
                                                long = 0.73354035115698,
                                                lat = 0.74748506186432,
                                            }, -- end of [420]
                                            [421] = 
                                            {
                                                long = 0.73355048389342,
                                                lat = 0.74748072438522,
                                            }, -- end of [421]
                                            [211] = 
                                            {
                                                long = 0.74026253612051,
                                                lat = 0.75155702954205,
                                            }, -- end of [211]
                                            [422] = 
                                            {
                                                long = 0.7335559709317,
                                                lat = 0.74747306754403,
                                            }, -- end of [422]
                                            [423] = 
                                            {
                                                long = 0.73355503463739,
                                                lat = 0.74746450877067,
                                            }, -- end of [423]
                                            [53] = 
                                            {
                                                long = 0.7431277961494,
                                                lat = 0.75070437058023,
                                            }, -- end of [53]
                                            [106] = 
                                            {
                                                long = 0.74211778487209,
                                                lat = 0.75116441649479,
                                            }, -- end of [106]
                                            [212] = 
                                            {
                                                long = 0.74025275167323,
                                                lat = 0.75156090260812,
                                            }, -- end of [212]
                                            [424] = 
                                            {
                                                long = 0.73353391841854,
                                                lat = 0.74742160896933,
                                            }, -- end of [424]
                                            [425] = 
                                            {
                                                long = 0.73353832941064,
                                                lat = 0.74740807296967,
                                            }, -- end of [425]
                                            [213] = 
                                            {
                                                long = 0.7402416631493,
                                                lat = 0.75156048876811,
                                            }, -- end of [213]
                                            [426] = 
                                            {
                                                long = 0.73354186929862,
                                                lat = 0.74739005416664,
                                            }, -- end of [426]
                                            [427] = 
                                            {
                                                long = 0.73355366304351,
                                                lat = 0.74737451840317,
                                            }, -- end of [427]
                                            [107] = 
                                            {
                                                long = 0.74210180160347,
                                                lat = 0.75116552296799,
                                            }, -- end of [107]
                                            [214] = 
                                            {
                                                long = 0.74017541220682,
                                                lat = 0.7515445603993,
                                            }, -- end of [214]
                                            [428] = 
                                            {
                                                long = 0.73357456635923,
                                                lat = 0.74731862385051,
                                            }, -- end of [428]
                                            [429] = 
                                            {
                                                long = 0.73358550107855,
                                                lat = 0.74730959190181,
                                            }, -- end of [429]
                                            [215] = 
                                            {
                                                long = 0.74014791064223,
                                                lat = 0.75153349964325,
                                            }, -- end of [215]
                                            [430] = 
                                            {
                                                long = 0.73362326455487,
                                                lat = 0.74729450159856,
                                            }, -- end of [430]
                                            [27] = 
                                            {
                                                long = 0.74424632104385,
                                                lat = 0.7507659696541,
                                            }, -- end of [27]
                                            [54] = 
                                            {
                                                long = 0.74308494508167,
                                                lat = 0.75070594953304,
                                            }, -- end of [54]
                                            [108] = 
                                            {
                                                long = 0.74205904853554,
                                                lat = 0.75115757491942,
                                            }, -- end of [108]
                                            [216] = 
                                            {
                                                long = 0.74012389948834,
                                                lat = 0.75151869571173,
                                            }, -- end of [216]
                                            [432] = 
                                            {
                                                long = 0.73364058556662,
                                                lat = 0.74725199819094,
                                            }, -- end of [432]
                                            [433] = 
                                            {
                                                long = 0.73367814453299,
                                                lat = 0.74721447685701,
                                            }, -- end of [433]
                                            [217] = 
                                            {
                                                long = 0.74010431993366,
                                                lat = 0.75150069855537,
                                            }, -- end of [217]
                                            [434] = 
                                            {
                                                long = 0.73370101247616,
                                                lat = 0.74718871944277,
                                            }, -- end of [434]
                                            [435] = 
                                            {
                                                long = 0.73371598004949,
                                                lat = 0.74718030762236,
                                            }, -- end of [435]
                                            [109] = 
                                            {
                                                long = 0.74198199532656,
                                                lat = 0.75119245110096,
                                            }, -- end of [109]
                                            [218] = 
                                            {
                                                long = 0.74007999723372,
                                                lat = 0.75147414732873,
                                            }, -- end of [218]
                                            [436] = 
                                            {
                                                long = 0.73373392612719,
                                                lat = 0.74717621061687,
                                            }, -- end of [436]
                                            [437] = 
                                            {
                                                long = 0.73375260123112,
                                                lat = 0.74717707834073,
                                            }, -- end of [437]
                                            [219] = 
                                            {
                                                long = 0.74006825424124,
                                                lat = 0.75147017649641,
                                            }, -- end of [219]
                                            [438] = 
                                            {
                                                long = 0.73383314974279,
                                                lat = 0.74719640612822,
                                            }, -- end of [438]
                                            [439] = 
                                            {
                                                long = 0.73384133082878,
                                                lat = 0.7471933214293,
                                            }, -- end of [439]
                                            [55] = 
                                            {
                                                long = 0.74301131668377,
                                                lat = 0.75070494618648,
                                            }, -- end of [55]
                                            [110] = 
                                            {
                                                long = 0.7419681719115,
                                                lat = 0.7511936892114,
                                            }, -- end of [110]
                                            [220] = 
                                            {
                                                long = 0.74000027620268,
                                                lat = 0.75146937571527,
                                            }, -- end of [220]
                                            [440] = 
                                            {
                                                long = 0.73386909459884,
                                                lat = 0.74716536695907,
                                            }, -- end of [440]
                                            [441] = 
                                            {
                                                long = 0.73387334150905,
                                                lat = 0.74715364849938,
                                            }, -- end of [441]
                                            [221] = 
                                            {
                                                long = 0.7399830944254,
                                                lat = 0.75146483480732,
                                            }, -- end of [221]
                                            [442] = 
                                            {
                                                long = 0.73387232359609,
                                                lat = 0.74714454706543,
                                            }, -- end of [442]
                                            [443] = 
                                            {
                                                long = 0.73385555083986,
                                                lat = 0.74709424145916,
                                            }, -- end of [443]
                                            [111] = 
                                            {
                                                long = 0.74195800848292,
                                                lat = 0.75119163790723,
                                            }, -- end of [111]
                                            [222] = 
                                            {
                                                long = 0.73996905023324,
                                                lat = 0.75145634502548,
                                            }, -- end of [222]
                                            [444] = 
                                            {
                                                long = 0.73384838821028,
                                                lat = 0.74708249022681,
                                            }, -- end of [444]
                                            [445] = 
                                            {
                                                long = 0.73378828100972,
                                                lat = 0.74700126019926,
                                            }, -- end of [445]
                                            [223] = 
                                            {
                                                long = 0.73993568421508,
                                                lat = 0.75142316377754,
                                            }, -- end of [223]
                                            [446] = 
                                            {
                                                long = 0.73378038216254,
                                                lat = 0.7469808557176,
                                            }, -- end of [446]
                                            [7] = 
                                            {
                                                long = 0.7458353105725,
                                                lat = 0.75127715107699,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                long = 0.74534836710454,
                                                lat = 0.75119255553919,
                                            }, -- end of [14]
                                            [28] = 
                                            {
                                                long = 0.74418217020892,
                                                lat = 0.75073493173129,
                                            }, -- end of [28]
                                            [56] = 
                                            {
                                                long = 0.74299025456828,
                                                lat = 0.75070907848897,
                                            }, -- end of [56]
                                            [112] = 
                                            {
                                                long = 0.74188607454809,
                                                lat = 0.75116808261561,
                                            }, -- end of [112]
                                            [224] = 
                                            {
                                                long = 0.73969625333664,
                                                lat = 0.75133742288027,
                                            }, -- end of [224]
                                            [448] = 
                                            {
                                                long = 0.73378390838531,
                                                lat = 0.7469388219137,
                                            }, -- end of [448]
                                            [449] = 
                                            {
                                                long = 0.73379511355614,
                                                lat = 0.74691932911994,
                                            }, -- end of [449]
                                            [225] = 
                                            {
                                                long = 0.73968302497582,
                                                lat = 0.75132446842179,
                                            }, -- end of [225]
                                            [450] = 
                                            {
                                                long = 0.73383398827054,
                                                lat = 0.74686765192616,
                                            }, -- end of [450]
                                            [451] = 
                                            {
                                                long = 0.73384161072334,
                                                lat = 0.74684844428417,
                                            }, -- end of [451]
                                            [113] = 
                                            {
                                                long = 0.7418692155593,
                                                lat = 0.75116769095478,
                                            }, -- end of [113]
                                            [226] = 
                                            {
                                                long = 0.73967990748548,
                                                lat = 0.7513167209044,
                                            }, -- end of [226]
                                            [452] = 
                                            {
                                                long = 0.73384864592333,
                                                lat = 0.74682088573431,
                                            }, -- end of [452]
                                            [453] = 
                                            {
                                                long = 0.73385791660278,
                                                lat = 0.7468078253746,
                                            }, -- end of [453]
                                            [227] = 
                                            {
                                                long = 0.73967824484783,
                                                lat = 0.75130312372674,
                                            }, -- end of [227]
                                            [454] = 
                                            {
                                                long = 0.7338722770988,
                                                lat = 0.746797498767,
                                            }, -- end of [454]
                                            [455] = 
                                            {
                                                long = 0.7338902956159,
                                                lat = 0.74679104016588,
                                            }, -- end of [455]
                                            [57] = 
                                            {
                                                long = 0.74297190175685,
                                                lat = 0.75071753379051,
                                            }, -- end of [57]
                                            [114] = 
                                            {
                                                long = 0.74185352731881,
                                                lat = 0.75117206690277,
                                            }, -- end of [114]
                                            [228] = 
                                            {
                                                long = 0.7396692503487,
                                                lat = 0.75128220605603,
                                            }, -- end of [228]
                                            [456] = 
                                            {
                                                long = 0.73391002809169,
                                                lat = 0.74678899681176,
                                            }, -- end of [456]
                                            [457] = 
                                            {
                                                long = 0.73392980097277,
                                                lat = 0.74679158052188,
                                            }, -- end of [457]
                                            [229] = 
                                            {
                                                long = 0.73965422473309,
                                                lat = 0.75126312132779,
                                            }, -- end of [229]
                                            [458] = 
                                            {
                                                long = 0.73395505715087,
                                                lat = 0.74679812196057,
                                            }, -- end of [458]
                                            [459] = 
                                            {
                                                long = 0.73397522547184,
                                                lat = 0.74679831920038,
                                            }, -- end of [459]
                                            [115] = 
                                            {
                                                long = 0.74184137846057,
                                                lat = 0.75118061954328,
                                            }, -- end of [115]
                                            [230] = 
                                            {
                                                long = 0.73963396893082,
                                                lat = 0.75124690194796,
                                            }, -- end of [230]
                                            [460] = 
                                            {
                                                long = 0.73399449898186,
                                                lat = 0.74679387861714,
                                            }, -- end of [460]
                                            [461] = 
                                            {
                                                long = 0.73401089915749,
                                                lat = 0.74678511498595,
                                            }, -- end of [461]
                                            [231] = 
                                            {
                                                long = 0.73960944733984,
                                                lat = 0.7512342528604,
                                            }, -- end of [231]
                                            [462] = 
                                            {
                                                long = 0.73402276090431,
                                                lat = 0.74677302448659,
                                            }, -- end of [462]
                                            [29] = 
                                            {
                                                long = 0.74415447831548,
                                                lat = 0.75072684808702,
                                            }, -- end of [29]
                                            [58] = 
                                            {
                                                long = 0.74295752104621,
                                                lat = 0.75072949927892,
                                            }, -- end of [58]
                                            [116] = 
                                            {
                                                long = 0.74183468819675,
                                                lat = 0.75119193236937,
                                            }, -- end of [116]
                                            [232] = 
                                            {
                                                long = 0.73958172982312,
                                                lat = 0.75122587030929,
                                            }, -- end of [232]
                                            [464] = 
                                            {
                                                long = 0.73404750409893,
                                                lat = 0.74670795099553,
                                            }, -- end of [464]
                                            [465] = 
                                            {
                                                long = 0.73403234598761,
                                                lat = 0.74662439884832,
                                            }, -- end of [465]
                                            [233] = 
                                            {
                                                long = 0.73955223727914,
                                                lat = 0.75122195066838,
                                            }, -- end of [233]
                                            [466] = 
                                            {
                                                long = 0.73402623857866,
                                                lat = 0.74661256418129,
                                            }, -- end of [466]
                                            [467] = 
                                            {
                                                long = 0.73400008432812,
                                                lat = 0.74657305412526,
                                            }, -- end of [467]
                                            [117] = 
                                            {
                                                long = 0.74183458833285,
                                                lat = 0.75120434092976,
                                            }, -- end of [117]
                                            [234] = 
                                            {
                                                long = 0.73952969300385,
                                                lat = 0.75122216548635,
                                            }, -- end of [234]
                                            [468] = 
                                            {
                                                long = 0.7339970851091,
                                                lat = 0.74655916643076,
                                            }, -- end of [468]
                                            [469] = 
                                            {
                                                long = 0.733999723789,
                                                lat = 0.74654522160489,
                                            }, -- end of [469]
                                            [235] = 
                                            {
                                                long = 0.73934484784358,
                                                lat = 0.75123436972591,
                                            }, -- end of [235]
                                            [470] = 
                                            {
                                                long = 0.73400532858982,
                                                lat = 0.74653551376133,
                                            }, -- end of [470]
                                            [471] = 
                                            {
                                                long = 0.73402378807984,
                                                lat = 0.74651034003918,
                                            }, -- end of [471]
                                            [59] = 
                                            {
                                                long = 0.74294856224274,
                                                lat = 0.75074398941539,
                                            }, -- end of [59]
                                            [118] = 
                                            {
                                                long = 0.74183873443776,
                                                lat = 0.75121309735172,
                                            }, -- end of [118]
                                            [236] = 
                                            {
                                                long = 0.73930027030378,
                                                lat = 0.75123255456911,
                                            }, -- end of [236]
                                            [472] = 
                                            {
                                                long = 0.73402930294629,
                                                lat = 0.74649349741463,
                                            }, -- end of [472]
                                            [473] = 
                                            {
                                                long = 0.73402836344946,
                                                lat = 0.74647622774459,
                                            }, -- end of [473]
                                            [237] = 
                                            {
                                                long = 0.73925665849805,
                                                lat = 0.7512258711903,
                                            }, -- end of [237]
                                            [474] = 
                                            {
                                                long = 0.73401795265916,
                                                lat = 0.74643726745446,
                                            }, -- end of [474]
                                            [475] = 
                                            {
                                                long = 0.73400876525566,
                                                lat = 0.74642693408,
                                            }, -- end of [475]
                                            [119] = 
                                            {
                                                long = 0.74186500371643,
                                                lat = 0.75125052884737,
                                            }, -- end of [119]
                                            [238] = 
                                            {
                                                long = 0.73921478833257,
                                                lat = 0.75121449111514,
                                            }, -- end of [238]
                                            [476] = 
                                            {
                                                long = 0.73399486338803,
                                                lat = 0.74642003737476,
                                            }, -- end of [476]
                                            [477] = 
                                            {
                                                long = 0.73393361601609,
                                                lat = 0.74640553471512,
                                            }, -- end of [477]
                                            [239] = 
                                            {
                                                long = 0.73917576450346,
                                                lat = 0.75119863731058,
                                            }, -- end of [239]
                                            [478] = 
                                            {
                                                long = 0.73392740089758,
                                                lat = 0.74640092870787,
                                            }, -- end of [478]
                                            [15] = 
                                            {
                                                long = 0.74533703914863,
                                                lat = 0.75119062172995,
                                            }, -- end of [15]
                                            [30] = 
                                            {
                                                long = 0.74412505627158,
                                                lat = 0.75072338444129,
                                            }, -- end of [30]
                                            [60] = 
                                            {
                                                long = 0.74294558234591,
                                                lat = 0.75075978006232,
                                            }, -- end of [60]
                                            [120] = 
                                            {
                                                long = 0.74186246885595,
                                                lat = 0.75125623510889,
                                            }, -- end of [120]
                                            [240] = 
                                            {
                                                long = 0.73914039832492,
                                                lat = 0.75117871397677,
                                            }, -- end of [240]
                                            [480] = 
                                            {
                                                long = 0.73390971776372,
                                                lat = 0.74633923817176,
                                            }, -- end of [480]
                                            [481] = 
                                            {
                                                long = 0.73390479772593,
                                                lat = 0.74633256683159,
                                            }, -- end of [481]
                                            [241] = 
                                            {
                                                long = 0.73910960658731,
                                                lat = 0.75115511666454,
                                            }, -- end of [241]
                                            [482] = 
                                            {
                                                long = 0.73386597197728,
                                                lat = 0.74630097113907,
                                            }, -- end of [482]
                                            [483] = 
                                            {
                                                long = 0.73385084642118,
                                                lat = 0.74628208460706,
                                            }, -- end of [483]
                                            [121] = 
                                            {
                                                long = 0.74183968743521,
                                                lat = 0.75126591452221,
                                            }, -- end of [121]
                                            [242] = 
                                            {
                                                long = 0.73908380131082,
                                                lat = 0.75112843951836,
                                            }, -- end of [242]
                                            [484] = 
                                            {
                                                long = 0.73384150582234,
                                                lat = 0.74626124601691,
                                            }, -- end of [484]
                                            [485] = 
                                            {
                                                long = 0.73383862420215,
                                                lat = 0.74623942203955,
                                            }, -- end of [485]
                                            [243] = 
                                            {
                                                long = 0.73905931320177,
                                                lat = 0.75109498235953,
                                            }, -- end of [243]
                                            [486] = 
                                            {
                                                long = 0.73384203329766,
                                                lat = 0.74621764637991,
                                            }, -- end of [486]
                                            [487] = 
                                            {
                                                long = 0.7338518692603,
                                                lat = 0.74619684994962,
                                            }, -- end of [487]
                                            [61] = 
                                            {
                                                long = 0.74294900860393,
                                                lat = 0.75077550101876,
                                            }, -- end of [61]
                                            [122] = 
                                            {
                                                long = 0.74183688080739,
                                                lat = 0.75127125112147,
                                            }, -- end of [122]
                                            [244] = 
                                            {
                                                long = 0.73904860800364,
                                                lat = 0.75108935012133,
                                            }, -- end of [244]
                                            [488] = 
                                            {
                                                long = 0.73386734364145,
                                                lat = 0.74617819421549,
                                            }, -- end of [488]
                                            [489] = 
                                            {
                                                long = 0.73390701896742,
                                                lat = 0.74613940223895,
                                            }, -- end of [489]
                                            [245] = 
                                            {
                                                long = 0.73889344469934,
                                                lat = 0.75103808346808,
                                            }, -- end of [245]
                                            [490] = 
                                            {
                                                long = 0.73392433776589,
                                                lat = 0.74611518385908,
                                            }, -- end of [490]
                                            [491] = 
                                            {
                                                long = 0.73393563060811,
                                                lat = 0.74608909115465,
                                            }, -- end of [491]
                                            [123] = 
                                            {
                                                long = 0.74183983826541,
                                                lat = 0.75127649699198,
                                            }, -- end of [123]
                                            [246] = 
                                            {
                                                long = 0.73885982080751,
                                                lat = 0.75102248517586,
                                            }, -- end of [246]
                                            [492] = 
                                            {
                                                long = 0.73394048547086,
                                                lat = 0.7460619418861,
                                            }, -- end of [492]
                                            [493] = 
                                            {
                                                long = 0.73393880616054,
                                                lat = 0.74603452858277,
                                            }, -- end of [493]
                                            [247] = 
                                            {
                                                long = 0.73882953924401,
                                                lat = 0.75100355044778,
                                            }, -- end of [247]
                                            [494] = 
                                            {
                                                long = 0.73393074111693,
                                                lat = 0.74600785965642,
                                            }, -- end of [494]
                                            [31] = 
                                            {
                                                long = 0.74409530002606,
                                                lat = 0.75072457905725,
                                            }, -- end of [31]
                                            [62] = 
                                            {
                                                long = 0.74295852935906,
                                                lat = 0.7507898443751,
                                            }, -- end of [62]
                                            [124] = 
                                            {
                                                long = 0.74187974408242,
                                                lat = 0.75129842297955,
                                            }, -- end of [124]
                                            [248] = 
                                            {
                                                long = 0.7387775558108,
                                                lat = 0.75096159915654,
                                            }, -- end of [248]
                                            [496] = 
                                            {
                                                long = 0.73384212280028,
                                                lat = 0.74588346298258,
                                            }, -- end of [496]
                                            [497] = 
                                            {
                                                long = 0.73374925367809,
                                                lat = 0.74578294514967,
                                            }, -- end of [497]
                                            [249] = 
                                            {
                                                long = 0.73876122938777,
                                                lat = 0.75095556427985,
                                            }, -- end of [249]
                                            [498] = 
                                            {
                                                long = 0.7337500392293,
                                                lat = 0.74577958638704,
                                            }, -- end of [498]
                                            [499] = 
                                            {
                                                long = 0.7337500392293,
                                                lat = 0.74577958638704,
                                            }, -- end of [499]
                                            [125] = 
                                            {
                                                long = 0.74188784755717,
                                                lat = 0.75130716143967,
                                            }, -- end of [125]
                                            [250] = 
                                            {
                                                long = 0.73867782115678,
                                                lat = 0.75093966095241,
                                            }, -- end of [250]
                                            [500] = 
                                            {
                                                long = 0.73377849823895,
                                                lat = 0.74578273608887,
                                            }, -- end of [500]
                                            [501] = 
                                            {
                                                long = 0.73378864305137,
                                                lat = 0.74578004482885,
                                            }, -- end of [501]
                                            [255] = 
                                            {
                                                long = 0.73839305888037,
                                                lat = 0.75066590326643,
                                            }, -- end of [255]
                                            [251] = 
                                            {
                                                long = 0.7386626559239,
                                                lat = 0.75093211708639,
                                            }, -- end of [251]
                                            [502] = 
                                            {
                                                long = 0.73380385711791,
                                                lat = 0.74576690421674,
                                            }, -- end of [502]
                                            [271] = 
                                            {
                                                long = 0.73786331016098,
                                                lat = 0.75049203583635,
                                            }, -- end of [271]
                                            [287] = 
                                            {
                                                long = 0.73745801126185,
                                                lat = 0.75029212450405,
                                            }, -- end of [287]
                                            [303] = 
                                            {
                                                long = 0.73665617568146,
                                                lat = 0.74996956071454,
                                            }, -- end of [303]
                                            [503] = 
                                            {
                                                long = 0.73380765815824,
                                                lat = 0.74575506474186,
                                            }, -- end of [503]
                                            [63] = 
                                            {
                                                long = 0.74306993713742,
                                                lat = 0.75087893279593,
                                            }, -- end of [63]
                                            [126] = 
                                            {
                                                long = 0.7419036118504,
                                                lat = 0.75133346539951,
                                            }, -- end of [126]
                                            [252] = 
                                            {
                                                long = 0.738651807173,
                                                lat = 0.7509213144786,
                                            }, -- end of [252]
                                            [504] = 
                                            {
                                                long = 0.73380374076887,
                                                lat = 0.74574431076193,
                                            }, -- end of [504]
                                            [319] = 
                                            {
                                                long = 0.73611212073871,
                                                lat = 0.74949437515041,
                                            }, -- end of [319]
                                            [335] = 
                                            {
                                                long = 0.73519426915985,
                                                lat = 0.74926494963963,
                                            }, -- end of [335]
                                            [351] = 
                                            {
                                                long = 0.73444176137028,
                                                lat = 0.74899416311545,
                                            }, -- end of [351]
                                            [505] = 
                                            {
                                                long = 0.73379530392663,
                                                lat = 0.74573831160209,
                                            }, -- end of [505]
                                            [495] = 
                                            {
                                                long = 0.73391638180253,
                                                lat = 0.74598255558768,
                                            }, -- end of [495]
                                            [479] = 
                                            {
                                                long = 0.73391139899913,
                                                lat = 0.74638117070156,
                                            }, -- end of [479]
                                            [253] = 
                                            {
                                                long = 0.73862463112653,
                                                lat = 0.75087221884985,
                                            }, -- end of [253]
                                            [506] = 
                                            {
                                                long = 0.73377893591723,
                                                lat = 0.74573121725651,
                                            }, -- end of [506]
                                            [447] = 
                                            {
                                                long = 0.73377887538456,
                                                lat = 0.74695970677657,
                                            }, -- end of [447]
                                            [383] = 
                                            {
                                                long = 0.73362155111041,
                                                lat = 0.74826792045024,
                                            }, -- end of [383]
                                            [415] = 
                                            {
                                                long = 0.73344741240173,
                                                lat = 0.74753694986877,
                                            }, -- end of [415]
                                            [507] = 
                                            {
                                                long = 0.7337712704551,
                                                lat = 0.74572248820184,
                                            }, -- end of [507]
                                            [431] = 
                                            {
                                                long = 0.73363030941623,
                                                lat = 0.74726623643685,
                                            }, -- end of [431]
                                            [127] = 
                                            {
                                                long = 0.7418999996928,
                                                lat = 0.75133981142972,
                                            }, -- end of [127]
                                            [254] = 
                                            {
                                                long = 0.73843831623251,
                                                lat = 0.75073831936433,
                                            }, -- end of [254]
                                            [508] = 
                                            {
                                                long = 0.73371414565739,
                                                lat = 0.74554896031013,
                                            }, -- end of [508]
                                            [463] = 
                                            {
                                                long = 0.73404741496226,
                                                lat = 0.74671604181199,
                                            }, -- end of [463]
                                            [399] = 
                                            {
                                                long = 0.73354275532094,
                                                lat = 0.74803818458431,
                                            }, -- end of [399]
                                            [367] = 
                                            {
                                                long = 0.73380665727623,
                                                lat = 0.74863289369683,
                                            }, -- end of [367]
                                            [509] = 
                                            {
                                                long = 0.73371095684447,
                                                lat = 0.74552135314141,
                                            }, -- end of [509]
                                            [510] = 
                                            {
                                                long = 0.73371384424613,
                                                lat = 0.74549381182541,
                                            }, -- end of [510]
                                            [511] = 
                                            {
                                                long = 0.73372751397206,
                                                lat = 0.74545050098164,
                                            }, -- end of [511]
                                            [515] = 
                                            {
                                                long = 0.73374668137244,
                                                lat = 0.7451757578352,
                                            }, -- end of [515]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.73373887931036,
                                                lat = 0.74517706320094,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.73373887931036,
                                                lat = 0.74517706320094,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1440,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75129392735681,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74597340379506,
                                            x = -185785.55313254,
                                            speed = 5.5555555555556,
                                            y = 693972.56124068,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1440,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75129758879169,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74596938551569,
                                            x = -185764.39939917,
                                            speed = 13.888888888889,
                                            y = 693951.03243996,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1440,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.7451757578352,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73374668137244,
                                            x = -231208.85732646,
                                            speed = 13.888888888889,
                                            y = 641055.49109772,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 31,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M 818",
                                        CLSID = "{0EDE3912-F55C-402a-95AF-36BB3106BEA2}",
                                        unitId = 40,
                                        lat = 0.75129392735681,
                                        skill = "Average",
                                        long = 0.74597340379506,
                                        x = -185785.55313254,
                                        name = "Юнит #14",
                                        heading = -0.67597583513336,
                                        y = 693972.56124068,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "M 818",
                                        CLSID = "{0EDE3912-F55C-402a-95AF-36BB3106BEA2}",
                                        unitId = 41,
                                        lat = 0.75129229615571,
                                        skill = "Average",
                                        long = 0.74597528154978,
                                        x = -185794.92993652,
                                        name = "Юнит #15",
                                        heading = 0,
                                        y = 693982.56204239,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "Наземная группа #004",
                                start_time = 82800,
                                task = "Nothing",
                            }, -- end of [5]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Самолетная группа #001",
                                groupId = 37,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74135352520393,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73827306731762,
                                            x = -253232.764445,
                                            speed = 138.88888888889,
                                            y = 665032.65632619,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74162080917074,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75394379394128,
                                            x = -242951.94160253,
                                            speed = 138.88888888889,
                                            y = 738746.82882865,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73929156629376,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.77067156300208,
                                            x = -247747.99703742,
                                            speed = 138.88888888889,
                                            y = 819625.97060542,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74335137395773,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76009313939413,
                                            x = -228335.84616269,
                                            speed = 138.88888888889,
                                            y = 766358.5198114,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74937392826893,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73097154291187,
                                            x = -205855.11870118,
                                            speed = 138.88888888889,
                                            y = 625169.25826176,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 45,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 138.88888888889,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "CAP",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-16C bl.52d",
                                        CLSID = "{082D2561-FB8B-11d5-9190-00A0249B6F00}",
                                        unitId = 65,
                                        lat = 0.74135352520393,
                                        skill = "High",
                                        long = 0.73827306731762,
                                        x = -253232.764445,
                                        name = "Пилот #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 5,
                                        y = 665032.65632619,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-16C bl.52d",
                                        CLSID = "{082D2561-FB8B-11d5-9190-00A0249B6F00}",
                                        unitId = 66,
                                        lat = 0.74134652520393,
                                        skill = "High",
                                        long = 0.73828006731762,
                                        x = -253273.68497946,
                                        name = "Пилот #4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{CAAC1CFD-6745-416B-AFA4-CB57414856D0}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 5,
                                        y = 665070.56090033,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Enfield12",
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Самолетная группа #002",
                                groupId = 38,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73884938732168,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68641757536969,
                                            x = -291844.49614121,
                                            speed = 138.88888888889,
                                            y = 421713.80332117,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74377618389572,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70985575522208,
                                            x = -251303.45529485,
                                            speed = 138.88888888889,
                                            y = 529603.65779387,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74377618389572,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70985575522208,
                                            x = -251303.45529485,
                                            speed = 138.88888888889,
                                            y = 529603.65779387,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72428126490087,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71425879484362,
                                            x = -373571.40250679,
                                            speed = 138.88888888889,
                                            y = 561909.51000493,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72348453656542,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69228777510662,
                                            x = -387569.92839474,
                                            speed = 138.88888888889,
                                            y = 457075.76649541,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73823121601321,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68782854816005,
                                            x = -295279.39703897,
                                            speed = 138.88888888889,
                                            y = 428670.40633707,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 18,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.731802,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.730691,
                                            x = -317948.32727306,
                                            speed = 138.88888888889,
                                            airdromeId = 24,
                                            y = 635639.37385346,
                                        }, -- end of [7]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "AWACS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "E-3A",
                                        CLSID = "{80AD28A5-C892-4E68-9364-F7C3C7E71E6E}",
                                        unitId = 67,
                                        lat = 0.73884938732168,
                                        skill = "Excellent",
                                        long = 0.68641757536969,
                                        x = -291844.49614121,
                                        name = "Пилот #5",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "65000",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 421713.80332117,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Springfield11",
                                        }, -- end of callsign
                                        onboard_num = 15,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 3.9793506945471,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75129466139812,
                                            long = 0.7459777307614,
                                            x = -185778.53615503,
                                            name = "",
                                            speed = 0,
                                            y = 693992.24653443,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 2,
                                lat = 0.75129466139812,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "angar_a",
                                        type = "Hangar A",
                                        CLSID = "{7c822c60-9885-4a44-8add-b87511ff0fc5}",
                                        unitId = 2,
                                        lat = 0.75129466139812,
                                        long = 0.7459777307614,
                                        x = -185778.53615503,
                                        name = "Стат. объект #001",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 693992.24653443,
                                        heading = 3.9793506945471,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7459777307614,
                                name = "Стат. объект #001",
                                dead = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 3.9793506945471,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75129653728375,
                                            long = 0.7459812699483,
                                            x = -185764.67053797,
                                            name = "",
                                            speed = 0,
                                            y = 694007.39403622,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 3,
                                lat = 0.75129653728375,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "angar_a",
                                        type = "Hangar A",
                                        CLSID = "{7c822c60-9885-4a44-8add-b87511ff0fc5}",
                                        unitId = 3,
                                        lat = 0.75129653728375,
                                        rate = 100,
                                        long = 0.7459812699483,
                                        x = -185764.67053797,
                                        name = "Стат. объект #002",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 694007.39403622,
                                        heading = 3.9793506945471,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7459812699483,
                                name = "Стат. объект #002",
                                dead = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                heading = 3.9793506945471,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75129841317267,
                                            long = 0.74598497975648,
                                            x = -185750.71261422,
                                            name = "",
                                            speed = 0,
                                            y = 694023.33941308,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 4,
                                lat = 0.75129841317267,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "angar_a",
                                        type = "Hangar A",
                                        CLSID = "{7c822c60-9885-4a44-8add-b87511ff0fc5}",
                                        unitId = 4,
                                        lat = 0.75129841317267,
                                        rate = 100,
                                        long = 0.74598497975648,
                                        x = -185750.71261422,
                                        name = "Стат. объект #003",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 694023.33941308,
                                        heading = 3.9793506945471,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74598497975648,
                                name = "Стат. объект #003",
                                dead = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                heading = 3.9793506945471,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75129270395575,
                                            long = 0.74599563973352,
                                            x = -185781.32048057,
                                            name = "",
                                            speed = 0,
                                            y = 694077.45820371,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 6,
                                lat = 0.75129270395575,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "tele_bash_m",
                                        type = "Comms tower M",
                                        CLSID = "{fe75a842-e794-4650-9197-22797513dc72}",
                                        unitId = 6,
                                        lat = 0.75129270395575,
                                        long = 0.74599563973352,
                                        x = -185781.32048057,
                                        name = "Стат. объект #005",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 694077.45820371,
                                        heading = 3.9793506945471,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74599563973352,
                                name = "Стат. объект #005",
                                dead = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                heading = 3.9793506945471,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75129156211602,
                                            long = 0.7459899088568,
                                            x = -185791.69490538,
                                            name = "",
                                            speed = 0,
                                            y = 694051.51275322,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 7,
                                lat = 0.75129156211602,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "GeneratorF",
                                        type = "GeneratorF",
                                        CLSID = "{7e58d67d-191e-4e2c-ad22-a9c50cd48f53}",
                                        unitId = 7,
                                        lat = 0.75129156211602,
                                        long = 0.7459899088568,
                                        x = -185791.69490538,
                                        name = "Стат. объект #006",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 694051.51275322,
                                        heading = 3.9793506945471,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7459899088568,
                                name = "Стат. объект #006",
                                dead = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                heading = 3.9793506945471,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75129164367596,
                                            long = 0.74595865508842,
                                            x = -185808.07984017,
                                            name = "",
                                            speed = 0,
                                            y = 693905.29953769,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 8,
                                lat = 0.75129164367596,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "block-onroad",
                                        type = ".Block on road",
                                        CLSID = "{B54053A8-B054-4a0b-871C-6DDA65ED90EF}",
                                        unitId = 8,
                                        lat = 0.75129164367596,
                                        long = 0.74595865508842,
                                        x = -185808.07984017,
                                        name = "Стат. объект #007",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 693905.29953769,
                                        heading = 3.9793506945471,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74595865508842,
                                name = "Стат. объект #007",
                                dead = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                heading = 0.83775804095728,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75131293103281,
                                            long = 0.74599809632261,
                                            x = -185651.12427222,
                                            name = "",
                                            speed = 0,
                                            y = 694073.81976977,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 9,
                                lat = 0.75131293103281,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "block-onroad",
                                        type = ".Block on road",
                                        CLSID = "{B54053A8-B054-4a0b-871C-6DDA65ED90EF}",
                                        unitId = 9,
                                        lat = 0.75131293103281,
                                        long = 0.74599809632261,
                                        x = -185651.12427222,
                                        name = "Стат. объект #008",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 694073.81976977,
                                        heading = 0.83775804095728,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74599809632261,
                                name = "Стат. объект #008",
                                dead = false,
                            }, -- end of [7]
                            [8] = 
                            {
                                heading = 0.83775804095728,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75129343799622,
                                            long = 0.74596903324522,
                                            x = -185791.03481324,
                                            name = "",
                                            speed = 0,
                                            y = 693952.48916012,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 10,
                                lat = 0.75129343799622,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ohr-vyshka",
                                        type = "Watchtower",
                                        CLSID = "{2b1802df-c4f9-404f-afe1-5f291ef68d30}",
                                        unitId = 10,
                                        lat = 0.75129343799622,
                                        long = 0.74596903324522,
                                        x = -185791.03481324,
                                        name = "Стат. объект #009",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 693952.48916012,
                                        heading = 0.83775804095728,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74596903324522,
                                name = "Стат. объект #009",
                                dead = false,
                            }, -- end of [8]
                            [9] = 
                            {
                                heading = 0.83775804095728,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75128870752203,
                                            long = 0.74597405574784,
                                            x = -185818.45627238,
                                            name = "",
                                            speed = 0,
                                            y = 693979.51346555,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 11,
                                lat = 0.75128870752203,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ohr-vyshka",
                                        type = "Watchtower",
                                        CLSID = "{2b1802df-c4f9-404f-afe1-5f291ef68d30}",
                                        unitId = 11,
                                        lat = 0.75128870752203,
                                        long = 0.74597405574784,
                                        x = -185818.45627238,
                                        name = "Стат. объект #010",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 693979.51346555,
                                        heading = 0.83775804095728,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74597405574784,
                                name = "Стат. объект #010",
                                dead = false,
                            }, -- end of [9]
                            [10] = 
                            {
                                heading = 0.83775804095728,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7512849557815,
                                            long = 0.74597846557766,
                                            x = -185839.9735645,
                                            name = "",
                                            speed = 0,
                                            y = 694002.94080878,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 12,
                                lat = 0.7512849557815,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ohr-vyshka",
                                        type = "Watchtower",
                                        CLSID = "{2b1802df-c4f9-404f-afe1-5f291ef68d30}",
                                        unitId = 12,
                                        lat = 0.7512849557815,
                                        rate = 100,
                                        long = 0.74597846557766,
                                        x = -185839.9735645,
                                        name = "Стат. объект #011",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 694002.94080878,
                                        heading = 0.83775804095728,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74597846557766,
                                name = "Стат. объект #011",
                                dead = false,
                            }, -- end of [10]
                            [11] = 
                            {
                                heading = 0.83775804095728,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75128136717242,
                                            long = 0.74598278098322,
                                            x = -185860.50261211,
                                            name = "",
                                            speed = 0,
                                            y = 694025.80460231,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 13,
                                lat = 0.75128136717242,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ohr-vyshka",
                                        type = "Watchtower",
                                        CLSID = "{2b1802df-c4f9-404f-afe1-5f291ef68d30}",
                                        unitId = 13,
                                        lat = 0.75128136717242,
                                        long = 0.74598278098322,
                                        x = -185860.50261211,
                                        name = "Стат. объект #012",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 694025.80460231,
                                        heading = 0.83775804095728,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74598278098322,
                                name = "Стат. объект #012",
                                dead = false,
                            }, -- end of [11]
                            [12] = 
                            {
                                heading = 0.83775804095728,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75128503734093,
                                            long = 0.74598988924792,
                                            x = -185833.27510485,
                                            name = "",
                                            speed = 0,
                                            y = 694056.30040904,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 14,
                                lat = 0.75128503734093,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ohr-vyshka",
                                        type = "Watchtower",
                                        CLSID = "{2b1802df-c4f9-404f-afe1-5f291ef68d30}",
                                        unitId = 14,
                                        lat = 0.75128503734093,
                                        long = 0.74598988924792,
                                        x = -185833.27510485,
                                        name = "Стат. объект #013",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 694056.30040904,
                                        heading = 0.83775804095728,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74598988924792,
                                name = "Стат. объект #013",
                                dead = false,
                            }, -- end of [12]
                            [13] = 
                            {
                                heading = 0.83775804095728,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75128829972351,
                                            long = 0.74599548294965,
                                            x = -185809.46481516,
                                            name = "",
                                            speed = 0,
                                            y = 694080.01860418,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 15,
                                lat = 0.75128829972351,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ohr-vyshka",
                                        type = "Watchtower",
                                        CLSID = "{2b1802df-c4f9-404f-afe1-5f291ef68d30}",
                                        unitId = 15,
                                        lat = 0.75128829972351,
                                        long = 0.74599548294965,
                                        x = -185809.46481516,
                                        name = "Стат. объект #014",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 694080.01860418,
                                        heading = 0.83775804095728,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74599548294965,
                                name = "Стат. объект #014",
                                dead = false,
                            }, -- end of [13]
                            [14] = 
                            {
                                heading = 0.83775804095728,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75129196991579,
                                            long = 0.74600236079646,
                                            x = -185782.36178502,
                                            name = "",
                                            speed = 0,
                                            y = 694109.43688828,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 16,
                                lat = 0.75129196991579,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ohr-vyshka",
                                        type = "Watchtower",
                                        CLSID = "{2b1802df-c4f9-404f-afe1-5f291ef68d30}",
                                        unitId = 16,
                                        lat = 0.75129196991579,
                                        long = 0.74600236079646,
                                        x = -185782.36178502,
                                        name = "Стат. объект #015",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 694109.43688828,
                                        heading = 0.83775804095728,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74600236079646,
                                name = "Стат. объект #015",
                                dead = false,
                            }, -- end of [14]
                            [15] = 
                            {
                                heading = 0.83775804095728,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75129612948225,
                                            long = 0.74599831310341,
                                            x = -185758.05034545,
                                            name = "",
                                            speed = 0,
                                            y = 694087.39802774,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 17,
                                lat = 0.75129612948225,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ohr-vyshka",
                                        type = "Watchtower",
                                        CLSID = "{2b1802df-c4f9-404f-afe1-5f291ef68d30}",
                                        unitId = 17,
                                        lat = 0.75129612948225,
                                        long = 0.74599831310341,
                                        x = -185758.05034545,
                                        name = "Стат. объект #016",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 694087.39802774,
                                        heading = 0.83775804095728,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74599831310341,
                                name = "Стат. объект #016",
                                dead = false,
                            }, -- end of [15]
                            [16] = 
                            {
                                heading = 0.83775804095728,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75129988126194,
                                            long = 0.74599421911149,
                                            x = -185736.36197326,
                                            name = "",
                                            speed = 0,
                                            y = 694065.44761029,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 18,
                                lat = 0.75129988126194,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ohr-vyshka",
                                        type = "Watchtower",
                                        CLSID = "{2b1802df-c4f9-404f-afe1-5f291ef68d30}",
                                        unitId = 18,
                                        lat = 0.75129988126194,
                                        long = 0.74599421911149,
                                        x = -185736.36197326,
                                        name = "Стат. объект #017",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 694065.44761029,
                                        heading = 0.83775804095728,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74599421911149,
                                name = "Стат. объект #017",
                                dead = false,
                            }, -- end of [16]
                            [20] = 
                            {
                                heading = 0.83775804095728,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75128520045983,
                                            long = 0.74598434347446,
                                            x = -185835.23546921,
                                            name = "",
                                            speed = 0,
                                            y = 694030.24468497,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 22,
                                lat = 0.75128520045983,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "wodokachka_a",
                                        type = "Water tower A",
                                        CLSID = "{1a4b08df-98c6-45da-bfea-161d7ad0135f}",
                                        unitId = 22,
                                        lat = 0.75128520045983,
                                        long = 0.74598434347446,
                                        x = -185835.23546921,
                                        name = "Стат. объект #021",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 694030.24468497,
                                        heading = 0.83775804095728,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74598434347446,
                                name = "Стат. объект #021",
                                dead = false,
                            }, -- end of [20]
                            [17] = 
                            {
                                heading = 0.83775804095728,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75130469334643,
                                            long = 0.74598850511532,
                                            x = -185708.79458718,
                                            name = "",
                                            speed = 0,
                                            y = 694035.12863879,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 19,
                                lat = 0.75130469334643,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ohr-vyshka",
                                        type = "Watchtower",
                                        CLSID = "{2b1802df-c4f9-404f-afe1-5f291ef68d30}",
                                        unitId = 19,
                                        lat = 0.75130469334643,
                                        long = 0.74598850511532,
                                        x = -185708.79458718,
                                        name = "Стат. объект #018",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 694035.12863879,
                                        heading = 0.83775804095728,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74598850511532,
                                name = "Стат. объект #018",
                                dead = false,
                            }, -- end of [17]
                            [21] = 
                            {
                                heading = 0.83775804095728,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75128707632888,
                                            long = 0.74598690071753,
                                            x = -185821.90107214,
                                            name = "",
                                            speed = 0,
                                            y = 694040.80032812,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 24,
                                lat = 0.75128707632888,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "konteiner_white",
                                        type = "Container white",
                                        CLSID = "{662e6cea-5a59-473f-87e9-e34d01f1ddb7}",
                                        unitId = 24,
                                        lat = 0.75128707632888,
                                        long = 0.74598690071753,
                                        x = -185821.90107214,
                                        name = "Стат. объект #023",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 694040.80032812,
                                        heading = 0.83775804095728,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74598690071753,
                                name = "Стат. объект #023",
                                dead = false,
                            }, -- end of [21]
                            [18] = 
                            {
                                heading = 0.83775804095728,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75130094154988,
                                            long = 0.74598139672548,
                                            x = -185736.54221751,
                                            name = "",
                                            speed = 0,
                                            y = 694004.6932899,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 20,
                                lat = 0.75130094154988,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ohr-vyshka",
                                        type = "Watchtower",
                                        CLSID = "{2b1802df-c4f9-404f-afe1-5f291ef68d30}",
                                        unitId = 20,
                                        lat = 0.75130094154988,
                                        long = 0.74598139672548,
                                        x = -185736.54221751,
                                        name = "Стат. объект #019",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 694004.6932899,
                                        heading = 0.83775804095728,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74598139672548,
                                name = "Стат. объект #019",
                                dead = false,
                            }, -- end of [18]
                            [22] = 
                            {
                                heading = 0.83775804095728,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75128789192514,
                                            long = 0.74598837174142,
                                            x = -185815.9092287,
                                            name = "",
                                            speed = 0,
                                            y = 694047.06936914,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 25,
                                lat = 0.75128789192514,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "konteiner_white",
                                        type = "Container white",
                                        CLSID = "{662e6cea-5a59-473f-87e9-e34d01f1ddb7}",
                                        unitId = 25,
                                        lat = 0.75128789192514,
                                        long = 0.74598837174142,
                                        x = -185815.9092287,
                                        name = "Стат. объект #024",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 694047.06936914,
                                        heading = 0.83775804095728,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74598837174142,
                                name = "Стат. объект #024",
                                dead = false,
                            }, -- end of [22]
                            [19] = 
                            {
                                heading = 0.83775804095728,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7512974344476,
                                            long = 0.74597480020899,
                                            x = -185762.45402887,
                                            name = "",
                                            speed = 0,
                                            y = 693976.46863095,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 21,
                                lat = 0.7512974344476,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ohr-vyshka",
                                        type = "Watchtower",
                                        CLSID = "{2b1802df-c4f9-404f-afe1-5f291ef68d30}",
                                        unitId = 21,
                                        lat = 0.7512974344476,
                                        long = 0.74597480020899,
                                        x = -185762.45402887,
                                        name = "Стат. объект #020",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 693976.46863095,
                                        heading = 0.83775804095728,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74597480020899,
                                name = "Стат. объект #020",
                                dead = false,
                            }, -- end of [19]
                            [23] = 
                            {
                                heading = 3.9793506945471,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75129009403816,
                                            long = 0.7459814509491,
                                            x = -185805.62280398,
                                            name = "",
                                            speed = 0,
                                            y = 694013.05883519,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 26,
                                lat = 0.75129009403816,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "aviashtab",
                                        type = "Military staff",
                                        CLSID = "{a056cc08-9b50-45b1-b798-e0eb4277ea86}",
                                        unitId = 26,
                                        lat = 0.75129009403816,
                                        long = 0.7459814509491,
                                        x = -185805.62280398,
                                        name = "Стат. объект #004",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 694013.05883519,
                                        heading = 3.9793506945471,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7459814509491,
                                name = "Стат. объект #004",
                                dead = false,
                            }, -- end of [23]
                        }, -- 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 = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Самолетная группа",
                                groupId = 36,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 830,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75988201274372,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76279190370869,
                                            x = -121387.4090323,
                                            speed = 138.88888888889,
                                            y = 765473.26225268,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2086,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75768074525035,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75414107954767,
                                            x = -140508.48783089,
                                            speed = 138.88888888889,
                                            y = 727116.44595632,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2086,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75633530411836,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75315917610761,
                                            x = -149639.56699746,
                                            speed = 138.88888888889,
                                            y = 723615.46385966,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2086,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75519308615742,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75322470931149,
                                            x = -156879.19371511,
                                            speed = 138.88888888889,
                                            y = 724800.60656594,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 2586,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75449775893846,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7527352625909,
                                            x = -161588.10650865,
                                            speed = 138.88888888889,
                                            y = 723066.93218803,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 3086,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75411399752457,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75147689676123,
                                            x = -164750.11840896,
                                            speed = 138.88888888889,
                                            y = 717502.46204638,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 3586,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75323960034689,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75083051386716,
                                            x = -170689.34317579,
                                            speed = 138.88888888889,
                                            y = 715173.60374927,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 3950,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75228983194437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75077130494432,
                                            x = -176774.33731744,
                                            speed = 138.88888888889,
                                            y = 715626.34483981,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 3650,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75191477990165,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74997382322374,
                                            x = -179610.76450756,
                                            speed = 138.88888888889,
                                            y = 712188.34181178,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 3150,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75158268911693,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74914028746193,
                                            x = -182189.42074615,
                                            speed = 138.88888888889,
                                            y = 708545.15833411,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 2550,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75137549058105,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74819656911702,
                                            x = -184033.5282466,
                                            name = "Точка входа в атаку",
                                            speed = 138.88888888889,
                                            y = 704290.86070389,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 2550,
                                            type = "Turning Point",
                                            action = "Fly Over Point",
                                            lat = 0.7513011046712,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.74599145342043,
                                                    radius = 1000,
                                                    y = 694058.43064676,
                                                    x = -185788.26137287,
                                                    lat = 0.75129196991579,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                        [2] = "Fortifications",
                                                        [3] = "Buildings",
                                                        [4] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.74633161554473,
                                            x = -185543.12241935,
                                            name = "Атака цели",
                                            speed = 138.88888888889,
                                            y = 695639.68570473,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            alt = 2550,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75133054847582,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74560564802478,
                                            x = -185751.15052642,
                                            speed = 138.88888888889,
                                            y = 692225.4362878,
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            alt = 4625,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75228028056395,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7507517134047,
                                            x = -176846.35496676,
                                            speed = 138.88888888889,
                                            y = 715542.30720056,
                                        }, -- end of [15]
                                        [16] = 
                                        {
                                            alt = 430,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [16]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Pinpoint Strike",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 63,
                                        lat = 0.759437,
                                        skill = "Player",
                                        y = 760428.0733062,
                                        long = 0.761624,
                                        x = -124921.90954665,
                                        name = "Пилот #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E2C426E3-8B10-4E09-B733-9CDC26520F48}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{E2C426E3-8B10-4E09-B733-9CDC26520F48}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "3790",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 5,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 7,
                                            name = "107",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 64,
                                        lat = 0.75943,
                                        skill = "Excellent",
                                        y = 760466.37391759,
                                        long = 0.761631,
                                        x = -124962.31193751,
                                        name = "Пилот #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E2C426E3-8B10-4E09-B733-9CDC26520F48}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{E2C426E3-8B10-4E09-B733-9CDC26520F48}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{79D73885-0801-45a9-917F-C90FE1CE3DFC}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{D5435F26-F120-4FA3-9867-34ACE562EF1B}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "3790",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 5,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 8,
                                            name = 108,
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                name = "Самолетная группа #003",
                                groupId = 39,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7827536377584,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71964089655787,
                                            x = 1284.32391435,
                                            speed = 138.88888888889,
                                            y = 550824.98549983,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77961769055326,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75433997335475,
                                            x = -674.52908963896,
                                            speed = 138.88888888889,
                                            y = 710532.54658995,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76847808705646,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74449415815024,
                                            x = -77122.525488696,
                                            speed = 138.88888888889,
                                            y = 674226.95508576,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76715894769303,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70776683839469,
                                            x = -103275.35590436,
                                            speed = 138.88888888889,
                                            y = 506248.42842969,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78561269675602,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7142042084584,
                                            x = 17029.084921966,
                                            speed = 138.88888888889,
                                            y = 524408.87665106,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 34,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.786052,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.683393,
                                            x = 7674.038444859,
                                            speed = 138.88888888889,
                                            airdromeId = 19,
                                            y = 385029.5736699,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "AWACS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-50",
                                        CLSID = "{CA17F0F8-6AEB-43FA-BC90-76732137F61D}",
                                        unitId = 68,
                                        lat = 0.7827536377584,
                                        skill = "Excellent",
                                        long = 0.71964089655787,
                                        x = 1284.32391435,
                                        name = "Пилот #6",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "70000",
                                            flare = 192,
                                            chaff = 192,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 550824.98549983,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 9,
                                            name = 109,
                                        }, -- end of callsign
                                        onboard_num = 16,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Самолетная группа #004",
                                groupId = 40,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 8915,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75360841576405,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74452088336016,
                                            x = -171825.84712834,
                                            speed = 416.66666666667,
                                            y = 685469.80357642,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 8915,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74535087079992,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7426429824189,
                                            x = -225451.61080328,
                                            speed = 416.66666666667,
                                            y = 682737.19395114,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 8915,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74910407384991,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73116134573735,
                                            x = -207479.69066527,
                                            speed = 416.66666666667,
                                            y = 626239.54363681,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 8915,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74919361079392,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73115938673417,
                                            x = -206910.26597491,
                                            speed = 416.66666666667,
                                            y = 626168.83832729,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 8915,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74919361079392,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73115938673417,
                                            x = -206910.26597491,
                                            speed = 416.66666666667,
                                            y = 626168.83832729,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 430,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "CAP",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-30",
                                        CLSID = "{983788D2-EB64-4D8E-A921-9FA30122B4B0}",
                                        unitId = 69,
                                        lat = 0.75360841576405,
                                        skill = "Excellent",
                                        long = 0.74452088336016,
                                        x = -171825.84712834,
                                        name = "Пилот #7",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        y = 685469.80357642,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 0,
                                            name = 110,
                                        }, -- end of callsign
                                        onboard_num = 17,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-30",
                                        CLSID = "{983788D2-EB64-4D8E-A921-9FA30122B4B0}",
                                        unitId = 70,
                                        lat = 0.75360141576405,
                                        skill = "Excellent",
                                        long = 0.74452788336016,
                                        x = -171866.65455647,
                                        name = "Пилот #8",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        y = 685507.69711418,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = 111,
                                        }, -- end of callsign
                                        onboard_num = 18,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [3]
                        }, -- 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
    sortie = "Антибак",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 4172,
    start_time = 27900,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
    }, -- end of failures
} -- end of mission
