mission = 
{
    ["trig"] = 
    {
        ["actions"] = 
        {
            [1] = "a_end_mission(\"blue\", \"\");a_out_text_delay_s(\"red\", \"Your unit has failed your country. \", 10);a_out_text_delay_s(\"blue\", \"Allies have achieved their objectives and are pushing further into the enemy heartland. \", 10); mission.trig.func[1]=nil;",
            [2] = "a_group_on(27);a_out_text_delay(\"Armor Group 1 is resupplied and advancing. \", 10);",
            [3] = "a_group_on(28);a_out_text_delay(\"Armor Group 2 is resupplied and advancing. \", 10);",
            [4] = "a_group_on(29);a_out_text_delay(\"Main Armor group is resupplied and advancing. \", 10);",
            [5] = "a_group_off(27);a_group_off(28);a_group_off(29);",
            [6] = "a_activate_group(38);",
            [7] = "a_activate_group(39);",
            [8] = "a_activate_group(40);",
            [9] = "a_out_text_delay(\"Warehouse for convoy group 1 destroyed. \", 10); mission.trig.func[9]=nil;",
            [10] = "a_out_text_delay(\"Warehouse for Convoy Group 2 destroyed. \", 10); mission.trig.func[10]=nil;",
            [11] = "a_out_text_delay(\"Warehouse for Main Armor group destroyed. \", 10); mission.trig.func[11]=nil;",
            [12] = "a_out_text_delay(\"Resupply Convoy for Armor Group 1 has been destroyed. \", 10); mission.trig.func[12]=nil;",
            [13] = "a_out_text_delay(\"Resupply Convoy for Armor Group 2 has been destroyed. \", 10); mission.trig.func[13]=nil;",
            [14] = "a_out_text_delay(\"Resupply Convoy for Main Armor Group has been destroyed. \", 10); mission.trig.func[14]=nil;",
        }, -- end of ["actions"]
        ["events"] = 
        {
            ["dead"] = 
            {
                [6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
                [8] = "if mission.trig.conditions[8]() then mission.trig.actions[8]() end",
            }, -- end of ["dead"]
        }, -- end of ["events"]
        ["custom"] = 
        {
        }, -- end of ["custom"]
        ["func"] = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then if not mission.trig.flag[2] then mission.trig.actions[2](); mission.trig.flag[2] = true;end; else mission.trig.flag[2] = false; end;",
            [3] = "if mission.trig.conditions[3]() then if not mission.trig.flag[3] then mission.trig.actions[3](); mission.trig.flag[3] = true;end; else mission.trig.flag[3] = false; end;",
            [4] = "if mission.trig.conditions[4]() then if not mission.trig.flag[4] then mission.trig.actions[4](); mission.trig.flag[4] = true;end; else mission.trig.flag[4] = false; end;",
            [7] = "if mission.trig.conditions[7]() then mission.trig.actions[7]() end",
            [9] = "if mission.trig.conditions[9]() then mission.trig.actions[9]() end",
            [10] = "if mission.trig.conditions[10]() then mission.trig.actions[10]() end",
            [11] = "if mission.trig.conditions[11]() then mission.trig.actions[11]() end",
            [12] = "if mission.trig.conditions[12]() then mission.trig.actions[12]() end",
            [13] = "if mission.trig.conditions[13]() then mission.trig.actions[13]() end",
            [14] = "if mission.trig.conditions[14]() then mission.trig.actions[14]() end",
        }, -- end of ["func"]
        ["flag"] = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
            [8] = true,
            [9] = true,
            [10] = true,
            [11] = true,
            [12] = true,
            [13] = true,
            [14] = true,
        }, -- end of ["flag"]
        ["conditions"] = 
        {
            [1] = "return(c_part_of_coalition_in_zone(\"blue\", 4) )",
            [2] = "return(c_part_of_group_in_zone(1, 1) or c_part_of_group_in_zone(38, 1) )",
            [3] = "return(c_part_of_group_in_zone(2, 2) or c_part_of_group_in_zone(39, 2) )",
            [4] = "return(c_part_of_group_in_zone(20, 3) or c_part_of_group_in_zone(40, 3) )",
            [5] = "return(c_all_of_coalition_out_zone(\"blue\", 4) )",
            [6] = "return(c_group_dead(1) and c_unit_alive(197) )",
            [7] = "return(c_group_dead(2) and c_unit_alive(21) )",
            [8] = "return(c_group_dead(20) and c_unit_alive(199) )",
            [9] = "return(c_unit_dead(197) )",
            [10] = "return(c_unit_dead(198) )",
            [11] = "return(c_unit_dead(199) )",
            [12] = "return(c_group_dead(1) )",
            [13] = "return(c_group_dead(2) )",
            [14] = "return(c_group_dead(20) )",
        }, -- end of ["conditions"]
        ["customStartup"] = 
        {
        }, -- end of ["customStartup"]
        ["funcStartup"] = 
        {
            [5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
        }, -- end of ["funcStartup"]
    }, -- end of ["trig"]
    ["result"] = 
    {
        ["offline"] = 
        {
            ["conditions"] = 
            {
            }, -- end of ["conditions"]
            ["actions"] = 
            {
            }, -- end of ["actions"]
            ["func"] = 
            {
            }, -- end of ["func"]
        }, -- end of ["offline"]
        ["total"] = 1,
        ["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"]
    ["groundControl"] = 
    {
        ["isPilotControlVehicles"] = false,
        ["roles"] = 
        {
            ["artillery_commander"] = 
            {
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["artillery_commander"]
            ["instructor"] = 
            {
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["instructor"]
            ["observer"] = 
            {
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["observer"]
            ["forward_observer"] = 
            {
                ["blue"] = 0,
                ["red"] = 0,
            }, -- end of ["forward_observer"]
        }, -- end of ["roles"]
    }, -- end of ["groundControl"]
    ["usedModules"] = 
    {
        ["F-86F Sabre AI by Eagle Dynamics"] = true,
        ["TF-51D Mustang by Eagle Dynamics"] = true,
        ["Su-25T by Eagle Dynamics"] = true,
        ["MiG-21Bis AI by Leatherneck Simulations"] = true,
        ["Bf 109 K-4 by Eagle Dynamics"] = true,
        ["MiG-15bis AI by Eagle Dynamics"] = true,
        ["UH-1H Huey by Belsimtek"] = true,
        ["Su-27 Flanker by Eagle Dynamics"] = true,
        ["Combined Arms by Eagle Dynamics"] = true,
        ["Su-25A by Eagle Dynamics"] = true,
        ["F-86F Sabre by Belsimtek"] = true,
        ["F-15C"] = true,
        ["A-10A by Eagle Dynamics"] = true,
        ["Mi-8MTV2 Hip by Belsimtek"] = true,
        ["FW-190D9 Dora by Eagle Dynamics"] = true,
        ["Ka-50 Black Shark by Eagle Dynamics"] = true,
        ["A-10C Warthog by Eagle Dynamics"] = true,
        ["P-51D Mustang by Eagle Dynamics"] = true,
        ["World War II AI Units by Eagle Dynamics"] = true,
        ["MiG-21Bis by Leatherneck Simulations"] = true,
        ["Flaming Cliffs by Eagle Dynamics"] = true,
    }, -- end of ["usedModules"]
    ["resourceCounter"] = 
    {
    }, -- end of ["resourceCounter"]
    ["triggers"] = 
    {
        ["zones"] = 
        {
            [1] = 
            {
                ["y"] = 527512.85714284,
                ["radius"] = 1800,
                ["zoneId"] = 4,
                ["color"] = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -198204.28571428,
                ["hidden"] = false,
                ["name"] = "Allied Victory",
            }, -- end of [1]
            [2] = 
            {
                ["y"] = 546209.71428573,
                ["radius"] = 700,
                ["zoneId"] = 2,
                ["color"] = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -203168.85714286,
                ["hidden"] = false,
                ["name"] = "Armor Group 2 Resupply",
            }, -- end of [2]
            [3] = 
            {
                ["y"] = 551855.42857145,
                ["radius"] = 700,
                ["zoneId"] = 3,
                ["color"] = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -202808.85714287,
                ["hidden"] = false,
                ["name"] = "Armor Main Battle Group",
            }, -- end of [3]
            [4] = 
            {
                ["y"] = 545429.42857142,
                ["radius"] = 700,
                ["zoneId"] = 1,
                ["color"] = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of ["color"]
                ["x"] = -198208.28571429,
                ["hidden"] = false,
                ["name"] = "Resupply Armor Group 1",
            }, -- end of [4]
        }, -- end of ["zones"]
    }, -- end of ["triggers"]
    ["weather"] = 
    {
        ["atmosphere_type"] = 0,
        ["wind"] = 
        {
            ["at8000"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["at8000"]
            ["atGround"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["atGround"]
            ["at2000"] = 
            {
                ["speed"] = 0,
                ["dir"] = 0,
            }, -- end of ["at2000"]
        }, -- end of ["wind"]
        ["enable_fog"] = false,
        ["turbulence"] = 
        {
            ["at8000"] = 0,
            ["atGround"] = 0,
            ["at2000"] = 0,
        }, -- end of ["turbulence"]
        ["season"] = 
        {
            ["iseason"] = 1,
            ["temperature"] = 20,
        }, -- end of ["season"]
        ["type_weather"] = 0,
        ["qnh"] = 760,
        ["cyclones"] = 
        {
        }, -- end of ["cyclones"]
        ["name"] = "Winter, clean sky",
        ["fog"] = 
        {
            ["thickness"] = 0,
            ["visibility"] = 25,
            ["density"] = 7,
        }, -- end of ["fog"]
        ["visibility"] = 
        {
            ["distance"] = 80000,
        }, -- end of ["visibility"]
        ["clouds"] = 
        {
            ["thickness"] = 200,
            ["density"] = 0,
            ["base"] = 300,
            ["iprecptns"] = 0,
        }, -- end of ["clouds"]
    }, -- end of ["weather"]
    ["theatre"] = "Caucasus",
    ["needModules"] = 
    {
    }, -- end of ["needModules"]
    ["map"] = 
    {
        ["centerY"] = 516932.28571429,
        ["zoom"] = 5000,
        ["centerX"] = -197614.28571428,
    }, -- end of ["map"]
    ["coalitions"] = 
    {
        ["blue"] = 
        {
            [1] = 18,
            [2] = 21,
            [3] = 11,
            [4] = 8,
            [5] = 13,
            [6] = 5,
            [7] = 16,
            [8] = 15,
            [9] = 20,
            [10] = 12,
            [11] = 0,
            [12] = 19,
            [13] = 9,
            [14] = 10,
            [15] = 3,
            [16] = 4,
            [17] = 2,
            [18] = 1,
        }, -- end of ["blue"]
        ["red"] = 
        {
            [1] = 6,
        }, -- end of ["red"]
    }, -- end of ["coalitions"]
    ["descriptionText"] = "US ground forces are advancing on Gudauta have halted due to lack of fuel and ammo supplies.  They have halted in the Sukhumi region until supplies arrive from the Sukhumi Babushara region.  American have not yet established an air presence in Sukhumi Babushara and will take off from Senaki.\
They may land and refuel at Sukhumi if they take command of the air or at their own risk. ",
    ["pictureFileNameR"] = 
    {
    }, -- end of ["pictureFileNameR"]
    ["descriptionBlueTask"] = "1. Protect the convoys.\
2. Protect the warehouses.\
3. Assist armor units with ground attack missions once supplies arrive at armor units. ",
    ["descriptionRedTask"] = "Dora Ground Attack Units\
1.  Stop convoys from reaching the armor units.\
2.  Destroy the warehouses that spawn replacement convoys located just south east of the Sukhumi Babushara airfield near Adzyubzha. \
3.  Land and rearm or provide cover for the next ground attack group if required.\
BF109-K4 \
1.  Escort the ground attacking units and expect a stiff response from American fighters. \
2.  Use your ammo wisely.  Attack convoys only if the ground attack units fail. ",
    ["pictureFileNameB"] = 
    {
    }, -- end of ["pictureFileNameB"]
    ["trigrules"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "blue",
                    ["predicate"] = "c_part_of_coalition_in_zone",
                    ["zone"] = 4,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Allied Victory",
            ["eventlist"] = "",
            ["predicate"] = "triggerOnce",
            ["actions"] = 
            {
                [1] = 
                {
                    ["winner"] = "blue",
                    ["text"] = "",
                    ["predicate"] = "a_end_mission",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["seconds"] = 10,
                    ["coalitionlist"] = "red",
                    ["text"] = "Your unit has failed your country. ",
                    ["predicate"] = "a_out_text_delay_s",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["seconds"] = 10,
                    ["coalitionlist"] = "blue",
                    ["text"] = "Allies have achieved their objectives and are pushing further into the enemy heartland. ",
                    ["predicate"] = "a_out_text_delay_s",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
        }, -- end of [1]
        [2] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 1,
                    ["coalitionlist"] = "blue",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 1,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 38,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 1,
                }, -- end of [3]
            }, -- end of ["rules"]
            ["comment"] = "Armor Group 1",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["set_ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["set_ai_task"]
                    ["group"] = 27,
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                    ["predicate"] = "a_group_on",
                    ["unit"] = 1,
                }, -- end of [1]
                [2] = 
                {
                    ["seconds"] = 10,
                    ["text"] = "Armor Group 1 is resupplied and advancing. ",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerFront",
        }, -- end of [2]
        [3] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 2,
                    ["coalitionlist"] = "blue",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 2,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 39,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 2,
                }, -- end of [3]
            }, -- end of ["rules"]
            ["comment"] = "Armor Group 2",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 28,
                    ["predicate"] = "a_group_on",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["seconds"] = 10,
                    ["text"] = "Armor Group 2 is resupplied and advancing. ",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerFront",
        }, -- end of [3]
        [4] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 20,
                    ["coalitionlist"] = "blue",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 3,
                }, -- end of [1]
                [2] = 
                {
                    ["predicate"] = "or",
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 40,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_part_of_group_in_zone",
                    ["zone"] = 3,
                }, -- end of [3]
            }, -- end of ["rules"]
            ["comment"] = "Armor Main Group",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 29,
                    ["predicate"] = "a_group_on",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["seconds"] = 10,
                    ["text"] = "Main Armor group is resupplied and advancing. ",
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
            }, -- end of ["actions"]
            ["predicate"] = "triggerFront",
        }, -- end of [4]
        [5] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "blue",
                    ["predicate"] = "c_all_of_coalition_out_zone",
                    ["zone"] = 4,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Pause Armor Ai",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 27,
                    ["predicate"] = "a_group_off",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
                [2] = 
                {
                    ["group"] = 28,
                    ["predicate"] = "a_group_off",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [2]
                [3] = 
                {
                    ["group"] = 29,
                    ["predicate"] = "a_group_off",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [3]
            }, -- end of ["actions"]
            ["predicate"] = "triggerStart",
        }, -- end of [5]
        [6] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 1,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 4,
                }, -- end of [1]
                [2] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 4,
                    ["value"] = 100,
                    ["flag"] = 1,
                    ["predicate"] = "c_unit_alive",
                    ["unit"] = 197,
                }, -- end of [2]
            }, -- end of ["rules"]
            ["eventlist"] = "dead",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 38,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerContinious",
            ["comment"] = "Warehouse Respawn Convoy 1",
        }, -- end of [6]
        [7] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 2,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 4,
                }, -- end of [1]
                [2] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 4,
                    ["value"] = 100,
                    ["flag"] = 2,
                    ["predicate"] = "c_unit_alive",
                    ["unit"] = 21,
                }, -- end of [2]
            }, -- end of ["rules"]
            ["comment"] = "Warehouse Respawn Convoy 2",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 39,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerContinious",
        }, -- end of [7]
        [8] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 20,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 4,
                }, -- end of [1]
                [2] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 4,
                    ["value"] = 100,
                    ["flag"] = 3,
                    ["predicate"] = "c_unit_alive",
                    ["unit"] = 199,
                }, -- end of [2]
            }, -- end of ["rules"]
            ["comment"] = "Warehouse Respawn Convoy Main",
            ["eventlist"] = "dead",
            ["actions"] = 
            {
                [1] = 
                {
                    ["group"] = 40,
                    ["predicate"] = "a_activate_group",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerContinious",
        }, -- end of [8]
        [9] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 4,
                    ["group"] = 44,
                    ["predicate"] = "c_unit_dead",
                    ["unit"] = 197,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["text"] = "Warehouse for convoy group 1 destroyed. ",
                    ["seconds"] = 10,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "Warehouse Group 1",
        }, -- end of [9]
        [10] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 4,
                    ["group"] = 45,
                    ["predicate"] = "c_unit_dead",
                    ["unit"] = 198,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["text"] = "Warehouse for Convoy Group 2 destroyed. ",
                    ["seconds"] = 10,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "Warehouse Group 2",
        }, -- end of [10]
        [11] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 4,
                    ["group"] = 46,
                    ["predicate"] = "c_unit_dead",
                    ["unit"] = 199,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["text"] = "Warehouse for Main Armor group destroyed. ",
                    ["seconds"] = 10,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
            ["comment"] = "Warehouse Main",
        }, -- end of [11]
        [12] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 1,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 4,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Resupply Convoy 1 Destroyed",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["text"] = "Resupply Convoy for Armor Group 1 has been destroyed. ",
                    ["seconds"] = 10,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [12]
        [13] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["group"] = 2,
                    ["coalitionlist"] = "red",
                    ["predicate"] = "c_group_dead",
                    ["zone"] = 4,
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Resupply Convoy 2 Destroyed",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["text"] = "Resupply Convoy for Armor Group 2 has been destroyed. ",
                    ["seconds"] = 10,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [13]
        [14] = 
        {
            ["rules"] = 
            {
                [1] = 
                {
                    ["coalitionlist"] = "red",
                    ["zone"] = 4,
                    ["group"] = 20,
                    ["text"] = "",
                    ["predicate"] = "c_group_dead",
                }, -- end of [1]
            }, -- end of ["rules"]
            ["comment"] = "Resupply Convoy Main Destroyed",
            ["eventlist"] = "",
            ["actions"] = 
            {
                [1] = 
                {
                    ["text"] = "Resupply Convoy for Main Armor Group has been destroyed. ",
                    ["seconds"] = 10,
                    ["predicate"] = "a_out_text_delay",
                    ["ai_task"] = 
                    {
                        [1] = "",
                        [2] = "",
                    }, -- end of ["ai_task"]
                }, -- end of [1]
            }, -- end of ["actions"]
            ["predicate"] = "triggerOnce",
        }, -- end of [14]
    }, -- end of ["trigrules"]
    ["coalition"] = 
    {
        ["blue"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 527428.57142857,
                ["x"] = -198452.28571428,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "BLUE",
            ["country"] = 
            {
                [1] = 
                {
                    ["id"] = 18,
                    ["name"] = "Abkhazia",
                }, -- end of [1]
                [2] = 
                {
                    ["id"] = 21,
                    ["name"] = "Australia",
                }, -- end of [2]
                [3] = 
                {
                    ["id"] = 11,
                    ["name"] = "Belgium",
                }, -- end of [3]
                [4] = 
                {
                    ["id"] = 8,
                    ["name"] = "Canada",
                }, -- end of [4]
                [5] = 
                {
                    ["id"] = 13,
                    ["name"] = "Denmark",
                }, -- end of [5]
                [6] = 
                {
                    ["id"] = 5,
                    ["name"] = "France",
                }, -- end of [6]
                [7] = 
                {
                    ["id"] = 16,
                    ["name"] = "Georgia",
                }, -- end of [7]
                [8] = 
                {
                    ["id"] = 15,
                    ["name"] = "Israel",
                }, -- end of [8]
                [9] = 
                {
                    ["id"] = 20,
                    ["name"] = "Italy",
                }, -- end of [9]
                [10] = 
                {
                    ["id"] = 12,
                    ["name"] = "Norway",
                }, -- end of [10]
                [11] = 
                {
                    ["id"] = 0,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 548491.14285716,
                                                ["x"] = -204567.71428572,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 548522.57142859,
                                                ["x"] = -204613.42857143,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 37,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 549054.28571428,
                                            ["x"] = -203316.85714288,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 4,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 549054.28571428,
                                        ["type"] = "Ural-375 ZU-23",
                                        ["name"] = "Unit #040",
                                        ["unitId"] = 46,
                                        ["heading"] = 2.5393053074556,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -203316.85714288,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 558147.14285714,
                                        ["type"] = "Ural-375 ZU-23",
                                        ["name"] = "Unit #041",
                                        ["unitId"] = 47,
                                        ["heading"] = 2.5393053074556,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -207802.57142859,
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 549054.28571428,
                                ["x"] = -203316.85714288,
                                ["name"] = "New Vehicle Group #002",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 209,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 552754.28571429,
                                            ["x"] = -200731.14285716,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 5,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 552754.28571429,
                                        ["type"] = "Ural-375 ZU-23",
                                        ["name"] = "Unit #042",
                                        ["unitId"] = 48,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -200731.14285716,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 564887.14285715,
                                        ["type"] = "Ural-375 ZU-23",
                                        ["name"] = "Unit #043",
                                        ["unitId"] = 49,
                                        ["heading"] = 0,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -221554.00000002,
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 552754.28571429,
                                ["x"] = -200731.14285716,
                                ["name"] = "New Vehicle Group #003",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [2]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["name"] = "Russia",
                }, -- end of [11]
                [12] = 
                {
                    ["id"] = 19,
                    ["name"] = "South Ossetia",
                }, -- end of [12]
                [13] = 
                {
                    ["id"] = 9,
                    ["name"] = "Spain",
                }, -- end of [13]
                [14] = 
                {
                    ["id"] = 10,
                    ["name"] = "The Netherlands",
                }, -- end of [14]
                [15] = 
                {
                    ["id"] = 3,
                    ["name"] = "Turkey",
                }, -- end of [15]
                [16] = 
                {
                    ["id"] = 4,
                    ["name"] = "UK",
                }, -- end of [16]
                [18] = 
                {
                    ["id"] = 1,
                    ["name"] = "Ukraine",
                }, -- end of [18]
                [17] = 
                {
                    ["name"] = "USA",
                    ["id"] = 2,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [33] = 
                                            {
                                                ["y"] = 563837.375,
                                                ["x"] = -214891.9375,
                                            }, -- end of [33]
                                            [35] = 
                                            {
                                                ["y"] = 563805.0625,
                                                ["x"] = -214869.0625,
                                            }, -- end of [35]
                                            [37] = 
                                            {
                                                ["y"] = 563768.9375,
                                                ["x"] = -214852.96875,
                                            }, -- end of [37]
                                            [39] = 
                                            {
                                                ["y"] = 563733.5,
                                                ["x"] = -214840.328125,
                                            }, -- end of [39]
                                            [41] = 
                                            {
                                                ["y"] = 563711.0625,
                                                ["x"] = -214825.328125,
                                            }, -- end of [41]
                                            [43] = 
                                            {
                                                ["y"] = 563693.4375,
                                                ["x"] = -214804.828125,
                                            }, -- end of [43]
                                            [45] = 
                                            {
                                                ["y"] = 563230.8125,
                                                ["x"] = -214092.6875,
                                            }, -- end of [45]
                                            [47] = 
                                            {
                                                ["y"] = 563194.1875,
                                                ["x"] = -214048.265625,
                                            }, -- end of [47]
                                            [49] = 
                                            {
                                                ["y"] = 563152.625,
                                                ["x"] = -214008.359375,
                                            }, -- end of [49]
                                            [51] = 
                                            {
                                                ["y"] = 563106.8125,
                                                ["x"] = -213973.5,
                                            }, -- end of [51]
                                            [53] = 
                                            {
                                                ["y"] = 563057.25,
                                                ["x"] = -213944.140625,
                                            }, -- end of [53]
                                            [55] = 
                                            {
                                                ["y"] = 563004.6875,
                                                ["x"] = -213920.703125,
                                            }, -- end of [55]
                                            [57] = 
                                            {
                                                ["y"] = 562829.125,
                                                ["x"] = -213853.078125,
                                            }, -- end of [57]
                                            [59] = 
                                            {
                                                ["y"] = 562741.875,
                                                ["x"] = -213811.6875,
                                            }, -- end of [59]
                                            [61] = 
                                            {
                                                ["y"] = 562658.25,
                                                ["x"] = -213763.421875,
                                            }, -- end of [61]
                                            [63] = 
                                            {
                                                ["y"] = 562578.75,
                                                ["x"] = -213708.578125,
                                            }, -- end of [63]
                                            [66] = 
                                            {
                                                ["y"] = 562468.4375,
                                                ["x"] = -213614.796875,
                                            }, -- end of [66]
                                            [70] = 
                                            {
                                                ["y"] = 562340.4375,
                                                ["x"] = -213470.421875,
                                            }, -- end of [70]
                                            [74] = 
                                            {
                                                ["y"] = 562237.25,
                                                ["x"] = -213307.390625,
                                            }, -- end of [74]
                                            [78] = 
                                            {
                                                ["y"] = 562027.3125,
                                                ["x"] = -212827.890625,
                                            }, -- end of [78]
                                            [82] = 
                                            {
                                                ["y"] = 561553.8125,
                                                ["x"] = -212355.140625,
                                            }, -- end of [82]
                                            [86] = 
                                            {
                                                ["y"] = 561449.0625,
                                                ["x"] = -212161.046875,
                                            }, -- end of [86]
                                            [90] = 
                                            {
                                                ["y"] = 560742.25,
                                                ["x"] = -211192.78125,
                                            }, -- end of [90]
                                            [94] = 
                                            {
                                                ["y"] = 560632.0625,
                                                ["x"] = -211081.265625,
                                            }, -- end of [94]
                                            [98] = 
                                            {
                                                ["y"] = 560267.3125,
                                                ["x"] = -210829.796875,
                                            }, -- end of [98]
                                            [102] = 
                                            {
                                                ["y"] = 560223.6875,
                                                ["x"] = -210813.375,
                                            }, -- end of [102]
                                            [106] = 
                                            {
                                                ["y"] = 559938,
                                                ["x"] = -210834.25,
                                            }, -- end of [106]
                                            [110] = 
                                            {
                                                ["y"] = 559890.375,
                                                ["x"] = -210811.9375,
                                            }, -- end of [110]
                                            [114] = 
                                            {
                                                ["y"] = 559283.5625,
                                                ["x"] = -210134.671875,
                                            }, -- end of [114]
                                            [118] = 
                                            {
                                                ["y"] = 559193.8125,
                                                ["x"] = -209993.28125,
                                            }, -- end of [118]
                                            [122] = 
                                            {
                                                ["y"] = 558591.3125,
                                                ["x"] = -208970.625,
                                            }, -- end of [122]
                                            [126] = 
                                            {
                                                ["y"] = 558469.375,
                                                ["x"] = -208792.953125,
                                            }, -- end of [126]
                                            [132] = 
                                            {
                                                ["y"] = 557457.6875,
                                                ["x"] = -207164.390625,
                                            }, -- end of [132]
                                            [140] = 
                                            {
                                                ["y"] = 556396.6875,
                                                ["x"] = -206203.34375,
                                            }, -- end of [140]
                                            [148] = 
                                            {
                                                ["y"] = 556205.75,
                                                ["x"] = -205891.171875,
                                            }, -- end of [148]
                                            [156] = 
                                            {
                                                ["y"] = 556117.3125,
                                                ["x"] = -205826.484375,
                                            }, -- end of [156]
                                            [164] = 
                                            {
                                                ["y"] = 555958.375,
                                                ["x"] = -205823.9375,
                                            }, -- end of [164]
                                            [172] = 
                                            {
                                                ["y"] = 555776.75,
                                                ["x"] = -205752.078125,
                                            }, -- end of [172]
                                            [180] = 
                                            {
                                                ["y"] = 555622.9375,
                                                ["x"] = -205791.671875,
                                            }, -- end of [180]
                                            [188] = 
                                            {
                                                ["y"] = 555378.9375,
                                                ["x"] = -205658.171875,
                                            }, -- end of [188]
                                            [196] = 
                                            {
                                                ["y"] = 555249.8125,
                                                ["x"] = -205373.09375,
                                            }, -- end of [196]
                                            [1] = 
                                            {
                                                ["y"] = 565134.1875,
                                                ["x"] = -217254.546875,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 565107.5,
                                                ["x"] = -216821.859375,
                                            }, -- end of [2]
                                            [133] = 
                                            {
                                                ["y"] = 557418,
                                                ["x"] = -207116.171875,
                                            }, -- end of [133]
                                            [141] = 
                                            {
                                                ["y"] = 556374.3125,
                                                ["x"] = -206180.734375,
                                            }, -- end of [141]
                                            [149] = 
                                            {
                                                ["y"] = 556199,
                                                ["x"] = -205878.578125,
                                            }, -- end of [149]
                                            [157] = 
                                            {
                                                ["y"] = 556103,
                                                ["x"] = -205825.671875,
                                            }, -- end of [157]
                                            [165] = 
                                            {
                                                ["y"] = 555944.8125,
                                                ["x"] = -205817.140625,
                                            }, -- end of [165]
                                            [173] = 
                                            {
                                                ["y"] = 555763.625,
                                                ["x"] = -205755.203125,
                                            }, -- end of [173]
                                            [181] = 
                                            {
                                                ["y"] = 555606,
                                                ["x"] = -205788.953125,
                                            }, -- end of [181]
                                            [3] = 
                                            {
                                                ["y"] = 565103.6875,
                                                ["x"] = -216759.84375,
                                            }, -- end of [3]
                                            [197] = 
                                            {
                                                ["y"] = 555245.125,
                                                ["x"] = -205373.8125,
                                            }, -- end of [197]
                                            [4] = 
                                            {
                                                ["y"] = 565100.25,
                                                ["x"] = -216718.171875,
                                            }, -- end of [4]
                                            [67] = 
                                            {
                                                ["y"] = 562434.3125,
                                                ["x"] = -213580.65625,
                                            }, -- end of [67]
                                            [71] = 
                                            {
                                                ["y"] = 562312.1875,
                                                ["x"] = -213431.25,
                                            }, -- end of [71]
                                            [75] = 
                                            {
                                                ["y"] = 562215.625,
                                                ["x"] = -213264.203125,
                                            }, -- end of [75]
                                            [5] = 
                                            {
                                                ["y"] = 565095.0625,
                                                ["x"] = -216676.671875,
                                            }, -- end of [5]
                                            [83] = 
                                            {
                                                ["y"] = 561545.875,
                                                ["x"] = -212341.671875,
                                            }, -- end of [83]
                                            [87] = 
                                            {
                                                ["y"] = 561432.6875,
                                                ["x"] = -212135.6875,
                                            }, -- end of [87]
                                            [91] = 
                                            {
                                                ["y"] = 560716.75,
                                                ["x"] = -211162.90625,
                                            }, -- end of [91]
                                            [6] = 
                                            {
                                                ["y"] = 565088.125,
                                                ["x"] = -216635.4375,
                                            }, -- end of [6]
                                            [99] = 
                                            {
                                                ["y"] = 560257.1875,
                                                ["x"] = -210823.796875,
                                            }, -- end of [99]
                                            [103] = 
                                            {
                                                ["y"] = 560184.625,
                                                ["x"] = -210809.03125,
                                            }, -- end of [103]
                                            [107] = 
                                            {
                                                ["y"] = 559925.0625,
                                                ["x"] = -210831.09375,
                                            }, -- end of [107]
                                            [7] = 
                                            {
                                                ["y"] = 565079.5,
                                                ["x"] = -216594.515625,
                                            }, -- end of [7]
                                            [115] = 
                                            {
                                                ["y"] = 559258.9375,
                                                ["x"] = -210100.765625,
                                            }, -- end of [115]
                                            [119] = 
                                            {
                                                ["y"] = 558829.625,
                                                ["x"] = -209296.921875,
                                            }, -- end of [119]
                                            [123] = 
                                            {
                                                ["y"] = 558559.0625,
                                                ["x"] = -208927.453125,
                                            }, -- end of [123]
                                            [8] = 
                                            {
                                                ["y"] = 565069.1875,
                                                ["x"] = -216554,
                                            }, -- end of [8]
                                            [134] = 
                                            {
                                                ["y"] = 557376.875,
                                                ["x"] = -207069.21875,
                                            }, -- end of [134]
                                            [9] = 
                                            {
                                                ["y"] = 565057.125,
                                                ["x"] = -216513.953125,
                                            }, -- end of [9]
                                            [150] = 
                                            {
                                                ["y"] = 556190.6875,
                                                ["x"] = -205866.9375,
                                            }, -- end of [150]
                                            [10] = 
                                            {
                                                ["y"] = 565043.4375,
                                                ["x"] = -216474.4375,
                                            }, -- end of [10]
                                            [166] = 
                                            {
                                                ["y"] = 555854.875,
                                                ["x"] = -205765.640625,
                                            }, -- end of [166]
                                            [11] = 
                                            {
                                                ["y"] = 565028.125,
                                                ["x"] = -216435.53125,
                                            }, -- end of [11]
                                            [182] = 
                                            {
                                                ["y"] = 555589.5,
                                                ["x"] = -205784.5,
                                            }, -- end of [182]
                                            [12] = 
                                            {
                                                ["y"] = 565014,
                                                ["x"] = -216403.484375,
                                            }, -- end of [12]
                                            [198] = 
                                            {
                                                ["y"] = 554755.25,
                                                ["x"] = -205540.125,
                                            }, -- end of [198]
                                            [13] = 
                                            {
                                                ["y"] = 564995.75,
                                                ["x"] = -216365.828125,
                                            }, -- end of [13]
                                            [14] = 
                                            {
                                                ["y"] = 564975.875,
                                                ["x"] = -216328.984375,
                                            }, -- end of [14]
                                            [15] = 
                                            {
                                                ["y"] = 564954.5,
                                                ["x"] = -216293,
                                            }, -- end of [15]
                                            [16] = 
                                            {
                                                ["y"] = 564931.6875,
                                                ["x"] = -216257.9375,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 564907.375,
                                                ["x"] = -216223.859375,
                                            }, -- end of [17]
                                            [18] = 
                                            {
                                                ["y"] = 564881.6875,
                                                ["x"] = -216190.828125,
                                            }, -- end of [18]
                                            [19] = 
                                            {
                                                ["y"] = 564854.625,
                                                ["x"] = -216158.890625,
                                            }, -- end of [19]
                                            [20] = 
                                            {
                                                ["y"] = 564441.8125,
                                                ["x"] = -215692.1875,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                ["y"] = 564421.625,
                                                ["x"] = -215668.09375,
                                            }, -- end of [21]
                                            [22] = 
                                            {
                                                ["y"] = 564402.75,
                                                ["x"] = -215642.984375,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                ["y"] = 564385.1875,
                                                ["x"] = -215616.90625,
                                            }, -- end of [23]
                                            [24] = 
                                            {
                                                ["y"] = 564367.875,
                                                ["x"] = -215590.765625,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 564250,
                                                ["x"] = -215369.84375,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                ["y"] = 564234,
                                                ["x"] = -215341.3125,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 564216.75,
                                                ["x"] = -215313.5,
                                            }, -- end of [27]
                                            [28] = 
                                            {
                                                ["y"] = 564198.3125,
                                                ["x"] = -215286.453125,
                                            }, -- end of [28]
                                            [29] = 
                                            {
                                                ["y"] = 564178.75,
                                                ["x"] = -215260.25,
                                            }, -- end of [29]
                                            [30] = 
                                            {
                                                ["y"] = 564158.0625,
                                                ["x"] = -215234.890625,
                                            }, -- end of [30]
                                            [31] = 
                                            {
                                                ["y"] = 564136.25,
                                                ["x"] = -215210.46875,
                                            }, -- end of [31]
                                            [32] = 
                                            {
                                                ["y"] = 563851.6875,
                                                ["x"] = -214905.65625,
                                            }, -- end of [32]
                                            [34] = 
                                            {
                                                ["y"] = 563821.8125,
                                                ["x"] = -214879.703125,
                                            }, -- end of [34]
                                            [36] = 
                                            {
                                                ["y"] = 563787.375,
                                                ["x"] = -214860.125,
                                            }, -- end of [36]
                                            [38] = 
                                            {
                                                ["y"] = 563746.0625,
                                                ["x"] = -214845.40625,
                                            }, -- end of [38]
                                            [40] = 
                                            {
                                                ["y"] = 563721.75,
                                                ["x"] = -214833.59375,
                                            }, -- end of [40]
                                            [42] = 
                                            {
                                                ["y"] = 563701.5625,
                                                ["x"] = -214815.671875,
                                            }, -- end of [42]
                                            [44] = 
                                            {
                                                ["y"] = 563247.1875,
                                                ["x"] = -214116.40625,
                                            }, -- end of [44]
                                            [46] = 
                                            {
                                                ["y"] = 563213.125,
                                                ["x"] = -214069.9375,
                                            }, -- end of [46]
                                            [48] = 
                                            {
                                                ["y"] = 563174,
                                                ["x"] = -214027.703125,
                                            }, -- end of [48]
                                            [50] = 
                                            {
                                                ["y"] = 563130.25,
                                                ["x"] = -213990.265625,
                                            }, -- end of [50]
                                            [52] = 
                                            {
                                                ["y"] = 563082.4375,
                                                ["x"] = -213958.109375,
                                            }, -- end of [52]
                                            [54] = 
                                            {
                                                ["y"] = 563031.3125,
                                                ["x"] = -213931.671875,
                                            }, -- end of [54]
                                            [56] = 
                                            {
                                                ["y"] = 562873.875,
                                                ["x"] = -213871.109375,
                                            }, -- end of [56]
                                            [58] = 
                                            {
                                                ["y"] = 562785.0625,
                                                ["x"] = -213833.265625,
                                            }, -- end of [58]
                                            [60] = 
                                            {
                                                ["y"] = 562699.5625,
                                                ["x"] = -213788.390625,
                                            }, -- end of [60]
                                            [62] = 
                                            {
                                                ["y"] = 562617.9375,
                                                ["x"] = -213736.796875,
                                            }, -- end of [62]
                                            [64] = 
                                            {
                                                ["y"] = 562540.75,
                                                ["x"] = -213678.8125,
                                            }, -- end of [64]
                                            [68] = 
                                            {
                                                ["y"] = 562401.5625,
                                                ["x"] = -213545.1875,
                                            }, -- end of [68]
                                            [72] = 
                                            {
                                                ["y"] = 562285.5625,
                                                ["x"] = -213390.984375,
                                            }, -- end of [72]
                                            [76] = 
                                            {
                                                ["y"] = 562195.75,
                                                ["x"] = -213220.171875,
                                            }, -- end of [76]
                                            [80] = 
                                            {
                                                ["y"] = 561573.625,
                                                ["x"] = -212379.203125,
                                            }, -- end of [80]
                                            [84] = 
                                            {
                                                ["y"] = 561479,
                                                ["x"] = -212213.5,
                                            }, -- end of [84]
                                            [88] = 
                                            {
                                                ["y"] = 561415.3125,
                                                ["x"] = -212110.96875,
                                            }, -- end of [88]
                                            [92] = 
                                            {
                                                ["y"] = 560689.875,
                                                ["x"] = -211134.3125,
                                            }, -- end of [92]
                                            [96] = 
                                            {
                                                ["y"] = 560569.25,
                                                ["x"] = -211034.140625,
                                            }, -- end of [96]
                                            [100] = 
                                            {
                                                ["y"] = 560246.4375,
                                                ["x"] = -210819.015625,
                                            }, -- end of [100]
                                            [104] = 
                                            {
                                                ["y"] = 559964.5,
                                                ["x"] = -210835.296875,
                                            }, -- end of [104]
                                            [108] = 
                                            {
                                                ["y"] = 559912.6875,
                                                ["x"] = -210826.265625,
                                            }, -- end of [108]
                                            [112] = 
                                            {
                                                ["y"] = 559337.0625,
                                                ["x"] = -210199.21875,
                                            }, -- end of [112]
                                            [116] = 
                                            {
                                                ["y"] = 559235.6875,
                                                ["x"] = -210065.859375,
                                            }, -- end of [116]
                                            [120] = 
                                            {
                                                ["y"] = 558719.375,
                                                ["x"] = -209129.390625,
                                            }, -- end of [120]
                                            [124] = 
                                            {
                                                ["y"] = 558527.9375,
                                                ["x"] = -208883.421875,
                                            }, -- end of [124]
                                            [128] = 
                                            {
                                                ["y"] = 557600.6875,
                                                ["x"] = -207368.90625,
                                            }, -- end of [128]
                                            [136] = 
                                            {
                                                ["y"] = 557290.3125,
                                                ["x"] = -206979.265625,
                                            }, -- end of [136]
                                            [144] = 
                                            {
                                                ["y"] = 556314.8125,
                                                ["x"] = -206106.265625,
                                            }, -- end of [144]
                                            [152] = 
                                            {
                                                ["y"] = 556169.9375,
                                                ["x"] = -205847.296875,
                                            }, -- end of [152]
                                            [160] = 
                                            {
                                                ["y"] = 556017.375,
                                                ["x"] = -205835.46875,
                                            }, -- end of [160]
                                            [168] = 
                                            {
                                                ["y"] = 555830.125,
                                                ["x"] = -205755.0625,
                                            }, -- end of [168]
                                            [176] = 
                                            {
                                                ["y"] = 555690.625,
                                                ["x"] = -205784.984375,
                                            }, -- end of [176]
                                            [184] = 
                                            {
                                                ["y"] = 555558.25,
                                                ["x"] = -205770.625,
                                            }, -- end of [184]
                                            [192] = 
                                            {
                                                ["y"] = 555296.0625,
                                                ["x"] = -205474.75,
                                            }, -- end of [192]
                                            [129] = 
                                            {
                                                ["y"] = 557567.375,
                                                ["x"] = -207316.125,
                                            }, -- end of [129]
                                            [137] = 
                                            {
                                                ["y"] = 557245,
                                                ["x"] = -206936.359375,
                                            }, -- end of [137]
                                            [145] = 
                                            {
                                                ["y"] = 556297.6875,
                                                ["x"] = -206079.453125,
                                            }, -- end of [145]
                                            [153] = 
                                            {
                                                ["y"] = 556157.875,
                                                ["x"] = -205839.609375,
                                            }, -- end of [153]
                                            [161] = 
                                            {
                                                ["y"] = 556002.1875,
                                                ["x"] = -205835.015625,
                                            }, -- end of [161]
                                            [169] = 
                                            {
                                                ["y"] = 555817,
                                                ["x"] = -205751.984375,
                                            }, -- end of [169]
                                            [177] = 
                                            {
                                                ["y"] = 555674.0625,
                                                ["x"] = -205789.28125,
                                            }, -- end of [177]
                                            [185] = 
                                            {
                                                ["y"] = 555418,
                                                ["x"] = -205690.15625,
                                            }, -- end of [185]
                                            [193] = 
                                            {
                                                ["y"] = 555260.6875,
                                                ["x"] = -205381.109375,
                                            }, -- end of [193]
                                            [195] = 
                                            {
                                                ["y"] = 555254.4375,
                                                ["x"] = -205374.234375,
                                            }, -- end of [195]
                                            [190] = 
                                            {
                                                ["y"] = 555359.6875,
                                                ["x"] = -205630.453125,
                                            }, -- end of [190]
                                            [191] = 
                                            {
                                                ["y"] = 555352.5,
                                                ["x"] = -205615.171875,
                                            }, -- end of [191]
                                            [65] = 
                                            {
                                                ["y"] = 562503.9375,
                                                ["x"] = -213647.53125,
                                            }, -- end of [65]
                                            [69] = 
                                            {
                                                ["y"] = 562370.25,
                                                ["x"] = -213508.421875,
                                            }, -- end of [69]
                                            [73] = 
                                            {
                                                ["y"] = 562260.5625,
                                                ["x"] = -213349.671875,
                                            }, -- end of [73]
                                            [77] = 
                                            {
                                                ["y"] = 562031.9375,
                                                ["x"] = -212836.296875,
                                            }, -- end of [77]
                                            [81] = 
                                            {
                                                ["y"] = 561563.125,
                                                ["x"] = -212367.6875,
                                            }, -- end of [81]
                                            [85] = 
                                            {
                                                ["y"] = 561464.5,
                                                ["x"] = -212186.984375,
                                            }, -- end of [85]
                                            [89] = 
                                            {
                                                ["y"] = 560766.1875,
                                                ["x"] = -211223.875,
                                            }, -- end of [89]
                                            [93] = 
                                            {
                                                ["y"] = 560661.625,
                                                ["x"] = -211107.078125,
                                            }, -- end of [93]
                                            [97] = 
                                            {
                                                ["y"] = 560340,
                                                ["x"] = -210879.015625,
                                            }, -- end of [97]
                                            [101] = 
                                            {
                                                ["y"] = 560235.25,
                                                ["x"] = -210815.53125,
                                            }, -- end of [101]
                                            [105] = 
                                            {
                                                ["y"] = 559951.1875,
                                                ["x"] = -210835.65625,
                                            }, -- end of [105]
                                            [109] = 
                                            {
                                                ["y"] = 559901.0625,
                                                ["x"] = -210819.84375,
                                            }, -- end of [109]
                                            [113] = 
                                            {
                                                ["y"] = 559309.625,
                                                ["x"] = -210167.5,
                                            }, -- end of [113]
                                            [117] = 
                                            {
                                                ["y"] = 559214,
                                                ["x"] = -210030.015625,
                                            }, -- end of [117]
                                            [121] = 
                                            {
                                                ["y"] = 558624.75,
                                                ["x"] = -209012.90625,
                                            }, -- end of [121]
                                            [125] = 
                                            {
                                                ["y"] = 558498.0625,
                                                ["x"] = -208838.578125,
                                            }, -- end of [125]
                                            [130] = 
                                            {
                                                ["y"] = 557532.375,
                                                ["x"] = -207264.421875,
                                            }, -- end of [130]
                                            [138] = 
                                            {
                                                ["y"] = 557198.3125,
                                                ["x"] = -206894.890625,
                                            }, -- end of [138]
                                            [146] = 
                                            {
                                                ["y"] = 556282,
                                                ["x"] = -206051.78125,
                                            }, -- end of [146]
                                            [154] = 
                                            {
                                                ["y"] = 556144.9375,
                                                ["x"] = -205833.515625,
                                            }, -- end of [154]
                                            [162] = 
                                            {
                                                ["y"] = 555987.1875,
                                                ["x"] = -205832.9375,
                                            }, -- end of [162]
                                            [170] = 
                                            {
                                                ["y"] = 555803.625,
                                                ["x"] = -205750.453125,
                                            }, -- end of [170]
                                            [178] = 
                                            {
                                                ["y"] = 555657.125,
                                                ["x"] = -205791.84375,
                                            }, -- end of [178]
                                            [186] = 
                                            {
                                                ["y"] = 555403.8125,
                                                ["x"] = -205680.96875,
                                            }, -- end of [186]
                                            [194] = 
                                            {
                                                ["y"] = 555258.25,
                                                ["x"] = -205377.0625,
                                            }, -- end of [194]
                                            [189] = 
                                            {
                                                ["y"] = 555368.5625,
                                                ["x"] = -205644.84375,
                                            }, -- end of [189]
                                            [187] = 
                                            {
                                                ["y"] = 555390.75,
                                                ["x"] = -205670.25,
                                            }, -- end of [187]
                                            [183] = 
                                            {
                                                ["y"] = 555573.5,
                                                ["x"] = -205778.375,
                                            }, -- end of [183]
                                            [179] = 
                                            {
                                                ["y"] = 555640,
                                                ["x"] = -205792.640625,
                                            }, -- end of [179]
                                            [175] = 
                                            {
                                                ["y"] = 555706.6875,
                                                ["x"] = -205779,
                                            }, -- end of [175]
                                            [174] = 
                                            {
                                                ["y"] = 555751,
                                                ["x"] = -205759.828125,
                                            }, -- end of [174]
                                            [171] = 
                                            {
                                                ["y"] = 555790.125,
                                                ["x"] = -205750.484375,
                                            }, -- end of [171]
                                            [167] = 
                                            {
                                                ["y"] = 555842.8125,
                                                ["x"] = -205759.640625,
                                            }, -- end of [167]
                                            [163] = 
                                            {
                                                ["y"] = 555972.5625,
                                                ["x"] = -205829.21875,
                                            }, -- end of [163]
                                            [159] = 
                                            {
                                                ["y"] = 556032.4375,
                                                ["x"] = -205834.265625,
                                            }, -- end of [159]
                                            [158] = 
                                            {
                                                ["y"] = 556088.75,
                                                ["x"] = -205826.671875,
                                            }, -- end of [158]
                                            [155] = 
                                            {
                                                ["y"] = 556131.375,
                                                ["x"] = -205829.125,
                                            }, -- end of [155]
                                            [151] = 
                                            {
                                                ["y"] = 556180.9375,
                                                ["x"] = -205856.453125,
                                            }, -- end of [151]
                                            [147] = 
                                            {
                                                ["y"] = 556267.8125,
                                                ["x"] = -206023.3125,
                                            }, -- end of [147]
                                            [143] = 
                                            {
                                                ["y"] = 556333.3125,
                                                ["x"] = -206132.125,
                                            }, -- end of [143]
                                            [142] = 
                                            {
                                                ["y"] = 556353.125,
                                                ["x"] = -206156.96875,
                                            }, -- end of [142]
                                            [139] = 
                                            {
                                                ["y"] = 556420.1875,
                                                ["x"] = -206224.75,
                                            }, -- end of [139]
                                            [135] = 
                                            {
                                                ["y"] = 557334.3125,
                                                ["x"] = -207023.5625,
                                            }, -- end of [135]
                                            [131] = 
                                            {
                                                ["y"] = 557495.8125,
                                                ["x"] = -207213.828125,
                                            }, -- end of [131]
                                            [127] = 
                                            {
                                                ["y"] = 558380.8125,
                                                ["x"] = -208647.734375,
                                            }, -- end of [127]
                                            [111] = 
                                            {
                                                ["y"] = 559880.875,
                                                ["x"] = -210802.6875,
                                            }, -- end of [111]
                                            [95] = 
                                            {
                                                ["y"] = 560601.25,
                                                ["x"] = -211056.921875,
                                            }, -- end of [95]
                                            [79] = 
                                            {
                                                ["y"] = 562021.125,
                                                ["x"] = -212820.515625,
                                            }, -- end of [79]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [31] = 
                                            {
                                                ["y"] = 551617.375,
                                                ["x"] = -206679.578125,
                                            }, -- end of [31]
                                            [2] = 
                                            {
                                                ["y"] = 554238.1875,
                                                ["x"] = -205718.1875,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                ["y"] = 552568.4375,
                                                ["x"] = -206282.609375,
                                            }, -- end of [8]
                                            [32] = 
                                            {
                                                ["y"] = 551606.5,
                                                ["x"] = -206684.21875,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                ["y"] = 551596.4375,
                                                ["x"] = -206690.25,
                                            }, -- end of [33]
                                            [34] = 
                                            {
                                                ["y"] = 551587.1875,
                                                ["x"] = -206697.59375,
                                            }, -- end of [34]
                                            [35] = 
                                            {
                                                ["y"] = 551579,
                                                ["x"] = -206706.078125,
                                            }, -- end of [35]
                                            [9] = 
                                            {
                                                ["y"] = 552264.6875,
                                                ["x"] = -206324.640625,
                                            }, -- end of [9]
                                            [36] = 
                                            {
                                                ["y"] = 551507.5625,
                                                ["x"] = -206791.25,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                ["y"] = 551501.8125,
                                                ["x"] = -206799.171875,
                                            }, -- end of [37]
                                            [38] = 
                                            {
                                                ["y"] = 551497.1875,
                                                ["x"] = -206807.8125,
                                            }, -- end of [38]
                                            [39] = 
                                            {
                                                ["y"] = 551493.8125,
                                                ["x"] = -206817,
                                            }, -- end of [39]
                                            [10] = 
                                            {
                                                ["y"] = 552260.125,
                                                ["x"] = -206326.296875,
                                            }, -- end of [10]
                                            [40] = 
                                            {
                                                ["y"] = 551491.6875,
                                                ["x"] = -206826.578125,
                                            }, -- end of [40]
                                            [41] = 
                                            {
                                                ["y"] = 551490.875,
                                                ["x"] = -206836.34375,
                                            }, -- end of [41]
                                            [42] = 
                                            {
                                                ["y"] = 551487.3125,
                                                ["x"] = -207114.453125,
                                            }, -- end of [42]
                                            [43] = 
                                            {
                                                ["y"] = 551486.375,
                                                ["x"] = -207130.15625,
                                            }, -- end of [43]
                                            [11] = 
                                            {
                                                ["y"] = 552256.5,
                                                ["x"] = -206329.578125,
                                            }, -- end of [11]
                                            [44] = 
                                            {
                                                ["y"] = 551483.9375,
                                                ["x"] = -207145.6875,
                                            }, -- end of [44]
                                            [45] = 
                                            {
                                                ["y"] = 551480.125,
                                                ["x"] = -207160.9375,
                                            }, -- end of [45]
                                            [46] = 
                                            {
                                                ["y"] = 551474.8125,
                                                ["x"] = -207175.75,
                                            }, -- end of [46]
                                            [3] = 
                                            {
                                                ["y"] = 553167.375,
                                                ["x"] = -206090.546875,
                                            }, -- end of [3]
                                            [12] = 
                                            {
                                                ["y"] = 552254.375,
                                                ["x"] = -206334,
                                            }, -- end of [12]
                                            [48] = 
                                            {
                                                ["y"] = 551460.125,
                                                ["x"] = -207203.53125,
                                            }, -- end of [48]
                                            [49] = 
                                            {
                                                ["y"] = 551315.125,
                                                ["x"] = -207424.953125,
                                            }, -- end of [49]
                                            [50] = 
                                            {
                                                ["y"] = 551302.5625,
                                                ["x"] = -207442.4375,
                                            }, -- end of [50]
                                            [51] = 
                                            {
                                                ["y"] = 551288.6875,
                                                ["x"] = -207458.828125,
                                            }, -- end of [51]
                                            [13] = 
                                            {
                                                ["y"] = 552254.125,
                                                ["x"] = -206338.875,
                                            }, -- end of [13]
                                            [52] = 
                                            {
                                                ["y"] = 551273.5,
                                                ["x"] = -207474.03125,
                                            }, -- end of [52]
                                            [53] = 
                                            {
                                                ["y"] = 551257.125,
                                                ["x"] = -207487.9375,
                                            }, -- end of [53]
                                            [54] = 
                                            {
                                                ["y"] = 551109.3125,
                                                ["x"] = -207603.953125,
                                            }, -- end of [54]
                                            [55] = 
                                            {
                                                ["y"] = 551031.75,
                                                ["x"] = -207658.28125,
                                            }, -- end of [55]
                                            [14] = 
                                            {
                                                ["y"] = 552267.25,
                                                ["x"] = -206411.671875,
                                            }, -- end of [14]
                                            [56] = 
                                            {
                                                ["y"] = 551020.9375,
                                                ["x"] = -207664.9375,
                                            }, -- end of [56]
                                            [57] = 
                                            {
                                                ["y"] = 551009.4375,
                                                ["x"] = -207670.3125,
                                            }, -- end of [57]
                                            [58] = 
                                            {
                                                ["y"] = 550997.375,
                                                ["x"] = -207674.328125,
                                            }, -- end of [58]
                                            [59] = 
                                            {
                                                ["y"] = 550984.9375,
                                                ["x"] = -207676.9375,
                                            }, -- end of [59]
                                            [15] = 
                                            {
                                                ["y"] = 552267.125,
                                                ["x"] = -206415.5625,
                                            }, -- end of [15]
                                            [60] = 
                                            {
                                                ["y"] = 550972.3125,
                                                ["x"] = -207678.109375,
                                            }, -- end of [60]
                                            [61] = 
                                            {
                                                ["y"] = 550959.5625,
                                                ["x"] = -207677.828125,
                                            }, -- end of [61]
                                            [62] = 
                                            {
                                                ["y"] = 550702.5625,
                                                ["x"] = -207656.9375,
                                            }, -- end of [62]
                                            [1] = 
                                            {
                                                ["y"] = 554755.25,
                                                ["x"] = -205540.125,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 552685.75,
                                                ["x"] = -206254.90625,
                                            }, -- end of [4]
                                            [16] = 
                                            {
                                                ["y"] = 552265.5625,
                                                ["x"] = -206419.125,
                                            }, -- end of [16]
                                            [64] = 
                                            {
                                                ["y"] = 550667.375,
                                                ["x"] = -207655.6875,
                                            }, -- end of [64]
                                            [65] = 
                                            {
                                                ["y"] = 550649.8125,
                                                ["x"] = -207656.421875,
                                            }, -- end of [65]
                                            [66] = 
                                            {
                                                ["y"] = 550281.0625,
                                                ["x"] = -207681.359375,
                                            }, -- end of [66]
                                            [17] = 
                                            {
                                                ["y"] = 552262.75,
                                                ["x"] = -206421.8125,
                                            }, -- end of [17]
                                            [68] = 
                                            {
                                                ["y"] = 550237.75,
                                                ["x"] = -207681.3125,
                                            }, -- end of [68]
                                            [69] = 
                                            {
                                                ["y"] = 550216.1875,
                                                ["x"] = -207679.0625,
                                            }, -- end of [69]
                                            [70] = 
                                            {
                                                ["y"] = 550194.8125,
                                                ["x"] = -207675.34375,
                                            }, -- end of [70]
                                            [18] = 
                                            {
                                                ["y"] = 552259.0625,
                                                ["x"] = -206423.21875,
                                            }, -- end of [18]
                                            [72] = 
                                            {
                                                ["y"] = 550071.75,
                                                ["x"] = -207646.703125,
                                            }, -- end of [72]
                                            [73] = 
                                            {
                                                ["y"] = 550060.375,
                                                ["x"] = -207643,
                                            }, -- end of [73]
                                            [74] = 
                                            {
                                                ["y"] = 550049.5,
                                                ["x"] = -207637.953125,
                                            }, -- end of [74]
                                            [19] = 
                                            {
                                                ["y"] = 552095.875,
                                                ["x"] = -206452.390625,
                                            }, -- end of [19]
                                            [76] = 
                                            {
                                                ["y"] = 550030,
                                                ["x"] = -207624.09375,
                                            }, -- end of [76]
                                            [77] = 
                                            {
                                                ["y"] = 549759.625,
                                                ["x"] = -207365.453125,
                                            }, -- end of [77]
                                            [5] = 
                                            {
                                                ["y"] = 552656.9375,
                                                ["x"] = -206263.890625,
                                            }, -- end of [5]
                                            [20] = 
                                            {
                                                ["y"] = 552075.25,
                                                ["x"] = -206456.96875,
                                            }, -- end of [20]
                                            [80] = 
                                            {
                                                ["y"] = 549368.25,
                                                ["x"] = -207008.953125,
                                            }, -- end of [80]
                                            [81] = 
                                            {
                                                ["y"] = 549346.8125,
                                                ["x"] = -206986.140625,
                                            }, -- end of [81]
                                            [82] = 
                                            {
                                                ["y"] = 549316.6875,
                                                ["x"] = -206952.953125,
                                            }, -- end of [82]
                                            [21] = 
                                            {
                                                ["y"] = 552055.0625,
                                                ["x"] = -206463.203125,
                                            }, -- end of [21]
                                            [22] = 
                                            {
                                                ["y"] = 552035.4375,
                                                ["x"] = -206471.0625,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                ["y"] = 552016.5,
                                                ["x"] = -206480.5,
                                            }, -- end of [23]
                                            [6] = 
                                            {
                                                ["y"] = 552627.75,
                                                ["x"] = -206271.515625,
                                            }, -- end of [6]
                                            [24] = 
                                            {
                                                ["y"] = 551998.4375,
                                                ["x"] = -206491.4375,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 551783.375,
                                                ["x"] = -206633.890625,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                ["y"] = 551771.4375,
                                                ["x"] = -206641,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 551758.9375,
                                                ["x"] = -206646.921875,
                                            }, -- end of [27]
                                            [7] = 
                                            {
                                                ["y"] = 552598.25,
                                                ["x"] = -206277.765625,
                                            }, -- end of [7]
                                            [28] = 
                                            {
                                                ["y"] = 551745.9375,
                                                ["x"] = -206651.625,
                                            }, -- end of [28]
                                            [79] = 
                                            {
                                                ["y"] = 549390.5,
                                                ["x"] = -207030.96875,
                                            }, -- end of [79]
                                            [78] = 
                                            {
                                                ["y"] = 549413.5625,
                                                ["x"] = -207052.203125,
                                            }, -- end of [78]
                                            [29] = 
                                            {
                                                ["y"] = 551732.5,
                                                ["x"] = -206655.046875,
                                            }, -- end of [29]
                                            [75] = 
                                            {
                                                ["y"] = 550039.3125,
                                                ["x"] = -207631.609375,
                                            }, -- end of [75]
                                            [71] = 
                                            {
                                                ["y"] = 550105.4375,
                                                ["x"] = -207656.171875,
                                            }, -- end of [71]
                                            [67] = 
                                            {
                                                ["y"] = 550259.375,
                                                ["x"] = -207682.078125,
                                            }, -- end of [67]
                                            [30] = 
                                            {
                                                ["y"] = 551628.6875,
                                                ["x"] = -206676.421875,
                                            }, -- end of [30]
                                            [63] = 
                                            {
                                                ["y"] = 550685,
                                                ["x"] = -207655.859375,
                                            }, -- end of [63]
                                            [47] = 
                                            {
                                                ["y"] = 551468.125,
                                                ["x"] = -207189.984375,
                                            }, -- end of [47]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 546205.14285713,
                                                ["x"] = -203158.57142857,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 546205.14285713,
                                                ["x"] = -203158.57142857,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [3] = 
                                        {
                                            [31] = 
                                            {
                                                ["y"] = 548303.0625,
                                                ["x"] = -204420.625,
                                            }, -- end of [31]
                                            [2] = 
                                            {
                                                ["y"] = 549040.125,
                                                ["x"] = -206648.34375,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                ["y"] = 548979.8125,
                                                ["x"] = -206542.125,
                                            }, -- end of [8]
                                            [32] = 
                                            {
                                                ["y"] = 548285.1875,
                                                ["x"] = -204395.109375,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                ["y"] = 548265.875,
                                                ["x"] = -204370.625,
                                            }, -- end of [33]
                                            [34] = 
                                            {
                                                ["y"] = 548245.1875,
                                                ["x"] = -204347.296875,
                                            }, -- end of [34]
                                            [35] = 
                                            {
                                                ["y"] = 548223.1875,
                                                ["x"] = -204325.171875,
                                            }, -- end of [35]
                                            [9] = 
                                            {
                                                ["y"] = 548974.5625,
                                                ["x"] = -206522.28125,
                                            }, -- end of [9]
                                            [36] = 
                                            {
                                                ["y"] = 548200,
                                                ["x"] = -204304.34375,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                ["y"] = 548175.625,
                                                ["x"] = -204284.84375,
                                            }, -- end of [37]
                                            [38] = 
                                            {
                                                ["y"] = 548150.25,
                                                ["x"] = -204266.765625,
                                            }, -- end of [38]
                                            [39] = 
                                            {
                                                ["y"] = 548123.875,
                                                ["x"] = -204250.171875,
                                            }, -- end of [39]
                                            [10] = 
                                            {
                                                ["y"] = 548673.375,
                                                ["x"] = -205184.65625,
                                            }, -- end of [10]
                                            [40] = 
                                            {
                                                ["y"] = 548096.5625,
                                                ["x"] = -204235.09375,
                                            }, -- end of [40]
                                            [41] = 
                                            {
                                                ["y"] = 548031.875,
                                                ["x"] = -204202.609375,
                                            }, -- end of [41]
                                            [42] = 
                                            {
                                                ["y"] = 547753.8125,
                                                ["x"] = -204043.890625,
                                            }, -- end of [42]
                                            [43] = 
                                            {
                                                ["y"] = 547730.5625,
                                                ["x"] = -204029.578125,
                                            }, -- end of [43]
                                            [11] = 
                                            {
                                                ["y"] = 548665.5625,
                                                ["x"] = -205154.421875,
                                            }, -- end of [11]
                                            [44] = 
                                            {
                                                ["y"] = 547708.375,
                                                ["x"] = -204013.6875,
                                            }, -- end of [44]
                                            [45] = 
                                            {
                                                ["y"] = 547687.375,
                                                ["x"] = -203996.3125,
                                            }, -- end of [45]
                                            [46] = 
                                            {
                                                ["y"] = 547667.625,
                                                ["x"] = -203977.53125,
                                            }, -- end of [46]
                                            [3] = 
                                            {
                                                ["y"] = 549026.875,
                                                ["x"] = -206632.671875,
                                            }, -- end of [3]
                                            [12] = 
                                            {
                                                ["y"] = 548656.375,
                                                ["x"] = -205124.578125,
                                            }, -- end of [12]
                                            [48] = 
                                            {
                                                ["y"] = 547542.6875,
                                                ["x"] = -203833.203125,
                                            }, -- end of [48]
                                            [49] = 
                                            {
                                                ["y"] = 547512.625,
                                                ["x"] = -203798.9375,
                                            }, -- end of [49]
                                            [50] = 
                                            {
                                                ["y"] = 547481.25,
                                                ["x"] = -203765.84375,
                                            }, -- end of [50]
                                            [51] = 
                                            {
                                                ["y"] = 547448.6875,
                                                ["x"] = -203733.96875,
                                            }, -- end of [51]
                                            [13] = 
                                            {
                                                ["y"] = 548645.8125,
                                                ["x"] = -205095.171875,
                                            }, -- end of [13]
                                            [52] = 
                                            {
                                                ["y"] = 547414.9375,
                                                ["x"] = -203703.359375,
                                            }, -- end of [52]
                                            [53] = 
                                            {
                                                ["y"] = 547380.0625,
                                                ["x"] = -203674.046875,
                                            }, -- end of [53]
                                            [54] = 
                                            {
                                                ["y"] = 547344.0625,
                                                ["x"] = -203646.078125,
                                            }, -- end of [54]
                                            [55] = 
                                            {
                                                ["y"] = 547307.0625,
                                                ["x"] = -203619.5,
                                            }, -- end of [55]
                                            [14] = 
                                            {
                                                ["y"] = 548634,
                                                ["x"] = -205066.28125,
                                            }, -- end of [14]
                                            [56] = 
                                            {
                                                ["y"] = 547269.0625,
                                                ["x"] = -203594.34375,
                                            }, -- end of [56]
                                            [57] = 
                                            {
                                                ["y"] = 547230.125,
                                                ["x"] = -203570.640625,
                                            }, -- end of [57]
                                            [58] = 
                                            {
                                                ["y"] = 547190.3125,
                                                ["x"] = -203548.4375,
                                            }, -- end of [58]
                                            [59] = 
                                            {
                                                ["y"] = 547149.75,
                                                ["x"] = -203527.765625,
                                            }, -- end of [59]
                                            [15] = 
                                            {
                                                ["y"] = 548620.8125,
                                                ["x"] = -205037.96875,
                                            }, -- end of [15]
                                            [60] = 
                                            {
                                                ["y"] = 547108.375,
                                                ["x"] = -203508.65625,
                                            }, -- end of [60]
                                            [61] = 
                                            {
                                                ["y"] = 547066.3125,
                                                ["x"] = -203491.125,
                                            }, -- end of [61]
                                            [62] = 
                                            {
                                                ["y"] = 546329.25,
                                                ["x"] = -203200.15625,
                                            }, -- end of [62]
                                            [1] = 
                                            {
                                                ["y"] = 549316.6875,
                                                ["x"] = -206952.953125,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 549014.875,
                                                ["x"] = -206616.0625,
                                            }, -- end of [4]
                                            [16] = 
                                            {
                                                ["y"] = 548606.375,
                                                ["x"] = -205010.265625,
                                            }, -- end of [16]
                                            [64] = 
                                            {
                                                ["y"] = 546267.5625,
                                                ["x"] = -203178.859375,
                                            }, -- end of [64]
                                            [65] = 
                                            {
                                                ["y"] = 546236.0625,
                                                ["x"] = -203170.234375,
                                            }, -- end of [65]
                                            [66] = 
                                            {
                                                ["y"] = 546204.25,
                                                ["x"] = -203163,
                                            }, -- end of [66]
                                            [17] = 
                                            {
                                                ["y"] = 548514.8125,
                                                ["x"] = -204843.25,
                                            }, -- end of [17]
                                            [18] = 
                                            {
                                                ["y"] = 548506.0625,
                                                ["x"] = -204826.828125,
                                            }, -- end of [18]
                                            [19] = 
                                            {
                                                ["y"] = 548498.6875,
                                                ["x"] = -204809.734375,
                                            }, -- end of [19]
                                            [5] = 
                                            {
                                                ["y"] = 549004.0625,
                                                ["x"] = -206598.59375,
                                            }, -- end of [5]
                                            [20] = 
                                            {
                                                ["y"] = 548492.75,
                                                ["x"] = -204792.109375,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                ["y"] = 548482.25,
                                                ["x"] = -204755.734375,
                                            }, -- end of [21]
                                            [22] = 
                                            {
                                                ["y"] = 548476.9375,
                                                ["x"] = -204740.171875,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                ["y"] = 548470.3125,
                                                ["x"] = -204725.109375,
                                            }, -- end of [23]
                                            [6] = 
                                            {
                                                ["y"] = 548994.5625,
                                                ["x"] = -206580.390625,
                                            }, -- end of [6]
                                            [24] = 
                                            {
                                                ["y"] = 548462.375,
                                                ["x"] = -204710.65625,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 548435.5,
                                                ["x"] = -204665.828125,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                ["y"] = 548409.6875,
                                                ["x"] = -204620.34375,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 548385.0625,
                                                ["x"] = -204574.25,
                                            }, -- end of [27]
                                            [7] = 
                                            {
                                                ["y"] = 548986.5,
                                                ["x"] = -206561.53125,
                                            }, -- end of [7]
                                            [28] = 
                                            {
                                                ["y"] = 548385.0625,
                                                ["x"] = -204574.25,
                                            }, -- end of [28]
                                            [29] = 
                                            {
                                                ["y"] = 548334.4375,
                                                ["x"] = -204474.53125,
                                            }, -- end of [29]
                                            [30] = 
                                            {
                                                ["y"] = 548319.5,
                                                ["x"] = -204447.140625,
                                            }, -- end of [30]
                                            [63] = 
                                            {
                                                ["y"] = 546298.625,
                                                ["x"] = -203188.828125,
                                            }, -- end of [63]
                                            [47] = 
                                            {
                                                ["y"] = 547649.1875,
                                                ["x"] = -203957.421875,
                                            }, -- end of [47]
                                        }, -- end of [3]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 33,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 565134.21856249,
                                            ["x"] = -217254.55059248,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 8.2222222222222,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 2,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 14,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 2175.4127330049,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 554755.2669194,
                                            ["x"] = -205540.13225513,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 7.1944444444444,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 2,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 3097.5710790573,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 549316.68006365,
                                            ["x"] = -206952.95461901,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 7.1944444444444,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 21,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 3920.9669777309,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 546204.24975586,
                                            ["x"] = -203163.00128174,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 7.1944444444444,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 2,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 565134.21856249,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Resupply Armor Group 2",
                                        ["unitId"] = 21,
                                        ["heading"] = -0.72502513057626,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -217254.55059248,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 565136.08760428,
                                        ["type"] = "M978 HEMTT Tanker",
                                        ["name"] = "Unit #021",
                                        ["unitId"] = 22,
                                        ["heading"] = -0.72502513057626,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -217284.4995855,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 565137.94494629,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #022",
                                        ["unitId"] = 23,
                                        ["heading"] = -0.72502513057626,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -217314.43667603,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 565140.15276522,
                                        ["type"] = "HEMTT TFFT",
                                        ["name"] = "Unit #023",
                                        ["unitId"] = 24,
                                        ["heading"] = -0.72502513057626,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -217344.34764744,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 565142.75317383,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #024",
                                        ["unitId"] = 25,
                                        ["heading"] = -0.72502513057626,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -217374.21888733,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 565145.83435059,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #025",
                                        ["unitId"] = 26,
                                        ["heading"] = -0.72502513057626,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -217404.06677246,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 565149.39238923,
                                        ["type"] = "HEMTT TFFT",
                                        ["name"] = "Unit #026",
                                        ["unitId"] = 27,
                                        ["heading"] = -0.72502513057626,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -217433.85005833,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 565153.34191895,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #027",
                                        ["unitId"] = 28,
                                        ["heading"] = -0.72502513057626,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -217463.58273315,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 565157.76647949,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #028",
                                        ["unitId"] = 29,
                                        ["heading"] = -0.72502513057626,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -217493.24154663,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 565162.66594881,
                                        ["type"] = "M978 HEMTT Tanker",
                                        ["name"] = "Unit #029",
                                        ["unitId"] = 30,
                                        ["heading"] = -0.72502513057626,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -217522.82643772,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["y"] = 565167.98528474,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Unit #030",
                                        ["unitId"] = 31,
                                        ["heading"] = -0.72502513057626,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -217552.35384251,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        ["y"] = 565173.71801758,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #031",
                                        ["unitId"] = 32,
                                        ["heading"] = -0.72502513057626,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -217581.78765869,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        ["y"] = 565179.95025056,
                                        ["type"] = "M978 HEMTT Tanker",
                                        ["name"] = "Unit #032",
                                        ["unitId"] = 33,
                                        ["heading"] = -0.72502513057626,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -217611.12349583,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        ["y"] = 565186.57128906,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #033",
                                        ["unitId"] = 34,
                                        ["heading"] = -0.72502513057626,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -217640.38739014,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        ["y"] = 565193.68462556,
                                        ["type"] = "M978 HEMTT Tanker",
                                        ["name"] = "Unit #034",
                                        ["unitId"] = 35,
                                        ["heading"] = -0.72502513057626,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -217669.52052952,
                                    }, -- end of [15]
                                    [16] = 
                                    {
                                        ["y"] = 565201.17907715,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #035",
                                        ["unitId"] = 36,
                                        ["heading"] = -0.72502513057626,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -217698.5491333,
                                    }, -- end of [16]
                                    [17] = 
                                    {
                                        ["y"] = 565209.16924471,
                                        ["type"] = "M978 HEMTT Tanker",
                                        ["name"] = "Unit #036",
                                        ["unitId"] = 37,
                                        ["heading"] = -0.72502513057626,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -217727.46288182,
                                    }, -- end of [17]
                                    [18] = 
                                    {
                                        ["y"] = 565217.54138184,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #037",
                                        ["unitId"] = 38,
                                        ["heading"] = -0.72502513057626,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -217756.27252197,
                                    }, -- end of [18]
                                    [19] = 
                                    {
                                        ["y"] = 565226.36755371,
                                        ["type"] = "HEMTT TFFT",
                                        ["name"] = "Unit #038",
                                        ["unitId"] = 39,
                                        ["heading"] = -0.72502513057626,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -217784.92419434,
                                    }, -- end of [19]
                                    [20] = 
                                    {
                                        ["y"] = 565235.59696763,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Unit #039",
                                        ["unitId"] = 41,
                                        ["heading"] = -0.72502513057626,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -217813.46432785,
                                    }, -- end of [20]
                                }, -- end of ["units"]
                                ["y"] = 565134.21856249,
                                ["x"] = -217254.55059248,
                                ["name"] = "Resupply Armor Group 2",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [33] = 
                                            {
                                                ["y"] = 561573.625,
                                                ["x"] = -212379.203125,
                                            }, -- end of [33]
                                            [35] = 
                                            {
                                                ["y"] = 561553.8125,
                                                ["x"] = -212355.140625,
                                            }, -- end of [35]
                                            [37] = 
                                            {
                                                ["y"] = 561479,
                                                ["x"] = -212213.5,
                                            }, -- end of [37]
                                            [39] = 
                                            {
                                                ["y"] = 561449.0625,
                                                ["x"] = -212161.046875,
                                            }, -- end of [39]
                                            [41] = 
                                            {
                                                ["y"] = 561415.3125,
                                                ["x"] = -212110.96875,
                                            }, -- end of [41]
                                            [43] = 
                                            {
                                                ["y"] = 560742.25,
                                                ["x"] = -211192.78125,
                                            }, -- end of [43]
                                            [45] = 
                                            {
                                                ["y"] = 560689.875,
                                                ["x"] = -211134.3125,
                                            }, -- end of [45]
                                            [47] = 
                                            {
                                                ["y"] = 560632.0625,
                                                ["x"] = -211081.265625,
                                            }, -- end of [47]
                                            [49] = 
                                            {
                                                ["y"] = 560569.25,
                                                ["x"] = -211034.140625,
                                            }, -- end of [49]
                                            [51] = 
                                            {
                                                ["y"] = 560267.3125,
                                                ["x"] = -210829.796875,
                                            }, -- end of [51]
                                            [53] = 
                                            {
                                                ["y"] = 560246.4375,
                                                ["x"] = -210819.015625,
                                            }, -- end of [53]
                                            [55] = 
                                            {
                                                ["y"] = 560223.6875,
                                                ["x"] = -210813.375,
                                            }, -- end of [55]
                                            [57] = 
                                            {
                                                ["y"] = 559964.5,
                                                ["x"] = -210835.296875,
                                            }, -- end of [57]
                                            [59] = 
                                            {
                                                ["y"] = 559938,
                                                ["x"] = -210834.25,
                                            }, -- end of [59]
                                            [61] = 
                                            {
                                                ["y"] = 559912.6875,
                                                ["x"] = -210826.265625,
                                            }, -- end of [61]
                                            [63] = 
                                            {
                                                ["y"] = 559890.375,
                                                ["x"] = -210811.9375,
                                            }, -- end of [63]
                                            [66] = 
                                            {
                                                ["y"] = 559309.625,
                                                ["x"] = -210167.5,
                                            }, -- end of [66]
                                            [70] = 
                                            {
                                                ["y"] = 559214,
                                                ["x"] = -210030.015625,
                                            }, -- end of [70]
                                            [74] = 
                                            {
                                                ["y"] = 558624.75,
                                                ["x"] = -209012.90625,
                                            }, -- end of [74]
                                            [78] = 
                                            {
                                                ["y"] = 558498.0625,
                                                ["x"] = -208838.578125,
                                            }, -- end of [78]
                                            [82] = 
                                            {
                                                ["y"] = 557567.375,
                                                ["x"] = -207316.125,
                                            }, -- end of [82]
                                            [86] = 
                                            {
                                                ["y"] = 557418,
                                                ["x"] = -207116.171875,
                                            }, -- end of [86]
                                            [90] = 
                                            {
                                                ["y"] = 557245,
                                                ["x"] = -206936.359375,
                                            }, -- end of [90]
                                            [94] = 
                                            {
                                                ["y"] = 556374.3125,
                                                ["x"] = -206180.734375,
                                            }, -- end of [94]
                                            [98] = 
                                            {
                                                ["y"] = 556297.6875,
                                                ["x"] = -206079.453125,
                                            }, -- end of [98]
                                            [102] = 
                                            {
                                                ["y"] = 556199,
                                                ["x"] = -205878.578125,
                                            }, -- end of [102]
                                            [106] = 
                                            {
                                                ["y"] = 556157.875,
                                                ["x"] = -205839.609375,
                                            }, -- end of [106]
                                            [110] = 
                                            {
                                                ["y"] = 556103,
                                                ["x"] = -205825.671875,
                                            }, -- end of [110]
                                            [114] = 
                                            {
                                                ["y"] = 556002.1875,
                                                ["x"] = -205835.015625,
                                            }, -- end of [114]
                                            [118] = 
                                            {
                                                ["y"] = 555944.8125,
                                                ["x"] = -205817.140625,
                                            }, -- end of [118]
                                            [122] = 
                                            {
                                                ["y"] = 555817,
                                                ["x"] = -205751.984375,
                                            }, -- end of [122]
                                            [126] = 
                                            {
                                                ["y"] = 555763.625,
                                                ["x"] = -205755.203125,
                                            }, -- end of [126]
                                            [132] = 
                                            {
                                                ["y"] = 555640,
                                                ["x"] = -205792.640625,
                                            }, -- end of [132]
                                            [140] = 
                                            {
                                                ["y"] = 555390.75,
                                                ["x"] = -205670.25,
                                            }, -- end of [140]
                                            [148] = 
                                            {
                                                ["y"] = 555254.4375,
                                                ["x"] = -205374.234375,
                                            }, -- end of [148]
                                            [1] = 
                                            {
                                                ["y"] = 563166.6875,
                                                ["x"] = -214020.828125,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 563146.0625,
                                                ["x"] = -214002.828125,
                                            }, -- end of [2]
                                            [133] = 
                                            {
                                                ["y"] = 555622.9375,
                                                ["x"] = -205791.671875,
                                            }, -- end of [133]
                                            [141] = 
                                            {
                                                ["y"] = 555378.9375,
                                                ["x"] = -205658.171875,
                                            }, -- end of [141]
                                            [149] = 
                                            {
                                                ["y"] = 555249.8125,
                                                ["x"] = -205373.09375,
                                            }, -- end of [149]
                                            [3] = 
                                            {
                                                ["y"] = 563124.5,
                                                ["x"] = -213985.96875,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 563102.0625,
                                                ["x"] = -213970.328125,
                                            }, -- end of [4]
                                            [67] = 
                                            {
                                                ["y"] = 559283.5625,
                                                ["x"] = -210134.671875,
                                            }, -- end of [67]
                                            [71] = 
                                            {
                                                ["y"] = 559193.8125,
                                                ["x"] = -209993.28125,
                                            }, -- end of [71]
                                            [75] = 
                                            {
                                                ["y"] = 558591.3125,
                                                ["x"] = -208970.625,
                                            }, -- end of [75]
                                            [5] = 
                                            {
                                                ["y"] = 563078.75,
                                                ["x"] = -213955.9375,
                                            }, -- end of [5]
                                            [83] = 
                                            {
                                                ["y"] = 557532.375,
                                                ["x"] = -207264.421875,
                                            }, -- end of [83]
                                            [87] = 
                                            {
                                                ["y"] = 557376.875,
                                                ["x"] = -207069.21875,
                                            }, -- end of [87]
                                            [91] = 
                                            {
                                                ["y"] = 557198.3125,
                                                ["x"] = -206894.890625,
                                            }, -- end of [91]
                                            [6] = 
                                            {
                                                ["y"] = 563054.6875,
                                                ["x"] = -213942.84375,
                                            }, -- end of [6]
                                            [99] = 
                                            {
                                                ["y"] = 556282,
                                                ["x"] = -206051.78125,
                                            }, -- end of [99]
                                            [103] = 
                                            {
                                                ["y"] = 556190.6875,
                                                ["x"] = -205866.9375,
                                            }, -- end of [103]
                                            [107] = 
                                            {
                                                ["y"] = 556144.9375,
                                                ["x"] = -205833.515625,
                                            }, -- end of [107]
                                            [7] = 
                                            {
                                                ["y"] = 563030,
                                                ["x"] = -213931.078125,
                                            }, -- end of [7]
                                            [115] = 
                                            {
                                                ["y"] = 555987.1875,
                                                ["x"] = -205832.9375,
                                            }, -- end of [115]
                                            [119] = 
                                            {
                                                ["y"] = 555854.875,
                                                ["x"] = -205765.640625,
                                            }, -- end of [119]
                                            [123] = 
                                            {
                                                ["y"] = 555803.625,
                                                ["x"] = -205750.453125,
                                            }, -- end of [123]
                                            [8] = 
                                            {
                                                ["y"] = 563004.6875,
                                                ["x"] = -213920.703125,
                                            }, -- end of [8]
                                            [134] = 
                                            {
                                                ["y"] = 555606,
                                                ["x"] = -205788.953125,
                                            }, -- end of [134]
                                            [9] = 
                                            {
                                                ["y"] = 562873.875,
                                                ["x"] = -213871.109375,
                                            }, -- end of [9]
                                            [150] = 
                                            {
                                                ["y"] = 555245.125,
                                                ["x"] = -205373.8125,
                                            }, -- end of [150]
                                            [10] = 
                                            {
                                                ["y"] = 562829.125,
                                                ["x"] = -213853.078125,
                                            }, -- end of [10]
                                            [11] = 
                                            {
                                                ["y"] = 562785.0625,
                                                ["x"] = -213833.265625,
                                            }, -- end of [11]
                                            [12] = 
                                            {
                                                ["y"] = 562741.875,
                                                ["x"] = -213811.6875,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                ["y"] = 562699.5625,
                                                ["x"] = -213788.390625,
                                            }, -- end of [13]
                                            [14] = 
                                            {
                                                ["y"] = 562658.25,
                                                ["x"] = -213763.421875,
                                            }, -- end of [14]
                                            [15] = 
                                            {
                                                ["y"] = 562617.9375,
                                                ["x"] = -213736.796875,
                                            }, -- end of [15]
                                            [16] = 
                                            {
                                                ["y"] = 562578.75,
                                                ["x"] = -213708.578125,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 562540.75,
                                                ["x"] = -213678.8125,
                                            }, -- end of [17]
                                            [18] = 
                                            {
                                                ["y"] = 562503.9375,
                                                ["x"] = -213647.53125,
                                            }, -- end of [18]
                                            [19] = 
                                            {
                                                ["y"] = 562468.4375,
                                                ["x"] = -213614.796875,
                                            }, -- end of [19]
                                            [20] = 
                                            {
                                                ["y"] = 562434.3125,
                                                ["x"] = -213580.65625,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                ["y"] = 562401.5625,
                                                ["x"] = -213545.1875,
                                            }, -- end of [21]
                                            [22] = 
                                            {
                                                ["y"] = 562370.25,
                                                ["x"] = -213508.421875,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                ["y"] = 562340.4375,
                                                ["x"] = -213470.421875,
                                            }, -- end of [23]
                                            [24] = 
                                            {
                                                ["y"] = 562312.1875,
                                                ["x"] = -213431.25,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 562285.5625,
                                                ["x"] = -213390.984375,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                ["y"] = 562260.5625,
                                                ["x"] = -213349.671875,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 562237.25,
                                                ["x"] = -213307.390625,
                                            }, -- end of [27]
                                            [28] = 
                                            {
                                                ["y"] = 562215.625,
                                                ["x"] = -213264.203125,
                                            }, -- end of [28]
                                            [29] = 
                                            {
                                                ["y"] = 562195.75,
                                                ["x"] = -213220.171875,
                                            }, -- end of [29]
                                            [30] = 
                                            {
                                                ["y"] = 562031.9375,
                                                ["x"] = -212836.296875,
                                            }, -- end of [30]
                                            [31] = 
                                            {
                                                ["y"] = 562027.3125,
                                                ["x"] = -212827.890625,
                                            }, -- end of [31]
                                            [32] = 
                                            {
                                                ["y"] = 562021.125,
                                                ["x"] = -212820.515625,
                                            }, -- end of [32]
                                            [34] = 
                                            {
                                                ["y"] = 561563.125,
                                                ["x"] = -212367.6875,
                                            }, -- end of [34]
                                            [36] = 
                                            {
                                                ["y"] = 561545.875,
                                                ["x"] = -212341.671875,
                                            }, -- end of [36]
                                            [38] = 
                                            {
                                                ["y"] = 561464.5,
                                                ["x"] = -212186.984375,
                                            }, -- end of [38]
                                            [40] = 
                                            {
                                                ["y"] = 561432.6875,
                                                ["x"] = -212135.6875,
                                            }, -- end of [40]
                                            [42] = 
                                            {
                                                ["y"] = 560766.1875,
                                                ["x"] = -211223.875,
                                            }, -- end of [42]
                                            [44] = 
                                            {
                                                ["y"] = 560716.75,
                                                ["x"] = -211162.90625,
                                            }, -- end of [44]
                                            [46] = 
                                            {
                                                ["y"] = 560661.625,
                                                ["x"] = -211107.078125,
                                            }, -- end of [46]
                                            [48] = 
                                            {
                                                ["y"] = 560601.25,
                                                ["x"] = -211056.921875,
                                            }, -- end of [48]
                                            [50] = 
                                            {
                                                ["y"] = 560340,
                                                ["x"] = -210879.015625,
                                            }, -- end of [50]
                                            [52] = 
                                            {
                                                ["y"] = 560257.1875,
                                                ["x"] = -210823.796875,
                                            }, -- end of [52]
                                            [54] = 
                                            {
                                                ["y"] = 560235.25,
                                                ["x"] = -210815.53125,
                                            }, -- end of [54]
                                            [56] = 
                                            {
                                                ["y"] = 560184.625,
                                                ["x"] = -210809.03125,
                                            }, -- end of [56]
                                            [58] = 
                                            {
                                                ["y"] = 559951.1875,
                                                ["x"] = -210835.65625,
                                            }, -- end of [58]
                                            [60] = 
                                            {
                                                ["y"] = 559925.0625,
                                                ["x"] = -210831.09375,
                                            }, -- end of [60]
                                            [62] = 
                                            {
                                                ["y"] = 559901.0625,
                                                ["x"] = -210819.84375,
                                            }, -- end of [62]
                                            [64] = 
                                            {
                                                ["y"] = 559880.875,
                                                ["x"] = -210802.6875,
                                            }, -- end of [64]
                                            [68] = 
                                            {
                                                ["y"] = 559258.9375,
                                                ["x"] = -210100.765625,
                                            }, -- end of [68]
                                            [72] = 
                                            {
                                                ["y"] = 558829.625,
                                                ["x"] = -209296.921875,
                                            }, -- end of [72]
                                            [76] = 
                                            {
                                                ["y"] = 558559.0625,
                                                ["x"] = -208927.453125,
                                            }, -- end of [76]
                                            [80] = 
                                            {
                                                ["y"] = 558380.8125,
                                                ["x"] = -208647.734375,
                                            }, -- end of [80]
                                            [84] = 
                                            {
                                                ["y"] = 557495.8125,
                                                ["x"] = -207213.828125,
                                            }, -- end of [84]
                                            [88] = 
                                            {
                                                ["y"] = 557334.3125,
                                                ["x"] = -207023.5625,
                                            }, -- end of [88]
                                            [92] = 
                                            {
                                                ["y"] = 556420.1875,
                                                ["x"] = -206224.75,
                                            }, -- end of [92]
                                            [96] = 
                                            {
                                                ["y"] = 556333.3125,
                                                ["x"] = -206132.125,
                                            }, -- end of [96]
                                            [100] = 
                                            {
                                                ["y"] = 556267.8125,
                                                ["x"] = -206023.3125,
                                            }, -- end of [100]
                                            [104] = 
                                            {
                                                ["y"] = 556180.9375,
                                                ["x"] = -205856.453125,
                                            }, -- end of [104]
                                            [108] = 
                                            {
                                                ["y"] = 556131.375,
                                                ["x"] = -205829.125,
                                            }, -- end of [108]
                                            [112] = 
                                            {
                                                ["y"] = 556032.4375,
                                                ["x"] = -205834.265625,
                                            }, -- end of [112]
                                            [116] = 
                                            {
                                                ["y"] = 555972.5625,
                                                ["x"] = -205829.21875,
                                            }, -- end of [116]
                                            [120] = 
                                            {
                                                ["y"] = 555842.8125,
                                                ["x"] = -205759.640625,
                                            }, -- end of [120]
                                            [124] = 
                                            {
                                                ["y"] = 555790.125,
                                                ["x"] = -205750.484375,
                                            }, -- end of [124]
                                            [128] = 
                                            {
                                                ["y"] = 555706.6875,
                                                ["x"] = -205779,
                                            }, -- end of [128]
                                            [136] = 
                                            {
                                                ["y"] = 555573.5,
                                                ["x"] = -205778.375,
                                            }, -- end of [136]
                                            [144] = 
                                            {
                                                ["y"] = 555352.5,
                                                ["x"] = -205615.171875,
                                            }, -- end of [144]
                                            [152] = 
                                            {
                                                ["y"] = 553256.0625,
                                                ["x"] = -206059.796875,
                                            }, -- end of [152]
                                            [129] = 
                                            {
                                                ["y"] = 555690.625,
                                                ["x"] = -205784.984375,
                                            }, -- end of [129]
                                            [137] = 
                                            {
                                                ["y"] = 555558.25,
                                                ["x"] = -205770.625,
                                            }, -- end of [137]
                                            [145] = 
                                            {
                                                ["y"] = 555296.0625,
                                                ["x"] = -205474.75,
                                            }, -- end of [145]
                                            [65] = 
                                            {
                                                ["y"] = 559337.0625,
                                                ["x"] = -210199.21875,
                                            }, -- end of [65]
                                            [69] = 
                                            {
                                                ["y"] = 559235.6875,
                                                ["x"] = -210065.859375,
                                            }, -- end of [69]
                                            [73] = 
                                            {
                                                ["y"] = 558719.375,
                                                ["x"] = -209129.390625,
                                            }, -- end of [73]
                                            [77] = 
                                            {
                                                ["y"] = 558527.9375,
                                                ["x"] = -208883.421875,
                                            }, -- end of [77]
                                            [81] = 
                                            {
                                                ["y"] = 557600.6875,
                                                ["x"] = -207368.90625,
                                            }, -- end of [81]
                                            [85] = 
                                            {
                                                ["y"] = 557457.6875,
                                                ["x"] = -207164.390625,
                                            }, -- end of [85]
                                            [89] = 
                                            {
                                                ["y"] = 557290.3125,
                                                ["x"] = -206979.265625,
                                            }, -- end of [89]
                                            [93] = 
                                            {
                                                ["y"] = 556396.6875,
                                                ["x"] = -206203.34375,
                                            }, -- end of [93]
                                            [97] = 
                                            {
                                                ["y"] = 556314.8125,
                                                ["x"] = -206106.265625,
                                            }, -- end of [97]
                                            [101] = 
                                            {
                                                ["y"] = 556205.75,
                                                ["x"] = -205891.171875,
                                            }, -- end of [101]
                                            [105] = 
                                            {
                                                ["y"] = 556169.9375,
                                                ["x"] = -205847.296875,
                                            }, -- end of [105]
                                            [109] = 
                                            {
                                                ["y"] = 556117.3125,
                                                ["x"] = -205826.484375,
                                            }, -- end of [109]
                                            [113] = 
                                            {
                                                ["y"] = 556017.375,
                                                ["x"] = -205835.46875,
                                            }, -- end of [113]
                                            [117] = 
                                            {
                                                ["y"] = 555958.375,
                                                ["x"] = -205823.9375,
                                            }, -- end of [117]
                                            [121] = 
                                            {
                                                ["y"] = 555830.125,
                                                ["x"] = -205755.0625,
                                            }, -- end of [121]
                                            [125] = 
                                            {
                                                ["y"] = 555776.75,
                                                ["x"] = -205752.078125,
                                            }, -- end of [125]
                                            [130] = 
                                            {
                                                ["y"] = 555674.0625,
                                                ["x"] = -205789.28125,
                                            }, -- end of [130]
                                            [138] = 
                                            {
                                                ["y"] = 555418,
                                                ["x"] = -205690.15625,
                                            }, -- end of [138]
                                            [146] = 
                                            {
                                                ["y"] = 555260.6875,
                                                ["x"] = -205381.109375,
                                            }, -- end of [146]
                                            [151] = 
                                            {
                                                ["y"] = 554513.6875,
                                                ["x"] = -205622.390625,
                                            }, -- end of [151]
                                            [147] = 
                                            {
                                                ["y"] = 555258.25,
                                                ["x"] = -205377.0625,
                                            }, -- end of [147]
                                            [143] = 
                                            {
                                                ["y"] = 555359.6875,
                                                ["x"] = -205630.453125,
                                            }, -- end of [143]
                                            [142] = 
                                            {
                                                ["y"] = 555368.5625,
                                                ["x"] = -205644.84375,
                                            }, -- end of [142]
                                            [139] = 
                                            {
                                                ["y"] = 555403.8125,
                                                ["x"] = -205680.96875,
                                            }, -- end of [139]
                                            [135] = 
                                            {
                                                ["y"] = 555589.5,
                                                ["x"] = -205784.5,
                                            }, -- end of [135]
                                            [131] = 
                                            {
                                                ["y"] = 555657.125,
                                                ["x"] = -205791.84375,
                                            }, -- end of [131]
                                            [127] = 
                                            {
                                                ["y"] = 555751,
                                                ["x"] = -205759.828125,
                                            }, -- end of [127]
                                            [111] = 
                                            {
                                                ["y"] = 556088.75,
                                                ["x"] = -205826.671875,
                                            }, -- end of [111]
                                            [95] = 
                                            {
                                                ["y"] = 556353.125,
                                                ["x"] = -206156.96875,
                                            }, -- end of [95]
                                            [79] = 
                                            {
                                                ["y"] = 558469.375,
                                                ["x"] = -208792.953125,
                                            }, -- end of [79]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [27] = 
                                            {
                                                ["y"] = 552591.5625,
                                                ["x"] = -205095.71875,
                                            }, -- end of [27]
                                            [2] = 
                                            {
                                                ["y"] = 553195.3125,
                                                ["x"] = -206080.890625,
                                            }, -- end of [2]
                                            [38] = 
                                            {
                                                ["y"] = 552308.875,
                                                ["x"] = -205047.984375,
                                            }, -- end of [38]
                                            [3] = 
                                            {
                                                ["y"] = 553190.6875,
                                                ["x"] = -206081.546875,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 553186.125,
                                                ["x"] = -206080.390625,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 553182.375,
                                                ["x"] = -206077.59375,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                ["y"] = 553179.9375,
                                                ["x"] = -206073.5625,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                ["y"] = 552951.875,
                                                ["x"] = -205402.234375,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                ["y"] = 552914.0625,
                                                ["x"] = -205299.1875,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                ["y"] = 552904.875,
                                                ["x"] = -205283.1875,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                ["y"] = 552890.875,
                                                ["x"] = -205271.171875,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                ["y"] = 552873.6875,
                                                ["x"] = -205264.484375,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                ["y"] = 552561.625,
                                                ["x"] = -205254.5,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                ["y"] = 552552.1875,
                                                ["x"] = -205243.84375,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                ["y"] = 552570.3125,
                                                ["x"] = -205170.796875,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                ["y"] = 552591.5625,
                                                ["x"] = -205091.109375,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                ["y"] = 552486.25,
                                                ["x"] = -205065.625,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                ["y"] = 552124.5625,
                                                ["x"] = -205113.34375,
                                            }, -- end of [40]
                                            [33] = 
                                            {
                                                ["y"] = 552444.9375,
                                                ["x"] = -205056.984375,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                ["y"] = 552104.6875,
                                                ["x"] = -205119.5625,
                                            }, -- end of [41]
                                            [17] = 
                                            {
                                                ["y"] = 552557.875,
                                                ["x"] = -205253.5,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                ["y"] = 552554.5,
                                                ["x"] = -205224.4375,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                ["y"] = 552575.75,
                                                ["x"] = -205153.1875,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                ["y"] = 552589.8125,
                                                ["x"] = -205086.828125,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                ["y"] = 552376.9375,
                                                ["x"] = -205045.734375,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                ["y"] = 552084.375,
                                                ["x"] = -205124.125,
                                            }, -- end of [42]
                                            [9] = 
                                            {
                                                ["y"] = 552910.1875,
                                                ["x"] = -205290.796875,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                ["y"] = 552898.375,
                                                ["x"] = -205276.578125,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                ["y"] = 552882.5625,
                                                ["x"] = -205267.09375,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                ["y"] = 552864.5,
                                                ["x"] = -205263.421875,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                ["y"] = 552554.6875,
                                                ["x"] = -205251.125,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                ["y"] = 552555.9375,
                                                ["x"] = -205215.671875,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                ["y"] = 552580.625,
                                                ["x"] = -205135.421875,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                ["y"] = 552586.5625,
                                                ["x"] = -205083.5625,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                ["y"] = 552342.8125,
                                                ["x"] = -205043.3125,
                                            }, -- end of [36]
                                            [44] = 
                                            {
                                                ["y"] = 552043,
                                                ["x"] = -205128.15625,
                                            }, -- end of [44]
                                            [47] = 
                                            {
                                                ["y"] = 551979.8125,
                                                ["x"] = -205122,
                                            }, -- end of [47]
                                            [46] = 
                                            {
                                                ["y"] = 552001.5625,
                                                ["x"] = -205125.3125,
                                            }, -- end of [46]
                                            [39] = 
                                            {
                                                ["y"] = 552292.5,
                                                ["x"] = -205052.9375,
                                            }, -- end of [39]
                                            [43] = 
                                            {
                                                ["y"] = 552063.8125,
                                                ["x"] = -205127,
                                            }, -- end of [43]
                                            [37] = 
                                            {
                                                ["y"] = 552325.75,
                                                ["x"] = -205044.765625,
                                            }, -- end of [37]
                                            [45] = 
                                            {
                                                ["y"] = 552022.25,
                                                ["x"] = -205127.59375,
                                            }, -- end of [45]
                                            [35] = 
                                            {
                                                ["y"] = 552359.9375,
                                                ["x"] = -205043.640625,
                                            }, -- end of [35]
                                            [1] = 
                                            {
                                                ["y"] = 553256.0625,
                                                ["x"] = -206059.796875,
                                            }, -- end of [1]
                                            [19] = 
                                            {
                                                ["y"] = 552552.75,
                                                ["x"] = -205247.734375,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                ["y"] = 552558.1875,
                                                ["x"] = -205207.09375,
                                            }, -- end of [23]
                                            [31] = 
                                            {
                                                ["y"] = 552582.25,
                                                ["x"] = -205081.78125,
                                            }, -- end of [31]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [127] = 
                                            {
                                                ["y"] = 551430.5625,
                                                ["x"] = -201079.484375,
                                            }, -- end of [127]
                                            [158] = 
                                            {
                                                ["y"] = 550614.0625,
                                                ["x"] = -203419.75,
                                            }, -- end of [158]
                                            [190] = 
                                            {
                                                ["y"] = 552104.6875,
                                                ["x"] = -205119.5625,
                                            }, -- end of [190]
                                            [222] = 
                                            {
                                                ["y"] = 554134.375,
                                                ["x"] = -205041.203125,
                                            }, -- end of [222]
                                            [1] = 
                                            {
                                                ["y"] = 545049.0625,
                                                ["x"] = -198166.09375,
                                            }, -- end of [1]
                                            [316] = 
                                            {
                                                ["y"] = 557600.6875,
                                                ["x"] = -207368.90625,
                                            }, -- end of [316]
                                            [380] = 
                                            {
                                                ["y"] = 562540.75,
                                                ["x"] = -213678.8125,
                                            }, -- end of [380]
                                            [444] = 
                                            {
                                                ["y"] = 565141.625,
                                                ["x"] = -217362.140625,
                                            }, -- end of [444]
                                            [2] = 
                                            {
                                                ["y"] = 545432.5625,
                                                ["x"] = -198242.234375,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 545486.875,
                                                ["x"] = -198252.046875,
                                            }, -- end of [3]
                                            [511] = 
                                            {
                                                ["y"] = 569531.5625,
                                                ["x"] = -222546.171875,
                                            }, -- end of [511]
                                            [4] = 
                                            {
                                                ["y"] = 545541.5,
                                                ["x"] = -198259.984375,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 545596.3125,
                                                ["x"] = -198266.03125,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                ["y"] = 545651.3125,
                                                ["x"] = -198270.171875,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                ["y"] = 545706.4375,
                                                ["x"] = -198272.421875,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                ["y"] = 545890,
                                                ["x"] = -198276.734375,
                                            }, -- end of [8]
                                            [159] = 
                                            {
                                                ["y"] = 550612.6875,
                                                ["x"] = -203430.9375,
                                            }, -- end of [159]
                                            [12] = 
                                            {
                                                ["y"] = 545996.9375,
                                                ["x"] = -198289.796875,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                ["y"] = 546666.5625,
                                                ["x"] = -198438.796875,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                ["y"] = 546742.25,
                                                ["x"] = -198450.265625,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                ["y"] = 547611.625,
                                                ["x"] = -198558.125,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                ["y"] = 547827.3125,
                                                ["x"] = -198614.3125,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                ["y"] = 548678.125,
                                                ["x"] = -198895.34375,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                ["y"] = 548886.9375,
                                                ["x"] = -198997.734375,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                ["y"] = 549674.1875,
                                                ["x"] = -199576.640625,
                                            }, -- end of [40]
                                            [48] = 
                                            {
                                                ["y"] = 550887.8125,
                                                ["x"] = -200178.375,
                                            }, -- end of [48]
                                            [56] = 
                                            {
                                                ["y"] = 551076,
                                                ["x"] = -200172.21875,
                                            }, -- end of [56]
                                            [64] = 
                                            {
                                                ["y"] = 551497.75,
                                                ["x"] = -199817.046875,
                                            }, -- end of [64]
                                            [80] = 
                                            {
                                                ["y"] = 551730.8125,
                                                ["x"] = -199918.90625,
                                            }, -- end of [80]
                                            [96] = 
                                            {
                                                ["y"] = 551652.625,
                                                ["x"] = -200414.328125,
                                            }, -- end of [96]
                                            [112] = 
                                            {
                                                ["y"] = 551391.5,
                                                ["x"] = -200731.234375,
                                            }, -- end of [112]
                                            [128] = 
                                            {
                                                ["y"] = 551425.3125,
                                                ["x"] = -201102.390625,
                                            }, -- end of [128]
                                            [160] = 
                                            {
                                                ["y"] = 550612.9375,
                                                ["x"] = -203442.203125,
                                            }, -- end of [160]
                                            [192] = 
                                            {
                                                ["y"] = 552292.5,
                                                ["x"] = -205052.9375,
                                            }, -- end of [192]
                                            [224] = 
                                            {
                                                ["y"] = 554145.5,
                                                ["x"] = -205050.21875,
                                            }, -- end of [224]
                                            [256] = 
                                            {
                                                ["y"] = 555378.9375,
                                                ["x"] = -205658.171875,
                                            }, -- end of [256]
                                            [320] = 
                                            {
                                                ["y"] = 558527.9375,
                                                ["x"] = -208883.421875,
                                            }, -- end of [320]
                                            [384] = 
                                            {
                                                ["y"] = 562699.5625,
                                                ["x"] = -213788.390625,
                                            }, -- end of [384]
                                            [448] = 
                                            {
                                                ["y"] = 565174.4375,
                                                ["x"] = -217585.296875,
                                            }, -- end of [448]
                                            [443] = 
                                            {
                                                ["y"] = 565137.375,
                                                ["x"] = -217305.890625,
                                            }, -- end of [443]
                                            [379] = 
                                            {
                                                ["y"] = 562503.9375,
                                                ["x"] = -213647.53125,
                                            }, -- end of [379]
                                            [315] = 
                                            {
                                                ["y"] = 557567.375,
                                                ["x"] = -207316.125,
                                            }, -- end of [315]
                                            [507] = 
                                            {
                                                ["y"] = 569333.25,
                                                ["x"] = -222424.375,
                                            }, -- end of [507]
                                            [257] = 
                                            {
                                                ["y"] = 555390.75,
                                                ["x"] = -205670.25,
                                            }, -- end of [257]
                                            [321] = 
                                            {
                                                ["y"] = 558559.0625,
                                                ["x"] = -208927.453125,
                                            }, -- end of [321]
                                            [385] = 
                                            {
                                                ["y"] = 562741.875,
                                                ["x"] = -213811.6875,
                                            }, -- end of [385]
                                            [449] = 
                                            {
                                                ["y"] = 565186.5625,
                                                ["x"] = -217640.390625,
                                            }, -- end of [449]
                                            [129] = 
                                            {
                                                ["y"] = 551418.25,
                                                ["x"] = -201124.8125,
                                            }, -- end of [129]
                                            [161] = 
                                            {
                                                ["y"] = 550614.9375,
                                                ["x"] = -203453.3125,
                                            }, -- end of [161]
                                            [193] = 
                                            {
                                                ["y"] = 552308.875,
                                                ["x"] = -205047.984375,
                                            }, -- end of [193]
                                            [225] = 
                                            {
                                                ["y"] = 554152.375,
                                                ["x"] = -205052.375,
                                            }, -- end of [225]
                                            [258] = 
                                            {
                                                ["y"] = 555403.8125,
                                                ["x"] = -205680.96875,
                                            }, -- end of [258]
                                            [322] = 
                                            {
                                                ["y"] = 558591.3125,
                                                ["x"] = -208970.625,
                                            }, -- end of [322]
                                            [386] = 
                                            {
                                                ["y"] = 562785.0625,
                                                ["x"] = -213833.265625,
                                            }, -- end of [386]
                                            [450] = 
                                            {
                                                ["y"] = 565200.25,
                                                ["x"] = -217695.125,
                                            }, -- end of [450]
                                            [223] = 
                                            {
                                                ["y"] = 554139.375,
                                                ["x"] = -205046.421875,
                                            }, -- end of [223]
                                            [318] = 
                                            {
                                                ["y"] = 558469.375,
                                                ["x"] = -208792.953125,
                                            }, -- end of [318]
                                            [259] = 
                                            {
                                                ["y"] = 555418,
                                                ["x"] = -205690.15625,
                                            }, -- end of [259]
                                            [97] = 
                                            {
                                                ["y"] = 551634.3125,
                                                ["x"] = -200441.59375,
                                            }, -- end of [97]
                                            [65] = 
                                            {
                                                ["y"] = 551513.0625,
                                                ["x"] = -199809.71875,
                                            }, -- end of [65]
                                            [81] = 
                                            {
                                                ["y"] = 551736.0625,
                                                ["x"] = -199931.15625,
                                            }, -- end of [81]
                                            [387] = 
                                            {
                                                ["y"] = 562829.125,
                                                ["x"] = -213853.078125,
                                            }, -- end of [387]
                                            [113] = 
                                            {
                                                ["y"] = 551387.5625,
                                                ["x"] = -200751.96875,
                                            }, -- end of [113]
                                            [130] = 
                                            {
                                                ["y"] = 551409.4375,
                                                ["x"] = -201146.609375,
                                            }, -- end of [130]
                                            [162] = 
                                            {
                                                ["y"] = 550618.5625,
                                                ["x"] = -203463.984375,
                                            }, -- end of [162]
                                            [194] = 
                                            {
                                                ["y"] = 552325.75,
                                                ["x"] = -205044.765625,
                                            }, -- end of [194]
                                            [226] = 
                                            {
                                                ["y"] = 554159.625,
                                                ["x"] = -205052.75,
                                            }, -- end of [226]
                                            [260] = 
                                            {
                                                ["y"] = 555558.25,
                                                ["x"] = -205770.625,
                                            }, -- end of [260]
                                            [324] = 
                                            {
                                                ["y"] = 558719.375,
                                                ["x"] = -209129.390625,
                                            }, -- end of [324]
                                            [388] = 
                                            {
                                                ["y"] = 562873.875,
                                                ["x"] = -213871.109375,
                                            }, -- end of [388]
                                            [452] = 
                                            {
                                                ["y"] = 565232.25,
                                                ["x"] = -217803.3125,
                                            }, -- end of [452]
                                            [510] = 
                                            {
                                                ["y"] = 569480.4375,
                                                ["x"] = -222518.296875,
                                            }, -- end of [510]
                                            [451] = 
                                            {
                                                ["y"] = 565215.5,
                                                ["x"] = -217749.4375,
                                            }, -- end of [451]
                                            [66] = 
                                            {
                                                ["y"] = 551529.0625,
                                                ["x"] = -199804.171875,
                                            }, -- end of [66]
                                            [114] = 
                                            {
                                                ["y"] = 551385.375,
                                                ["x"] = -200772.96875,
                                            }, -- end of [114]
                                            [261] = 
                                            {
                                                ["y"] = 555573.5,
                                                ["x"] = -205778.375,
                                            }, -- end of [261]
                                            [325] = 
                                            {
                                                ["y"] = 558829.625,
                                                ["x"] = -209296.921875,
                                            }, -- end of [325]
                                            [389] = 
                                            {
                                                ["y"] = 563004.6875,
                                                ["x"] = -213920.703125,
                                            }, -- end of [389]
                                            [453] = 
                                            {
                                                ["y"] = 565264.25,
                                                ["x"] = -217901.234375,
                                            }, -- end of [453]
                                            [131] = 
                                            {
                                                ["y"] = 550964,
                                                ["x"] = -202137.75,
                                            }, -- end of [131]
                                            [163] = 
                                            {
                                                ["y"] = 550623.75,
                                                ["x"] = -203474,
                                            }, -- end of [163]
                                            [195] = 
                                            {
                                                ["y"] = 552342.8125,
                                                ["x"] = -205043.3125,
                                            }, -- end of [195]
                                            [227] = 
                                            {
                                                ["y"] = 554166.6875,
                                                ["x"] = -205051.296875,
                                            }, -- end of [227]
                                            [262] = 
                                            {
                                                ["y"] = 555589.5,
                                                ["x"] = -205784.5,
                                            }, -- end of [262]
                                            [326] = 
                                            {
                                                ["y"] = 559193.8125,
                                                ["x"] = -209993.28125,
                                            }, -- end of [326]
                                            [390] = 
                                            {
                                                ["y"] = 563031.3125,
                                                ["x"] = -213931.671875,
                                            }, -- end of [390]
                                            [454] = 
                                            {
                                                ["y"] = 565271.75,
                                                ["x"] = -217921.8125,
                                            }, -- end of [454]
                                            [33] = 
                                            {
                                                ["y"] = 548937.1875,
                                                ["x"] = -199027.0625,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                ["y"] = 549725.5,
                                                ["x"] = -199610.453125,
                                            }, -- end of [41]
                                            [49] = 
                                            {
                                                ["y"] = 550911.0625,
                                                ["x"] = -200184.21875,
                                            }, -- end of [49]
                                            [57] = 
                                            {
                                                ["y"] = 551098.125,
                                                ["x"] = -200163.078125,
                                            }, -- end of [57]
                                            [263] = 
                                            {
                                                ["y"] = 555606,
                                                ["x"] = -205788.953125,
                                            }, -- end of [263]
                                            [82] = 
                                            {
                                                ["y"] = 551739.625,
                                                ["x"] = -199944,
                                            }, -- end of [82]
                                            [98] = 
                                            {
                                                ["y"] = 551614.5,
                                                ["x"] = -200467.828125,
                                            }, -- end of [98]
                                            [455] = 
                                            {
                                                ["y"] = 565280.8125,
                                                ["x"] = -217941.78125,
                                            }, -- end of [455]
                                            [132] = 
                                            {
                                                ["y"] = 550933.8125,
                                                ["x"] = -202206.953125,
                                            }, -- end of [132]
                                            [164] = 
                                            {
                                                ["y"] = 550825.3125,
                                                ["x"] = -203800.078125,
                                            }, -- end of [164]
                                            [196] = 
                                            {
                                                ["y"] = 552359.9375,
                                                ["x"] = -205043.640625,
                                            }, -- end of [196]
                                            [228] = 
                                            {
                                                ["y"] = 554308,
                                                ["x"] = -205002.8125,
                                            }, -- end of [228]
                                            [264] = 
                                            {
                                                ["y"] = 555622.9375,
                                                ["x"] = -205791.671875,
                                            }, -- end of [264]
                                            [328] = 
                                            {
                                                ["y"] = 559235.6875,
                                                ["x"] = -210065.859375,
                                            }, -- end of [328]
                                            [392] = 
                                            {
                                                ["y"] = 563082.4375,
                                                ["x"] = -213958.109375,
                                            }, -- end of [392]
                                            [456] = 
                                            {
                                                ["y"] = 565291.25,
                                                ["x"] = -217961.03125,
                                            }, -- end of [456]
                                            [447] = 
                                            {
                                                ["y"] = 565163.875,
                                                ["x"] = -217529.875,
                                            }, -- end of [447]
                                            [323] = 
                                            {
                                                ["y"] = 558624.75,
                                                ["x"] = -209012.90625,
                                            }, -- end of [323]
                                            [319] = 
                                            {
                                                ["y"] = 558498.0625,
                                                ["x"] = -208838.578125,
                                            }, -- end of [319]
                                            [391] = 
                                            {
                                                ["y"] = 563057.25,
                                                ["x"] = -213944.140625,
                                            }, -- end of [391]
                                            [265] = 
                                            {
                                                ["y"] = 555640,
                                                ["x"] = -205792.640625,
                                            }, -- end of [265]
                                            [329] = 
                                            {
                                                ["y"] = 559258.9375,
                                                ["x"] = -210100.765625,
                                            }, -- end of [329]
                                            [393] = 
                                            {
                                                ["y"] = 563106.8125,
                                                ["x"] = -213973.5,
                                            }, -- end of [393]
                                            [457] = 
                                            {
                                                ["y"] = 565303.125,
                                                ["x"] = -217979.46875,
                                            }, -- end of [457]
                                            [133] = 
                                            {
                                                ["y"] = 550905.1875,
                                                ["x"] = -202276.8125,
                                            }, -- end of [133]
                                            [165] = 
                                            {
                                                ["y"] = 550846.1875,
                                                ["x"] = -203836.765625,
                                            }, -- end of [165]
                                            [197] = 
                                            {
                                                ["y"] = 552376.9375,
                                                ["x"] = -205045.734375,
                                            }, -- end of [197]
                                            [229] = 
                                            {
                                                ["y"] = 554312.9375,
                                                ["x"] = -205002.15625,
                                            }, -- end of [229]
                                            [266] = 
                                            {
                                                ["y"] = 555657.125,
                                                ["x"] = -205791.84375,
                                            }, -- end of [266]
                                            [330] = 
                                            {
                                                ["y"] = 559283.5625,
                                                ["x"] = -210134.671875,
                                            }, -- end of [330]
                                            [394] = 
                                            {
                                                ["y"] = 563130.25,
                                                ["x"] = -213990.265625,
                                            }, -- end of [394]
                                            [458] = 
                                            {
                                                ["y"] = 565316.25,
                                                ["x"] = -217997,
                                            }, -- end of [458]
                                            [255] = 
                                            {
                                                ["y"] = 555368.5625,
                                                ["x"] = -205644.84375,
                                            }, -- end of [255]
                                            [267] = 
                                            {
                                                ["y"] = 555674.0625,
                                                ["x"] = -205789.28125,
                                            }, -- end of [267]
                                            [99] = 
                                            {
                                                ["y"] = 551593.25,
                                                ["x"] = -200492.921875,
                                            }, -- end of [99]
                                            [270] = 
                                            {
                                                ["y"] = 555751,
                                                ["x"] = -205759.828125,
                                            }, -- end of [270]
                                            [67] = 
                                            {
                                                ["y"] = 551545.625,
                                                ["x"] = -199800.46875,
                                            }, -- end of [67]
                                            [83] = 
                                            {
                                                ["y"] = 551741.4375,
                                                ["x"] = -199957.203125,
                                            }, -- end of [83]
                                            [395] = 
                                            {
                                                ["y"] = 563152.625,
                                                ["x"] = -214008.359375,
                                            }, -- end of [395]
                                            [459] = 
                                            {
                                                ["y"] = 565330.6875,
                                                ["x"] = -218013.515625,
                                            }, -- end of [459]
                                            [134] = 
                                            {
                                                ["y"] = 550878.1875,
                                                ["x"] = -202347.328125,
                                            }, -- end of [134]
                                            [166] = 
                                            {
                                                ["y"] = 550891.3125,
                                                ["x"] = -203927.6875,
                                            }, -- end of [166]
                                            [198] = 
                                            {
                                                ["y"] = 552452,
                                                ["x"] = -205058.46875,
                                            }, -- end of [198]
                                            [230] = 
                                            {
                                                ["y"] = 554317.75,
                                                ["x"] = -205003.4375,
                                            }, -- end of [230]
                                            [268] = 
                                            {
                                                ["y"] = 555690.625,
                                                ["x"] = -205784.984375,
                                            }, -- end of [268]
                                            [332] = 
                                            {
                                                ["y"] = 559337.0625,
                                                ["x"] = -210199.21875,
                                            }, -- end of [332]
                                            [396] = 
                                            {
                                                ["y"] = 563174,
                                                ["x"] = -214027.703125,
                                            }, -- end of [396]
                                            [460] = 
                                            {
                                                ["y"] = 565981.8125,
                                                ["x"] = -218707.828125,
                                            }, -- end of [460]
                                            [398] = 
                                            {
                                                ["y"] = 563213.125,
                                                ["x"] = -214069.9375,
                                            }, -- end of [398]
                                            [29] = 
                                            {
                                                ["y"] = 548731.4375,
                                                ["x"] = -198918.65625,
                                            }, -- end of [29]
                                            [463] = 
                                            {
                                                ["y"] = 566561.4375,
                                                ["x"] = -219329.5,
                                            }, -- end of [463]
                                            [403] = 
                                            {
                                                ["y"] = 563711.0625,
                                                ["x"] = -214825.328125,
                                            }, -- end of [403]
                                            [269] = 
                                            {
                                                ["y"] = 555706.6875,
                                                ["x"] = -205779,
                                            }, -- end of [269]
                                            [333] = 
                                            {
                                                ["y"] = 559880.875,
                                                ["x"] = -210802.6875,
                                            }, -- end of [333]
                                            [397] = 
                                            {
                                                ["y"] = 563194.1875,
                                                ["x"] = -214048.265625,
                                            }, -- end of [397]
                                            [461] = 
                                            {
                                                ["y"] = 566495.25,
                                                ["x"] = -219255.296875,
                                            }, -- end of [461]
                                            [135] = 
                                            {
                                                ["y"] = 550784.25,
                                                ["x"] = -202601.40625,
                                            }, -- end of [135]
                                            [167] = 
                                            {
                                                ["y"] = 551003.125,
                                                ["x"] = -204138.484375,
                                            }, -- end of [167]
                                            [199] = 
                                            {
                                                ["y"] = 552493.3125,
                                                ["x"] = -205067.109375,
                                            }, -- end of [199]
                                            [231] = 
                                            {
                                                ["y"] = 554321.75,
                                                ["x"] = -205006.46875,
                                            }, -- end of [231]
                                            [17] = 
                                            {
                                                ["y"] = 547446.5625,
                                                ["x"] = -198531.953125,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                ["y"] = 547666.125,
                                                ["x"] = -198569.921875,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                ["y"] = 548514.5,
                                                ["x"] = -198834.84375,
                                            }, -- end of [25]
                                            [462] = 
                                            {
                                                ["y"] = 566528.8125,
                                                ["x"] = -219291.984375,
                                            }, -- end of [462]
                                            [34] = 
                                            {
                                                ["y"] = 548986.5625,
                                                ["x"] = -199057.859375,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                ["y"] = 549777.8125,
                                                ["x"] = -199642.65625,
                                            }, -- end of [42]
                                            [50] = 
                                            {
                                                ["y"] = 550934.625,
                                                ["x"] = -200188.203125,
                                            }, -- end of [50]
                                            [58] = 
                                            {
                                                ["y"] = 551119.4375,
                                                ["x"] = -200152.203125,
                                            }, -- end of [58]
                                            [271] = 
                                            {
                                                ["y"] = 555763.625,
                                                ["x"] = -205755.203125,
                                            }, -- end of [271]
                                            [84] = 
                                            {
                                                ["y"] = 551741.4375,
                                                ["x"] = -199970.515625,
                                            }, -- end of [84]
                                            [100] = 
                                            {
                                                ["y"] = 551570.75,
                                                ["x"] = -200516.828125,
                                            }, -- end of [100]
                                            [116] = 
                                            {
                                                ["y"] = 551386.375,
                                                ["x"] = -200815.15625,
                                            }, -- end of [116]
                                            [136] = 
                                            {
                                                ["y"] = 550776.3125,
                                                ["x"] = -202625.125,
                                            }, -- end of [136]
                                            [168] = 
                                            {
                                                ["y"] = 551127.5625,
                                                ["x"] = -204366.375,
                                            }, -- end of [168]
                                            [200] = 
                                            {
                                                ["y"] = 552576.6875,
                                                ["x"] = -205080.671875,
                                            }, -- end of [200]
                                            [232] = 
                                            {
                                                ["y"] = 554324.25,
                                                ["x"] = -205010.78125,
                                            }, -- end of [232]
                                            [272] = 
                                            {
                                                ["y"] = 555776.75,
                                                ["x"] = -205752.078125,
                                            }, -- end of [272]
                                            [336] = 
                                            {
                                                ["y"] = 559912.6875,
                                                ["x"] = -210826.265625,
                                            }, -- end of [336]
                                            [400] = 
                                            {
                                                ["y"] = 563247.1875,
                                                ["x"] = -214116.40625,
                                            }, -- end of [400]
                                            [464] = 
                                            {
                                                ["y"] = 566583.9375,
                                                ["x"] = -219356.5,
                                            }, -- end of [464]
                                            [467] = 
                                            {
                                                ["y"] = 566696.25,
                                                ["x"] = -219507.703125,
                                            }, -- end of [467]
                                            [279] = 
                                            {
                                                ["y"] = 555944.8125,
                                                ["x"] = -205817.140625,
                                            }, -- end of [279]
                                            [86] = 
                                            {
                                                ["y"] = 551745.625,
                                                ["x"] = -200103.359375,
                                            }, -- end of [86]
                                            [102] = 
                                            {
                                                ["y"] = 551521.875,
                                                ["x"] = -200560.75,
                                            }, -- end of [102]
                                            [273] = 
                                            {
                                                ["y"] = 555790.125,
                                                ["x"] = -205750.484375,
                                            }, -- end of [273]
                                            [337] = 
                                            {
                                                ["y"] = 559925.0625,
                                                ["x"] = -210831.09375,
                                            }, -- end of [337]
                                            [401] = 
                                            {
                                                ["y"] = 563693.4375,
                                                ["x"] = -214804.828125,
                                            }, -- end of [401]
                                            [465] = 
                                            {
                                                ["y"] = 566622.9375,
                                                ["x"] = -219405.71875,
                                            }, -- end of [465]
                                            [137] = 
                                            {
                                                ["y"] = 550770,
                                                ["x"] = -202649.3125,
                                            }, -- end of [137]
                                            [169] = 
                                            {
                                                ["y"] = 551393.4375,
                                                ["x"] = -204802.4375,
                                            }, -- end of [169]
                                            [201] = 
                                            {
                                                ["y"] = 552705.0625,
                                                ["x"] = -205103.796875,
                                            }, -- end of [201]
                                            [233] = 
                                            {
                                                ["y"] = 554479.3125,
                                                ["x"] = -205466.5,
                                            }, -- end of [233]
                                            [274] = 
                                            {
                                                ["y"] = 555803.625,
                                                ["x"] = -205750.453125,
                                            }, -- end of [274]
                                            [338] = 
                                            {
                                                ["y"] = 559938,
                                                ["x"] = -210834.25,
                                            }, -- end of [338]
                                            [402] = 
                                            {
                                                ["y"] = 563701.5625,
                                                ["x"] = -214815.671875,
                                            }, -- end of [402]
                                            [466] = 
                                            {
                                                ["y"] = 566660.375,
                                                ["x"] = -219456.125,
                                            }, -- end of [466]
                                            [471] = 
                                            {
                                                ["y"] = 566822.9375,
                                                ["x"] = -219724.4375,
                                            }, -- end of [471]
                                            [71] = 
                                            {
                                                ["y"] = 551612.75,
                                                ["x"] = -199804.671875,
                                            }, -- end of [71]
                                            [87] = 
                                            {
                                                ["y"] = 551744.1875,
                                                ["x"] = -200136.1875,
                                            }, -- end of [87]
                                            [503] = 
                                            {
                                                ["y"] = 569153.4375,
                                                ["x"] = -222276.609375,
                                            }, -- end of [503]
                                            [275] = 
                                            {
                                                ["y"] = 555817,
                                                ["x"] = -205751.984375,
                                            }, -- end of [275]
                                            [85] = 
                                            {
                                                ["y"] = 551745.25,
                                                ["x"] = -200070.5,
                                            }, -- end of [85]
                                            [101] = 
                                            {
                                                ["y"] = 551546.875,
                                                ["x"] = -200539.453125,
                                            }, -- end of [101]
                                            [117] = 
                                            {
                                                ["y"] = 551389.5,
                                                ["x"] = -200836.03125,
                                            }, -- end of [117]
                                            [138] = 
                                            {
                                                ["y"] = 550765.25,
                                                ["x"] = -202673.859375,
                                            }, -- end of [138]
                                            [170] = 
                                            {
                                                ["y"] = 551406.6875,
                                                ["x"] = -204823.015625,
                                            }, -- end of [170]
                                            [202] = 
                                            {
                                                ["y"] = 552746.25,
                                                ["x"] = -205109.875,
                                            }, -- end of [202]
                                            [234] = 
                                            {
                                                ["y"] = 554481.625,
                                                ["x"] = -205470.5625,
                                            }, -- end of [234]
                                            [276] = 
                                            {
                                                ["y"] = 555830.125,
                                                ["x"] = -205755.0625,
                                            }, -- end of [276]
                                            [340] = 
                                            {
                                                ["y"] = 559964.5,
                                                ["x"] = -210835.296875,
                                            }, -- end of [340]
                                            [404] = 
                                            {
                                                ["y"] = 563721.75,
                                                ["x"] = -214833.59375,
                                            }, -- end of [404]
                                            [468] = 
                                            {
                                                ["y"] = 566730.4375,
                                                ["x"] = -219560.359375,
                                            }, -- end of [468]
                                            [439] = 
                                            {
                                                ["y"] = 565095.0625,
                                                ["x"] = -216676.671875,
                                            }, -- end of [439]
                                            [375] = 
                                            {
                                                ["y"] = 562370.25,
                                                ["x"] = -213508.421875,
                                            }, -- end of [375]
                                            [311] = 
                                            {
                                                ["y"] = 557418,
                                                ["x"] = -207116.171875,
                                            }, -- end of [311]
                                            [411] = 
                                            {
                                                ["y"] = 563837.375,
                                                ["x"] = -214891.9375,
                                            }, -- end of [411]
                                            [277] = 
                                            {
                                                ["y"] = 555842.8125,
                                                ["x"] = -205759.640625,
                                            }, -- end of [277]
                                            [341] = 
                                            {
                                                ["y"] = 560188.875,
                                                ["x"] = -210809.046875,
                                            }, -- end of [341]
                                            [405] = 
                                            {
                                                ["y"] = 563733.5,
                                                ["x"] = -214840.328125,
                                            }, -- end of [405]
                                            [469] = 
                                            {
                                                ["y"] = 566763,
                                                ["x"] = -219614.078125,
                                            }, -- end of [469]
                                            [139] = 
                                            {
                                                ["y"] = 550762.1875,
                                                ["x"] = -202698.671875,
                                            }, -- end of [139]
                                            [171] = 
                                            {
                                                ["y"] = 551421.125,
                                                ["x"] = -204842.734375,
                                            }, -- end of [171]
                                            [203] = 
                                            {
                                                ["y"] = 552787.5625,
                                                ["x"] = -205114.171875,
                                            }, -- end of [203]
                                            [235] = 
                                            {
                                                ["y"] = 554485.375,
                                                ["x"] = -205473.40625,
                                            }, -- end of [235]
                                            [278] = 
                                            {
                                                ["y"] = 555854.875,
                                                ["x"] = -205765.640625,
                                            }, -- end of [278]
                                            [342] = 
                                            {
                                                ["y"] = 560223.6875,
                                                ["x"] = -210813.375,
                                            }, -- end of [342]
                                            [406] = 
                                            {
                                                ["y"] = 563746.0625,
                                                ["x"] = -214845.40625,
                                            }, -- end of [406]
                                            [470] = 
                                            {
                                                ["y"] = 566793.8125,
                                                ["x"] = -219668.78125,
                                            }, -- end of [470]
                                            [35] = 
                                            {
                                                ["y"] = 549035,
                                                ["x"] = -199090.0625,
                                            }, -- end of [35]
                                            [43] = 
                                            {
                                                ["y"] = 549831.125,
                                                ["x"] = -199673.265625,
                                            }, -- end of [43]
                                            [51] = 
                                            {
                                                ["y"] = 550958.5,
                                                ["x"] = -200190.28125,
                                            }, -- end of [51]
                                            [59] = 
                                            {
                                                ["y"] = 551139.875,
                                                ["x"] = -200139.65625,
                                            }, -- end of [59]
                                            [70] = 
                                            {
                                                ["y"] = 551596.25,
                                                ["x"] = -199800.765625,
                                            }, -- end of [70]
                                            [343] = 
                                            {
                                                ["y"] = 560235.25,
                                                ["x"] = -210815.53125,
                                            }, -- end of [343]
                                            [407] = 
                                            {
                                                ["y"] = 563768.9375,
                                                ["x"] = -214852.96875,
                                            }, -- end of [407]
                                            [118] = 
                                            {
                                                ["y"] = 551394.4375,
                                                ["x"] = -200856.5625,
                                            }, -- end of [118]
                                            [140] = 
                                            {
                                                ["y"] = 550760.75,
                                                ["x"] = -202723.640625,
                                            }, -- end of [140]
                                            [172] = 
                                            {
                                                ["y"] = 551436.8125,
                                                ["x"] = -204861.515625,
                                            }, -- end of [172]
                                            [204] = 
                                            {
                                                ["y"] = 552829.0625,
                                                ["x"] = -205116.71875,
                                            }, -- end of [204]
                                            [236] = 
                                            {
                                                ["y"] = 554489.875,
                                                ["x"] = -205474.625,
                                            }, -- end of [236]
                                            [280] = 
                                            {
                                                ["y"] = 555958.375,
                                                ["x"] = -205823.9375,
                                            }, -- end of [280]
                                            [344] = 
                                            {
                                                ["y"] = 560246.4375,
                                                ["x"] = -210819.015625,
                                            }, -- end of [344]
                                            [408] = 
                                            {
                                                ["y"] = 563787.375,
                                                ["x"] = -214860.125,
                                            }, -- end of [408]
                                            [472] = 
                                            {
                                                ["y"] = 566850.25,
                                                ["x"] = -219780.96875,
                                            }, -- end of [472]
                                            [119] = 
                                            {
                                                ["y"] = 551401.0625,
                                                ["x"] = -200876.609375,
                                            }, -- end of [119]
                                            [9] = 
                                            {
                                                ["y"] = 545916.9375,
                                                ["x"] = -198278.03125,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                ["y"] = 545970.5,
                                                ["x"] = -198284.578125,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                ["y"] = 546629.0625,
                                                ["x"] = -198431.109375,
                                            }, -- end of [13]
                                            [281] = 
                                            {
                                                ["y"] = 555972.5625,
                                                ["x"] = -205829.21875,
                                            }, -- end of [281]
                                            [345] = 
                                            {
                                                ["y"] = 560257.1875,
                                                ["x"] = -210823.796875,
                                            }, -- end of [345]
                                            [409] = 
                                            {
                                                ["y"] = 563805.0625,
                                                ["x"] = -214869.0625,
                                            }, -- end of [409]
                                            [473] = 
                                            {
                                                ["y"] = 566875.8125,
                                                ["x"] = -219838.34375,
                                            }, -- end of [473]
                                            [141] = 
                                            {
                                                ["y"] = 550761,
                                                ["x"] = -202748.640625,
                                            }, -- end of [141]
                                            [173] = 
                                            {
                                                ["y"] = 551453.5625,
                                                ["x"] = -204879.3125,
                                            }, -- end of [173]
                                            [205] = 
                                            {
                                                ["y"] = 552870.625,
                                                ["x"] = -205117.484375,
                                            }, -- end of [205]
                                            [237] = 
                                            {
                                                ["y"] = 554494.5625,
                                                ["x"] = -205474.015625,
                                            }, -- end of [237]
                                            [282] = 
                                            {
                                                ["y"] = 555987.1875,
                                                ["x"] = -205832.9375,
                                            }, -- end of [282]
                                            [346] = 
                                            {
                                                ["y"] = 560267.3125,
                                                ["x"] = -210829.796875,
                                            }, -- end of [346]
                                            [410] = 
                                            {
                                                ["y"] = 563821.8125,
                                                ["x"] = -214879.703125,
                                            }, -- end of [410]
                                            [474] = 
                                            {
                                                ["y"] = 566899.5625,
                                                ["x"] = -219896.484375,
                                            }, -- end of [474]
                                            [239] = 
                                            {
                                                ["y"] = 555071.0625,
                                                ["x"] = -205278.953125,
                                            }, -- end of [239]
                                            [286] = 
                                            {
                                                ["y"] = 556088.75,
                                                ["x"] = -205826.671875,
                                            }, -- end of [286]
                                            [350] = 
                                            {
                                                ["y"] = 560632.0625,
                                                ["x"] = -211081.265625,
                                            }, -- end of [350]
                                            [414] = 
                                            {
                                                ["y"] = 564158.0625,
                                                ["x"] = -215234.890625,
                                            }, -- end of [414]
                                            [283] = 
                                            {
                                                ["y"] = 556002.1875,
                                                ["x"] = -205835.015625,
                                            }, -- end of [283]
                                            [347] = 
                                            {
                                                ["y"] = 560295.75,
                                                ["x"] = -210848.984375,
                                            }, -- end of [347]
                                            [103] = 
                                            {
                                                ["y"] = 551495.6875,
                                                ["x"] = -200580.640625,
                                            }, -- end of [103]
                                            [475] = 
                                            {
                                                ["y"] = 567526.9375,
                                                ["x"] = -221504.484375,
                                            }, -- end of [475]
                                            [142] = 
                                            {
                                                ["y"] = 550768.1875,
                                                ["x"] = -202902.859375,
                                            }, -- end of [142]
                                            [174] = 
                                            {
                                                ["y"] = 551471.375,
                                                ["x"] = -204896.046875,
                                            }, -- end of [174]
                                            [206] = 
                                            {
                                                ["y"] = 552912.1875,
                                                ["x"] = -205116.46875,
                                            }, -- end of [206]
                                            [238] = 
                                            {
                                                ["y"] = 555054.75,
                                                ["x"] = -205283.578125,
                                            }, -- end of [238]
                                            [284] = 
                                            {
                                                ["y"] = 556017.375,
                                                ["x"] = -205835.46875,
                                            }, -- end of [284]
                                            [348] = 
                                            {
                                                ["y"] = 560569.25,
                                                ["x"] = -211034.140625,
                                            }, -- end of [348]
                                            [412] = 
                                            {
                                                ["y"] = 563851.6875,
                                                ["x"] = -214905.65625,
                                            }, -- end of [412]
                                            [476] = 
                                            {
                                                ["y"] = 567535.4375,
                                                ["x"] = -221523.9375,
                                            }, -- end of [476]
                                            [478] = 
                                            {
                                                ["y"] = 567557.3125,
                                                ["x"] = -221560.328125,
                                            }, -- end of [478]
                                            [351] = 
                                            {
                                                ["y"] = 560661.625,
                                                ["x"] = -211107.078125,
                                            }, -- end of [351]
                                            [104] = 
                                            {
                                                ["y"] = 551480.625,
                                                ["x"] = -200591.46875,
                                            }, -- end of [104]
                                            [479] = 
                                            {
                                                ["y"] = 567570.4375,
                                                ["x"] = -221577,
                                            }, -- end of [479]
                                            [285] = 
                                            {
                                                ["y"] = 556032.4375,
                                                ["x"] = -205834.265625,
                                            }, -- end of [285]
                                            [349] = 
                                            {
                                                ["y"] = 560601.25,
                                                ["x"] = -211056.921875,
                                            }, -- end of [349]
                                            [413] = 
                                            {
                                                ["y"] = 564136.25,
                                                ["x"] = -215210.46875,
                                            }, -- end of [413]
                                            [477] = 
                                            {
                                                ["y"] = 567545.625,
                                                ["x"] = -221542.59375,
                                            }, -- end of [477]
                                            [143] = 
                                            {
                                                ["y"] = 550789.375,
                                                ["x"] = -203116.703125,
                                            }, -- end of [143]
                                            [175] = 
                                            {
                                                ["y"] = 551490.25,
                                                ["x"] = -204911.65625,
                                            }, -- end of [175]
                                            [207] = 
                                            {
                                                ["y"] = 552953.6875,
                                                ["x"] = -205113.671875,
                                            }, -- end of [207]
                                            [15] = 
                                            {
                                                ["y"] = 546704.3125,
                                                ["x"] = -198445.1875,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                ["y"] = 547501.8125,
                                                ["x"] = -198539.140625,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                ["y"] = 547720.25,
                                                ["x"] = -198583.21875,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                ["y"] = 548569.625,
                                                ["x"] = -198853.421875,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                ["y"] = 548784.0625,
                                                ["x"] = -198943.5,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                ["y"] = 549082.4375,
                                                ["x"] = -199123.671875,
                                            }, -- end of [36]
                                            [44] = 
                                            {
                                                ["y"] = 549885.3125,
                                                ["x"] = -199702.203125,
                                            }, -- end of [44]
                                            [52] = 
                                            {
                                                ["y"] = 550982.4375,
                                                ["x"] = -200190.453125,
                                            }, -- end of [52]
                                            [60] = 
                                            {
                                                ["y"] = 551159.1875,
                                                ["x"] = -200125.53125,
                                            }, -- end of [60]
                                            [287] = 
                                            {
                                                ["y"] = 556103,
                                                ["x"] = -205825.671875,
                                            }, -- end of [287]
                                            [88] = 
                                            {
                                                ["y"] = 551740.9375,
                                                ["x"] = -200168.890625,
                                            }, -- end of [88]
                                            [415] = 
                                            {
                                                ["y"] = 564178.75,
                                                ["x"] = -215260.25,
                                            }, -- end of [415]
                                            [120] = 
                                            {
                                                ["y"] = 551416.5,
                                                ["x"] = -200917.59375,
                                            }, -- end of [120]
                                            [144] = 
                                            {
                                                ["y"] = 550789.6875,
                                                ["x"] = -203127.8125,
                                            }, -- end of [144]
                                            [176] = 
                                            {
                                                ["y"] = 551619,
                                                ["x"] = -205010.546875,
                                            }, -- end of [176]
                                            [208] = 
                                            {
                                                ["y"] = 552995,
                                                ["x"] = -205109.109375,
                                            }, -- end of [208]
                                            [240] = 
                                            {
                                                ["y"] = 555087.6875,
                                                ["x"] = -205276.015625,
                                            }, -- end of [240]
                                            [288] = 
                                            {
                                                ["y"] = 556117.3125,
                                                ["x"] = -205826.484375,
                                            }, -- end of [288]
                                            [352] = 
                                            {
                                                ["y"] = 560689.875,
                                                ["x"] = -211134.3125,
                                            }, -- end of [352]
                                            [416] = 
                                            {
                                                ["y"] = 564198.3125,
                                                ["x"] = -215286.453125,
                                            }, -- end of [416]
                                            [480] = 
                                            {
                                                ["y"] = 567584.9375,
                                                ["x"] = -221592.484375,
                                            }, -- end of [480]
                                            [508] = 
                                            {
                                                ["y"] = 569381.25,
                                                ["x"] = -222457.359375,
                                            }, -- end of [508]
                                            [317] = 
                                            {
                                                ["y"] = 558352.9375,
                                                ["x"] = -208602.046875,
                                            }, -- end of [317]
                                            [509] = 
                                            {
                                                ["y"] = 569430.3125,
                                                ["x"] = -222488.671875,
                                            }, -- end of [509]
                                            [399] = 
                                            {
                                                ["y"] = 563230.8125,
                                                ["x"] = -214092.6875,
                                            }, -- end of [399]
                                            [289] = 
                                            {
                                                ["y"] = 556131.375,
                                                ["x"] = -205829.125,
                                            }, -- end of [289]
                                            [353] = 
                                            {
                                                ["y"] = 560716.75,
                                                ["x"] = -211162.90625,
                                            }, -- end of [353]
                                            [417] = 
                                            {
                                                ["y"] = 564216.75,
                                                ["x"] = -215313.5,
                                            }, -- end of [417]
                                            [481] = 
                                            {
                                                ["y"] = 567610.1875,
                                                ["x"] = -221616.859375,
                                            }, -- end of [481]
                                            [145] = 
                                            {
                                                ["y"] = 550788.3125,
                                                ["x"] = -203138.84375,
                                            }, -- end of [145]
                                            [177] = 
                                            {
                                                ["y"] = 551641.9375,
                                                ["x"] = -205027.0625,
                                            }, -- end of [177]
                                            [209] = 
                                            {
                                                ["y"] = 553198.8125,
                                                ["x"] = -205084.34375,
                                            }, -- end of [209]
                                            [241] = 
                                            {
                                                ["y"] = 555104.5625,
                                                ["x"] = -205274.78125,
                                            }, -- end of [241]
                                            [290] = 
                                            {
                                                ["y"] = 556144.9375,
                                                ["x"] = -205833.515625,
                                            }, -- end of [290]
                                            [354] = 
                                            {
                                                ["y"] = 560742.25,
                                                ["x"] = -211192.78125,
                                            }, -- end of [354]
                                            [418] = 
                                            {
                                                ["y"] = 564234,
                                                ["x"] = -215341.3125,
                                            }, -- end of [418]
                                            [482] = 
                                            {
                                                ["y"] = 567614.875,
                                                ["x"] = -221620.140625,
                                            }, -- end of [482]
                                            [383] = 
                                            {
                                                ["y"] = 562658.25,
                                                ["x"] = -213763.421875,
                                            }, -- end of [383]
                                            [382] = 
                                            {
                                                ["y"] = 562617.9375,
                                                ["x"] = -213736.796875,
                                            }, -- end of [382]
                                            [381] = 
                                            {
                                                ["y"] = 562578.75,
                                                ["x"] = -213708.578125,
                                            }, -- end of [381]
                                            [121] = 
                                            {
                                                ["y"] = 551423.9375,
                                                ["x"] = -200939.890625,
                                            }, -- end of [121]
                                            [291] = 
                                            {
                                                ["y"] = 556157.875,
                                                ["x"] = -205839.609375,
                                            }, -- end of [291]
                                            [355] = 
                                            {
                                                ["y"] = 560766.1875,
                                                ["x"] = -211223.875,
                                            }, -- end of [355]
                                            [419] = 
                                            {
                                                ["y"] = 564250,
                                                ["x"] = -215369.84375,
                                            }, -- end of [419]
                                            [483] = 
                                            {
                                                ["y"] = 567620.4375,
                                                ["x"] = -221621.6875,
                                            }, -- end of [483]
                                            [146] = 
                                            {
                                                ["y"] = 550785.4375,
                                                ["x"] = -203149.5625,
                                            }, -- end of [146]
                                            [178] = 
                                            {
                                                ["y"] = 551665.875,
                                                ["x"] = -205042.09375,
                                            }, -- end of [178]
                                            [210] = 
                                            {
                                                ["y"] = 553843.375,
                                                ["x"] = -205001.078125,
                                            }, -- end of [210]
                                            [242] = 
                                            {
                                                ["y"] = 555121.5,
                                                ["x"] = -205275.28125,
                                            }, -- end of [242]
                                            [292] = 
                                            {
                                                ["y"] = 556169.9375,
                                                ["x"] = -205847.296875,
                                            }, -- end of [292]
                                            [356] = 
                                            {
                                                ["y"] = 561415.3125,
                                                ["x"] = -212110.96875,
                                            }, -- end of [356]
                                            [420] = 
                                            {
                                                ["y"] = 564372.5,
                                                ["x"] = -215599.25,
                                            }, -- end of [420]
                                            [484] = 
                                            {
                                                ["y"] = 567869.625,
                                                ["x"] = -221649.578125,
                                            }, -- end of [484]
                                            [327] = 
                                            {
                                                ["y"] = 559214,
                                                ["x"] = -210030.015625,
                                            }, -- end of [327]
                                            [295] = 
                                            {
                                                ["y"] = 556199,
                                                ["x"] = -205878.578125,
                                            }, -- end of [295]
                                            [423] = 
                                            {
                                                ["y"] = 564421.625,
                                                ["x"] = -215668.09375,
                                            }, -- end of [423]
                                            [487] = 
                                            {
                                                ["y"] = 568537.6875,
                                                ["x"] = -221728.234375,
                                            }, -- end of [487]
                                            [293] = 
                                            {
                                                ["y"] = 556180.9375,
                                                ["x"] = -205856.453125,
                                            }, -- end of [293]
                                            [357] = 
                                            {
                                                ["y"] = 561432.6875,
                                                ["x"] = -212135.6875,
                                            }, -- end of [357]
                                            [421] = 
                                            {
                                                ["y"] = 564385.1875,
                                                ["x"] = -215616.90625,
                                            }, -- end of [421]
                                            [485] = 
                                            {
                                                ["y"] = 568473.625,
                                                ["x"] = -221717.21875,
                                            }, -- end of [485]
                                            [147] = 
                                            {
                                                ["y"] = 550781,
                                                ["x"] = -203159.765625,
                                            }, -- end of [147]
                                            [179] = 
                                            {
                                                ["y"] = 551690.75,
                                                ["x"] = -205055.59375,
                                            }, -- end of [179]
                                            [211] = 
                                            {
                                                ["y"] = 553973.5625,
                                                ["x"] = -204986.609375,
                                            }, -- end of [211]
                                            [243] = 
                                            {
                                                ["y"] = 555138.25,
                                                ["x"] = -205277.5,
                                            }, -- end of [243]
                                            [294] = 
                                            {
                                                ["y"] = 556190.6875,
                                                ["x"] = -205866.9375,
                                            }, -- end of [294]
                                            [358] = 
                                            {
                                                ["y"] = 561449.0625,
                                                ["x"] = -212161.046875,
                                            }, -- end of [358]
                                            [422] = 
                                            {
                                                ["y"] = 564402.75,
                                                ["x"] = -215642.984375,
                                            }, -- end of [422]
                                            [486] = 
                                            {
                                                ["y"] = 568505.8125,
                                                ["x"] = -221721.78125,
                                            }, -- end of [486]
                                            [37] = 
                                            {
                                                ["y"] = 549128.9375,
                                                ["x"] = -199158.640625,
                                            }, -- end of [37]
                                            [45] = 
                                            {
                                                ["y"] = 549940.3125,
                                                ["x"] = -199729.484375,
                                            }, -- end of [45]
                                            [53] = 
                                            {
                                                ["y"] = 551006.3125,
                                                ["x"] = -200188.71875,
                                            }, -- end of [53]
                                            [61] = 
                                            {
                                                ["y"] = 551177.3125,
                                                ["x"] = -200109.90625,
                                            }, -- end of [61]
                                            [74] = 
                                            {
                                                ["y"] = 551658.1875,
                                                ["x"] = -199827.0625,
                                            }, -- end of [74]
                                            [90] = 
                                            {
                                                ["y"] = 551729.125,
                                                ["x"] = -200233.515625,
                                            }, -- end of [90]
                                            [106] = 
                                            {
                                                ["y"] = 551449.75,
                                                ["x"] = -200620.21875,
                                            }, -- end of [106]
                                            [122] = 
                                            {
                                                ["y"] = 551429.5625,
                                                ["x"] = -200962.703125,
                                            }, -- end of [122]
                                            [148] = 
                                            {
                                                ["y"] = 550775.1875,
                                                ["x"] = -203169.21875,
                                            }, -- end of [148]
                                            [180] = 
                                            {
                                                ["y"] = 551716.375,
                                                ["x"] = -205067.515625,
                                            }, -- end of [180]
                                            [212] = 
                                            {
                                                ["y"] = 553993.6875,
                                                ["x"] = -204983.8125,
                                            }, -- end of [212]
                                            [244] = 
                                            {
                                                ["y"] = 555154.75,
                                                ["x"] = -205281.40625,
                                            }, -- end of [244]
                                            [296] = 
                                            {
                                                ["y"] = 556205.75,
                                                ["x"] = -205891.171875,
                                            }, -- end of [296]
                                            [360] = 
                                            {
                                                ["y"] = 561479,
                                                ["x"] = -212213.5,
                                            }, -- end of [360]
                                            [424] = 
                                            {
                                                ["y"] = 564441.8125,
                                                ["x"] = -215692.1875,
                                            }, -- end of [424]
                                            [488] = 
                                            {
                                                ["y"] = 568569.0625,
                                                ["x"] = -221736.5625,
                                            }, -- end of [488]
                                            [331] = 
                                            {
                                                ["y"] = 559309.625,
                                                ["x"] = -210167.5,
                                            }, -- end of [331]
                                            [299] = 
                                            {
                                                ["y"] = 556297.6875,
                                                ["x"] = -206079.453125,
                                            }, -- end of [299]
                                            [427] = 
                                            {
                                                ["y"] = 564907.375,
                                                ["x"] = -216223.859375,
                                            }, -- end of [427]
                                            [499] = 
                                            {
                                                ["y"] = 568995.4375,
                                                ["x"] = -222105.671875,
                                            }, -- end of [499]
                                            [297] = 
                                            {
                                                ["y"] = 556267.8125,
                                                ["x"] = -206023.3125,
                                            }, -- end of [297]
                                            [361] = 
                                            {
                                                ["y"] = 561545.875,
                                                ["x"] = -212341.671875,
                                            }, -- end of [361]
                                            [425] = 
                                            {
                                                ["y"] = 564854.625,
                                                ["x"] = -216158.890625,
                                            }, -- end of [425]
                                            [489] = 
                                            {
                                                ["y"] = 568599.9375,
                                                ["x"] = -221746.734375,
                                            }, -- end of [489]
                                            [149] = 
                                            {
                                                ["y"] = 550768,
                                                ["x"] = -203177.75,
                                            }, -- end of [149]
                                            [181] = 
                                            {
                                                ["y"] = 551742.6875,
                                                ["x"] = -205077.78125,
                                            }, -- end of [181]
                                            [213] = 
                                            {
                                                ["y"] = 554013.5625,
                                                ["x"] = -204979.890625,
                                            }, -- end of [213]
                                            [245] = 
                                            {
                                                ["y"] = 555170.6875,
                                                ["x"] = -205286.96875,
                                            }, -- end of [245]
                                            [298] = 
                                            {
                                                ["y"] = 556282,
                                                ["x"] = -206051.78125,
                                            }, -- end of [298]
                                            [362] = 
                                            {
                                                ["y"] = 561553.8125,
                                                ["x"] = -212355.140625,
                                            }, -- end of [362]
                                            [426] = 
                                            {
                                                ["y"] = 564881.6875,
                                                ["x"] = -216190.828125,
                                            }, -- end of [426]
                                            [490] = 
                                            {
                                                ["y"] = 568630.125,
                                                ["x"] = -221758.703125,
                                            }, -- end of [490]
                                            [435] = 
                                            {
                                                ["y"] = 565057.125,
                                                ["x"] = -216513.953125,
                                            }, -- end of [435]
                                            [371] = 
                                            {
                                                ["y"] = 562260.5625,
                                                ["x"] = -213349.671875,
                                            }, -- end of [371]
                                            [307] = 
                                            {
                                                ["y"] = 557245,
                                                ["x"] = -206936.359375,
                                            }, -- end of [307]
                                            [430] = 
                                            {
                                                ["y"] = 564975.875,
                                                ["x"] = -216328.984375,
                                            }, -- end of [430]
                                            [75] = 
                                            {
                                                ["y"] = 551671.3125,
                                                ["x"] = -199837.78125,
                                            }, -- end of [75]
                                            [91] = 
                                            {
                                                ["y"] = 551720.5625,
                                                ["x"] = -200265.25,
                                            }, -- end of [91]
                                            [107] = 
                                            {
                                                ["y"] = 551436.1875,
                                                ["x"] = -200636.4375,
                                            }, -- end of [107]
                                            [123] = 
                                            {
                                                ["y"] = 551433.4375,
                                                ["x"] = -200985.875,
                                            }, -- end of [123]
                                            [150] = 
                                            {
                                                ["y"] = 550726,
                                                ["x"] = -203221.15625,
                                            }, -- end of [150]
                                            [182] = 
                                            {
                                                ["y"] = 551769.625,
                                                ["x"] = -205086.375,
                                            }, -- end of [182]
                                            [214] = 
                                            {
                                                ["y"] = 554033.25,
                                                ["x"] = -204974.859375,
                                            }, -- end of [214]
                                            [246] = 
                                            {
                                                ["y"] = 555186,
                                                ["x"] = -205294.140625,
                                            }, -- end of [246]
                                            [300] = 
                                            {
                                                ["y"] = 556314.8125,
                                                ["x"] = -206106.265625,
                                            }, -- end of [300]
                                            [364] = 
                                            {
                                                ["y"] = 561573.625,
                                                ["x"] = -212379.203125,
                                            }, -- end of [364]
                                            [428] = 
                                            {
                                                ["y"] = 564931.6875,
                                                ["x"] = -216257.9375,
                                            }, -- end of [428]
                                            [492] = 
                                            {
                                                ["y"] = 568688.125,
                                                ["x"] = -221787.875,
                                            }, -- end of [492]
                                            [494] = 
                                            {
                                                ["y"] = 568742.3125,
                                                ["x"] = -221823.6875,
                                            }, -- end of [494]
                                            [303] = 
                                            {
                                                ["y"] = 556374.3125,
                                                ["x"] = -206180.734375,
                                            }, -- end of [303]
                                            [431] = 
                                            {
                                                ["y"] = 564995.75,
                                                ["x"] = -216365.828125,
                                            }, -- end of [431]
                                            [495] = 
                                            {
                                                ["y"] = 568767.75,
                                                ["x"] = -221843.9375,
                                            }, -- end of [495]
                                            [301] = 
                                            {
                                                ["y"] = 556333.3125,
                                                ["x"] = -206132.125,
                                            }, -- end of [301]
                                            [365] = 
                                            {
                                                ["y"] = 562021.125,
                                                ["x"] = -212820.515625,
                                            }, -- end of [365]
                                            [429] = 
                                            {
                                                ["y"] = 564954.5,
                                                ["x"] = -216293,
                                            }, -- end of [429]
                                            [493] = 
                                            {
                                                ["y"] = 568715.75,
                                                ["x"] = -221804.984375,
                                            }, -- end of [493]
                                            [151] = 
                                            {
                                                ["y"] = 550712.5,
                                                ["x"] = -203236.1875,
                                            }, -- end of [151]
                                            [183] = 
                                            {
                                                ["y"] = 551797.0625,
                                                ["x"] = -205093.25,
                                            }, -- end of [183]
                                            [215] = 
                                            {
                                                ["y"] = 554052.5625,
                                                ["x"] = -204968.71875,
                                            }, -- end of [215]
                                            [247] = 
                                            {
                                                ["y"] = 555216.9375,
                                                ["x"] = -205310.59375,
                                            }, -- end of [247]
                                            [302] = 
                                            {
                                                ["y"] = 556353.125,
                                                ["x"] = -206156.96875,
                                            }, -- end of [302]
                                            [23] = 
                                            {
                                                ["y"] = 547774,
                                                ["x"] = -198598.015625,
                                            }, -- end of [23]
                                            [27] = 
                                            {
                                                ["y"] = 548624.1875,
                                                ["x"] = -198873.59375,
                                            }, -- end of [27]
                                            [31] = 
                                            {
                                                ["y"] = 548835.875,
                                                ["x"] = -198969.859375,
                                            }, -- end of [31]
                                            [38] = 
                                            {
                                                ["y"] = 549574.8125,
                                                ["x"] = -199504.390625,
                                            }, -- end of [38]
                                            [46] = 
                                            {
                                                ["y"] = 550843.1875,
                                                ["x"] = -200161.234375,
                                            }, -- end of [46]
                                            [54] = 
                                            {
                                                ["y"] = 551029.9375,
                                                ["x"] = -200185.078125,
                                            }, -- end of [54]
                                            [62] = 
                                            {
                                                ["y"] = 551470.125,
                                                ["x"] = -199836.609375,
                                            }, -- end of [62]
                                            [76] = 
                                            {
                                                ["y"] = 551683.1875,
                                                ["x"] = -199849.921875,
                                            }, -- end of [76]
                                            [92] = 
                                            {
                                                ["y"] = 551710.25,
                                                ["x"] = -200296.46875,
                                            }, -- end of [92]
                                            [108] = 
                                            {
                                                ["y"] = 551424.125,
                                                ["x"] = -200653.75,
                                            }, -- end of [108]
                                            [124] = 
                                            {
                                                ["y"] = 551435.5,
                                                ["x"] = -201009.296875,
                                            }, -- end of [124]
                                            [152] = 
                                            {
                                                ["y"] = 550700.25,
                                                ["x"] = -203252.203125,
                                            }, -- end of [152]
                                            [184] = 
                                            {
                                                ["y"] = 551824.875,
                                                ["x"] = -205098.390625,
                                            }, -- end of [184]
                                            [216] = 
                                            {
                                                ["y"] = 554088.375,
                                                ["x"] = -204956.390625,
                                            }, -- end of [216]
                                            [248] = 
                                            {
                                                ["y"] = 555225.375,
                                                ["x"] = -205315.078125,
                                            }, -- end of [248]
                                            [304] = 
                                            {
                                                ["y"] = 556396.6875,
                                                ["x"] = -206203.34375,
                                            }, -- end of [304]
                                            [368] = 
                                            {
                                                ["y"] = 562195.75,
                                                ["x"] = -213220.171875,
                                            }, -- end of [368]
                                            [432] = 
                                            {
                                                ["y"] = 565014,
                                                ["x"] = -216403.484375,
                                            }, -- end of [432]
                                            [496] = 
                                            {
                                                ["y"] = 568791.9375,
                                                ["x"] = -221865.640625,
                                            }, -- end of [496]
                                            [367] = 
                                            {
                                                ["y"] = 562031.9375,
                                                ["x"] = -212836.296875,
                                            }, -- end of [367]
                                            [366] = 
                                            {
                                                ["y"] = 562027.3125,
                                                ["x"] = -212827.890625,
                                            }, -- end of [366]
                                            [363] = 
                                            {
                                                ["y"] = 561563.125,
                                                ["x"] = -212367.6875,
                                            }, -- end of [363]
                                            [359] = 
                                            {
                                                ["y"] = 561464.5,
                                                ["x"] = -212186.984375,
                                            }, -- end of [359]
                                            [305] = 
                                            {
                                                ["y"] = 556420.1875,
                                                ["x"] = -206224.75,
                                            }, -- end of [305]
                                            [369] = 
                                            {
                                                ["y"] = 562215.625,
                                                ["x"] = -213264.203125,
                                            }, -- end of [369]
                                            [433] = 
                                            {
                                                ["y"] = 565028.125,
                                                ["x"] = -216435.53125,
                                            }, -- end of [433]
                                            [497] = 
                                            {
                                                ["y"] = 568814.75,
                                                ["x"] = -221888.75,
                                            }, -- end of [497]
                                            [153] = 
                                            {
                                                ["y"] = 550689.1875,
                                                ["x"] = -203269.109375,
                                            }, -- end of [153]
                                            [185] = 
                                            {
                                                ["y"] = 552001.5625,
                                                ["x"] = -205125.3125,
                                            }, -- end of [185]
                                            [217] = 
                                            {
                                                ["y"] = 554092.25,
                                                ["x"] = -204955.75,
                                            }, -- end of [217]
                                            [249] = 
                                            {
                                                ["y"] = 555232.9375,
                                                ["x"] = -205320.984375,
                                            }, -- end of [249]
                                            [306] = 
                                            {
                                                ["y"] = 557198.3125,
                                                ["x"] = -206894.890625,
                                            }, -- end of [306]
                                            [370] = 
                                            {
                                                ["y"] = 562237.25,
                                                ["x"] = -213307.390625,
                                            }, -- end of [370]
                                            [434] = 
                                            {
                                                ["y"] = 565043.4375,
                                                ["x"] = -216474.4375,
                                            }, -- end of [434]
                                            [498] = 
                                            {
                                                ["y"] = 568836.1875,
                                                ["x"] = -221913.15625,
                                            }, -- end of [498]
                                            [19] = 
                                            {
                                                ["y"] = 547556.875,
                                                ["x"] = -198547.875,
                                            }, -- end of [19]
                                            [335] = 
                                            {
                                                ["y"] = 559901.0625,
                                                ["x"] = -210819.84375,
                                            }, -- end of [335]
                                            [334] = 
                                            {
                                                ["y"] = 559890.375,
                                                ["x"] = -210811.9375,
                                            }, -- end of [334]
                                            [491] = 
                                            {
                                                ["y"] = 568659.5625,
                                                ["x"] = -221772.421875,
                                            }, -- end of [491]
                                            [77] = 
                                            {
                                                ["y"] = 551693.5625,
                                                ["x"] = -199863.3125,
                                            }, -- end of [77]
                                            [93] = 
                                            {
                                                ["y"] = 551698.3125,
                                                ["x"] = -200327.078125,
                                            }, -- end of [93]
                                            [109] = 
                                            {
                                                ["y"] = 551413.5,
                                                ["x"] = -200672.015625,
                                            }, -- end of [109]
                                            [125] = 
                                            {
                                                ["y"] = 551435.6875,
                                                ["x"] = -201032.796875,
                                            }, -- end of [125]
                                            [154] = 
                                            {
                                                ["y"] = 550679.4375,
                                                ["x"] = -203286.796875,
                                            }, -- end of [154]
                                            [186] = 
                                            {
                                                ["y"] = 552022.25,
                                                ["x"] = -205127.59375,
                                            }, -- end of [186]
                                            [218] = 
                                            {
                                                ["y"] = 554096,
                                                ["x"] = -204956.625,
                                            }, -- end of [218]
                                            [250] = 
                                            {
                                                ["y"] = 555239.3125,
                                                ["x"] = -205328.125,
                                            }, -- end of [250]
                                            [308] = 
                                            {
                                                ["y"] = 557290.3125,
                                                ["x"] = -206979.265625,
                                            }, -- end of [308]
                                            [372] = 
                                            {
                                                ["y"] = 562285.5625,
                                                ["x"] = -213390.984375,
                                            }, -- end of [372]
                                            [436] = 
                                            {
                                                ["y"] = 565069.1875,
                                                ["x"] = -216554,
                                            }, -- end of [436]
                                            [500] = 
                                            {
                                                ["y"] = 569032.75,
                                                ["x"] = -222150.421875,
                                            }, -- end of [500]
                                            [105] = 
                                            {
                                                ["y"] = 551464.5625,
                                                ["x"] = -200605.1875,
                                            }, -- end of [105]
                                            [89] = 
                                            {
                                                ["y"] = 551735.875,
                                                ["x"] = -200201.375,
                                            }, -- end of [89]
                                            [73] = 
                                            {
                                                ["y"] = 551643.9375,
                                                ["x"] = -199817.90625,
                                            }, -- end of [73]
                                            [72] = 
                                            {
                                                ["y"] = 551628.6875,
                                                ["x"] = -199810.40625,
                                            }, -- end of [72]
                                            [309] = 
                                            {
                                                ["y"] = 557334.3125,
                                                ["x"] = -207023.5625,
                                            }, -- end of [309]
                                            [373] = 
                                            {
                                                ["y"] = 562312.1875,
                                                ["x"] = -213431.25,
                                            }, -- end of [373]
                                            [437] = 
                                            {
                                                ["y"] = 565079.5,
                                                ["x"] = -216594.515625,
                                            }, -- end of [437]
                                            [501] = 
                                            {
                                                ["y"] = 569071.5,
                                                ["x"] = -222193.859375,
                                            }, -- end of [501]
                                            [155] = 
                                            {
                                                ["y"] = 550635.5625,
                                                ["x"] = -203375.1875,
                                            }, -- end of [155]
                                            [187] = 
                                            {
                                                ["y"] = 552043,
                                                ["x"] = -205128.15625,
                                            }, -- end of [187]
                                            [219] = 
                                            {
                                                ["y"] = 554099.1875,
                                                ["x"] = -204958.875,
                                            }, -- end of [219]
                                            [251] = 
                                            {
                                                ["y"] = 555244.3125,
                                                ["x"] = -205336.265625,
                                            }, -- end of [251]
                                            [310] = 
                                            {
                                                ["y"] = 557376.875,
                                                ["x"] = -207069.21875,
                                            }, -- end of [310]
                                            [374] = 
                                            {
                                                ["y"] = 562340.4375,
                                                ["x"] = -213470.421875,
                                            }, -- end of [374]
                                            [438] = 
                                            {
                                                ["y"] = 565088.125,
                                                ["x"] = -216635.4375,
                                            }, -- end of [438]
                                            [502] = 
                                            {
                                                ["y"] = 569111.75,
                                                ["x"] = -222235.9375,
                                            }, -- end of [502]
                                            [39] = 
                                            {
                                                ["y"] = 549624,
                                                ["x"] = -199541.28125,
                                            }, -- end of [39]
                                            [47] = 
                                            {
                                                ["y"] = 550865.1875,
                                                ["x"] = -200170.703125,
                                            }, -- end of [47]
                                            [55] = 
                                            {
                                                ["y"] = 551053.25,
                                                ["x"] = -200179.578125,
                                            }, -- end of [55]
                                            [63] = 
                                            {
                                                ["y"] = 551483.375,
                                                ["x"] = -199826.046875,
                                            }, -- end of [63]
                                            [78] = 
                                            {
                                                ["y"] = 551693.5625,
                                                ["x"] = -199863.3125,
                                            }, -- end of [78]
                                            [94] = 
                                            {
                                                ["y"] = 551684.6875,
                                                ["x"] = -200356.984375,
                                            }, -- end of [94]
                                            [110] = 
                                            {
                                                ["y"] = 551404.5,
                                                ["x"] = -200691.109375,
                                            }, -- end of [110]
                                            [126] = 
                                            {
                                                ["y"] = 551434.0625,
                                                ["x"] = -201056.234375,
                                            }, -- end of [126]
                                            [156] = 
                                            {
                                                ["y"] = 550621.6875,
                                                ["x"] = -203398.59375,
                                            }, -- end of [156]
                                            [188] = 
                                            {
                                                ["y"] = 552063.8125,
                                                ["x"] = -205127,
                                            }, -- end of [188]
                                            [220] = 
                                            {
                                                ["y"] = 554101.25,
                                                ["x"] = -204962.171875,
                                            }, -- end of [220]
                                            [252] = 
                                            {
                                                ["y"] = 555308.75,
                                                ["x"] = -205507.34375,
                                            }, -- end of [252]
                                            [312] = 
                                            {
                                                ["y"] = 557457.6875,
                                                ["x"] = -207164.390625,
                                            }, -- end of [312]
                                            [376] = 
                                            {
                                                ["y"] = 562401.5625,
                                                ["x"] = -213545.1875,
                                            }, -- end of [376]
                                            [440] = 
                                            {
                                                ["y"] = 565100.25,
                                                ["x"] = -216718.171875,
                                            }, -- end of [440]
                                            [504] = 
                                            {
                                                ["y"] = 569196.4375,
                                                ["x"] = -222315.84375,
                                            }, -- end of [504]
                                            [339] = 
                                            {
                                                ["y"] = 559951.1875,
                                                ["x"] = -210835.65625,
                                            }, -- end of [339]
                                            [69] = 
                                            {
                                                ["y"] = 551579.4375,
                                                ["x"] = -199798.75,
                                            }, -- end of [69]
                                            [68] = 
                                            {
                                                ["y"] = 551562.4375,
                                                ["x"] = -199798.65625,
                                            }, -- end of [68]
                                            [115] = 
                                            {
                                                ["y"] = 551384.9375,
                                                ["x"] = -200794.078125,
                                            }, -- end of [115]
                                            [313] = 
                                            {
                                                ["y"] = 557495.8125,
                                                ["x"] = -207213.828125,
                                            }, -- end of [313]
                                            [377] = 
                                            {
                                                ["y"] = 562434.3125,
                                                ["x"] = -213580.65625,
                                            }, -- end of [377]
                                            [441] = 
                                            {
                                                ["y"] = 565103.6875,
                                                ["x"] = -216759.84375,
                                            }, -- end of [441]
                                            [505] = 
                                            {
                                                ["y"] = 569240.8125,
                                                ["x"] = -222353.578125,
                                            }, -- end of [505]
                                            [157] = 
                                            {
                                                ["y"] = 550617.0625,
                                                ["x"] = -203408.890625,
                                            }, -- end of [157]
                                            [189] = 
                                            {
                                                ["y"] = 552084.375,
                                                ["x"] = -205124.125,
                                            }, -- end of [189]
                                            [221] = 
                                            {
                                                ["y"] = 554130.875,
                                                ["x"] = -205034.90625,
                                            }, -- end of [221]
                                            [253] = 
                                            {
                                                ["y"] = 555352.5,
                                                ["x"] = -205615.171875,
                                            }, -- end of [253]
                                            [314] = 
                                            {
                                                ["y"] = 557532.375,
                                                ["x"] = -207264.421875,
                                            }, -- end of [314]
                                            [378] = 
                                            {
                                                ["y"] = 562468.4375,
                                                ["x"] = -213614.796875,
                                            }, -- end of [378]
                                            [442] = 
                                            {
                                                ["y"] = 565104.25,
                                                ["x"] = -216768.453125,
                                            }, -- end of [442]
                                            [506] = 
                                            {
                                                ["y"] = 569286.375,
                                                ["x"] = -222389.765625,
                                            }, -- end of [506]
                                            [445] = 
                                            {
                                                ["y"] = 565147.4375,
                                                ["x"] = -217418.25,
                                            }, -- end of [445]
                                            [446] = 
                                            {
                                                ["y"] = 565154.875,
                                                ["x"] = -217474.1875,
                                            }, -- end of [446]
                                            [254] = 
                                            {
                                                ["y"] = 555359.6875,
                                                ["x"] = -205630.453125,
                                            }, -- end of [254]
                                            [191] = 
                                            {
                                                ["y"] = 552124.5625,
                                                ["x"] = -205113.34375,
                                            }, -- end of [191]
                                            [79] = 
                                            {
                                                ["y"] = 551723.9375,
                                                ["x"] = -199907.46875,
                                            }, -- end of [79]
                                            [95] = 
                                            {
                                                ["y"] = 551669.4375,
                                                ["x"] = -200386.09375,
                                            }, -- end of [95]
                                            [111] = 
                                            {
                                                ["y"] = 551397.125,
                                                ["x"] = -200710.890625,
                                            }, -- end of [111]
                                            [10] = 
                                            {
                                                ["y"] = 545943.8125,
                                                ["x"] = -198280.65625,
                                            }, -- end of [10]
                                        }, -- end of [4]
                                        [3] = 
                                        {
                                            [33] = 
                                            {
                                                ["y"] = 550689.1875,
                                                ["x"] = -203269.109375,
                                            }, -- end of [33]
                                            [35] = 
                                            {
                                                ["y"] = 550712.5,
                                                ["x"] = -203236.1875,
                                            }, -- end of [35]
                                            [37] = 
                                            {
                                                ["y"] = 550768,
                                                ["x"] = -203177.75,
                                            }, -- end of [37]
                                            [39] = 
                                            {
                                                ["y"] = 550781,
                                                ["x"] = -203159.765625,
                                            }, -- end of [39]
                                            [41] = 
                                            {
                                                ["y"] = 550788.3125,
                                                ["x"] = -203138.84375,
                                            }, -- end of [41]
                                            [43] = 
                                            {
                                                ["y"] = 550789.375,
                                                ["x"] = -203116.703125,
                                            }, -- end of [43]
                                            [45] = 
                                            {
                                                ["y"] = 550761,
                                                ["x"] = -202748.640625,
                                            }, -- end of [45]
                                            [47] = 
                                            {
                                                ["y"] = 550762.1875,
                                                ["x"] = -202698.671875,
                                            }, -- end of [47]
                                            [49] = 
                                            {
                                                ["y"] = 550770,
                                                ["x"] = -202649.3125,
                                            }, -- end of [49]
                                            [51] = 
                                            {
                                                ["y"] = 550784.25,
                                                ["x"] = -202601.40625,
                                            }, -- end of [51]
                                            [53] = 
                                            {
                                                ["y"] = 550905.1875,
                                                ["x"] = -202276.8125,
                                            }, -- end of [53]
                                            [55] = 
                                            {
                                                ["y"] = 550964,
                                                ["x"] = -202137.75,
                                            }, -- end of [55]
                                            [57] = 
                                            {
                                                ["y"] = 551418.25,
                                                ["x"] = -201124.8125,
                                            }, -- end of [57]
                                            [59] = 
                                            {
                                                ["y"] = 551430.5625,
                                                ["x"] = -201079.484375,
                                            }, -- end of [59]
                                            [61] = 
                                            {
                                                ["y"] = 551435.6875,
                                                ["x"] = -201032.796875,
                                            }, -- end of [61]
                                            [63] = 
                                            {
                                                ["y"] = 551433.4375,
                                                ["x"] = -200985.875,
                                            }, -- end of [63]
                                            [66] = 
                                            {
                                                ["y"] = 551416.5,
                                                ["x"] = -200917.59375,
                                            }, -- end of [66]
                                            [70] = 
                                            {
                                                ["y"] = 551386.375,
                                                ["x"] = -200815.15625,
                                            }, -- end of [70]
                                            [74] = 
                                            {
                                                ["y"] = 551391.5,
                                                ["x"] = -200731.234375,
                                            }, -- end of [74]
                                            [78] = 
                                            {
                                                ["y"] = 551424.125,
                                                ["x"] = -200653.75,
                                            }, -- end of [78]
                                            [82] = 
                                            {
                                                ["y"] = 551480.625,
                                                ["x"] = -200591.46875,
                                            }, -- end of [82]
                                            [86] = 
                                            {
                                                ["y"] = 551570.75,
                                                ["x"] = -200516.828125,
                                            }, -- end of [86]
                                            [90] = 
                                            {
                                                ["y"] = 551652.625,
                                                ["x"] = -200414.328125,
                                            }, -- end of [90]
                                            [94] = 
                                            {
                                                ["y"] = 551710.25,
                                                ["x"] = -200296.46875,
                                            }, -- end of [94]
                                            [98] = 
                                            {
                                                ["y"] = 551740.9375,
                                                ["x"] = -200168.890625,
                                            }, -- end of [98]
                                            [102] = 
                                            {
                                                ["y"] = 551741.4375,
                                                ["x"] = -199970.515625,
                                            }, -- end of [102]
                                            [106] = 
                                            {
                                                ["y"] = 551730.8125,
                                                ["x"] = -199918.90625,
                                            }, -- end of [106]
                                            [110] = 
                                            {
                                                ["y"] = 551683.1875,
                                                ["x"] = -199849.921875,
                                            }, -- end of [110]
                                            [114] = 
                                            {
                                                ["y"] = 551628.6875,
                                                ["x"] = -199810.40625,
                                            }, -- end of [114]
                                            [118] = 
                                            {
                                                ["y"] = 551562.4375,
                                                ["x"] = -199798.65625,
                                            }, -- end of [118]
                                            [122] = 
                                            {
                                                ["y"] = 551497.75,
                                                ["x"] = -199817.046875,
                                            }, -- end of [122]
                                            [126] = 
                                            {
                                                ["y"] = 551159.1875,
                                                ["x"] = -200125.53125,
                                            }, -- end of [126]
                                            [132] = 
                                            {
                                                ["y"] = 551029.9375,
                                                ["x"] = -200185.078125,
                                            }, -- end of [132]
                                            [140] = 
                                            {
                                                ["y"] = 550843.1875,
                                                ["x"] = -200161.234375,
                                            }, -- end of [140]
                                            [148] = 
                                            {
                                                ["y"] = 549574.8125,
                                                ["x"] = -199504.390625,
                                            }, -- end of [148]
                                            [156] = 
                                            {
                                                ["y"] = 548784.0625,
                                                ["x"] = -198943.5,
                                            }, -- end of [156]
                                            [164] = 
                                            {
                                                ["y"] = 547720.25,
                                                ["x"] = -198583.21875,
                                            }, -- end of [164]
                                            [172] = 
                                            {
                                                ["y"] = 546666.5625,
                                                ["x"] = -198438.796875,
                                            }, -- end of [172]
                                            [180] = 
                                            {
                                                ["y"] = 545651.3125,
                                                ["x"] = -198270.171875,
                                            }, -- end of [180]
                                            [1] = 
                                            {
                                                ["y"] = 551979.8125,
                                                ["x"] = -205122,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 551824.875,
                                                ["x"] = -205098.390625,
                                            }, -- end of [2]
                                            [133] = 
                                            {
                                                ["y"] = 551006.3125,
                                                ["x"] = -200188.71875,
                                            }, -- end of [133]
                                            [141] = 
                                            {
                                                ["y"] = 549940.3125,
                                                ["x"] = -199729.484375,
                                            }, -- end of [141]
                                            [149] = 
                                            {
                                                ["y"] = 549128.9375,
                                                ["x"] = -199158.640625,
                                            }, -- end of [149]
                                            [157] = 
                                            {
                                                ["y"] = 548731.4375,
                                                ["x"] = -198918.65625,
                                            }, -- end of [157]
                                            [165] = 
                                            {
                                                ["y"] = 547666.125,
                                                ["x"] = -198569.921875,
                                            }, -- end of [165]
                                            [173] = 
                                            {
                                                ["y"] = 546629.0625,
                                                ["x"] = -198431.109375,
                                            }, -- end of [173]
                                            [181] = 
                                            {
                                                ["y"] = 545596.3125,
                                                ["x"] = -198266.03125,
                                            }, -- end of [181]
                                            [3] = 
                                            {
                                                ["y"] = 551797.0625,
                                                ["x"] = -205093.25,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 551769.625,
                                                ["x"] = -205086.375,
                                            }, -- end of [4]
                                            [67] = 
                                            {
                                                ["y"] = 551401.0625,
                                                ["x"] = -200876.609375,
                                            }, -- end of [67]
                                            [71] = 
                                            {
                                                ["y"] = 551384.9375,
                                                ["x"] = -200794.078125,
                                            }, -- end of [71]
                                            [75] = 
                                            {
                                                ["y"] = 551397.125,
                                                ["x"] = -200710.890625,
                                            }, -- end of [75]
                                            [5] = 
                                            {
                                                ["y"] = 551742.6875,
                                                ["x"] = -205077.78125,
                                            }, -- end of [5]
                                            [83] = 
                                            {
                                                ["y"] = 551495.6875,
                                                ["x"] = -200580.640625,
                                            }, -- end of [83]
                                            [87] = 
                                            {
                                                ["y"] = 551593.25,
                                                ["x"] = -200492.921875,
                                            }, -- end of [87]
                                            [91] = 
                                            {
                                                ["y"] = 551669.4375,
                                                ["x"] = -200386.09375,
                                            }, -- end of [91]
                                            [6] = 
                                            {
                                                ["y"] = 551716.375,
                                                ["x"] = -205067.515625,
                                            }, -- end of [6]
                                            [99] = 
                                            {
                                                ["y"] = 551744.1875,
                                                ["x"] = -200136.1875,
                                            }, -- end of [99]
                                            [103] = 
                                            {
                                                ["y"] = 551741.4375,
                                                ["x"] = -199957.203125,
                                            }, -- end of [103]
                                            [107] = 
                                            {
                                                ["y"] = 551723.9375,
                                                ["x"] = -199907.46875,
                                            }, -- end of [107]
                                            [7] = 
                                            {
                                                ["y"] = 551690.75,
                                                ["x"] = -205055.59375,
                                            }, -- end of [7]
                                            [115] = 
                                            {
                                                ["y"] = 551612.75,
                                                ["x"] = -199804.671875,
                                            }, -- end of [115]
                                            [119] = 
                                            {
                                                ["y"] = 551545.625,
                                                ["x"] = -199800.46875,
                                            }, -- end of [119]
                                            [123] = 
                                            {
                                                ["y"] = 551483.375,
                                                ["x"] = -199826.046875,
                                            }, -- end of [123]
                                            [8] = 
                                            {
                                                ["y"] = 551665.875,
                                                ["x"] = -205042.09375,
                                            }, -- end of [8]
                                            [134] = 
                                            {
                                                ["y"] = 550982.4375,
                                                ["x"] = -200190.453125,
                                            }, -- end of [134]
                                            [9] = 
                                            {
                                                ["y"] = 551641.9375,
                                                ["x"] = -205027.0625,
                                            }, -- end of [9]
                                            [150] = 
                                            {
                                                ["y"] = 549082.4375,
                                                ["x"] = -199123.671875,
                                            }, -- end of [150]
                                            [10] = 
                                            {
                                                ["y"] = 551619,
                                                ["x"] = -205010.546875,
                                            }, -- end of [10]
                                            [166] = 
                                            {
                                                ["y"] = 547611.625,
                                                ["x"] = -198558.125,
                                            }, -- end of [166]
                                            [11] = 
                                            {
                                                ["y"] = 551490.25,
                                                ["x"] = -204911.65625,
                                            }, -- end of [11]
                                            [182] = 
                                            {
                                                ["y"] = 545541.5,
                                                ["x"] = -198259.984375,
                                            }, -- end of [182]
                                            [12] = 
                                            {
                                                ["y"] = 551471.375,
                                                ["x"] = -204896.046875,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                ["y"] = 551453.5625,
                                                ["x"] = -204879.3125,
                                            }, -- end of [13]
                                            [14] = 
                                            {
                                                ["y"] = 551436.8125,
                                                ["x"] = -204861.515625,
                                            }, -- end of [14]
                                            [15] = 
                                            {
                                                ["y"] = 551421.125,
                                                ["x"] = -204842.734375,
                                            }, -- end of [15]
                                            [16] = 
                                            {
                                                ["y"] = 551406.6875,
                                                ["x"] = -204823.015625,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 551393.4375,
                                                ["x"] = -204802.4375,
                                            }, -- end of [17]
                                            [18] = 
                                            {
                                                ["y"] = 551123.875,
                                                ["x"] = -204360.140625,
                                            }, -- end of [18]
                                            [19] = 
                                            {
                                                ["y"] = 550986.5625,
                                                ["x"] = -204107.640625,
                                            }, -- end of [19]
                                            [20] = 
                                            {
                                                ["y"] = 550875.25,
                                                ["x"] = -203896.59375,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                ["y"] = 550842.5625,
                                                ["x"] = -203830.484375,
                                            }, -- end of [21]
                                            [22] = 
                                            {
                                                ["y"] = 550821.6875,
                                                ["x"] = -203793.796875,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                ["y"] = 550623.75,
                                                ["x"] = -203474,
                                            }, -- end of [23]
                                            [24] = 
                                            {
                                                ["y"] = 550618.5625,
                                                ["x"] = -203463.984375,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 550614.9375,
                                                ["x"] = -203453.3125,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                ["y"] = 550612.9375,
                                                ["x"] = -203442.203125,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 550612.6875,
                                                ["x"] = -203430.9375,
                                            }, -- end of [27]
                                            [28] = 
                                            {
                                                ["y"] = 550614.0625,
                                                ["x"] = -203419.75,
                                            }, -- end of [28]
                                            [29] = 
                                            {
                                                ["y"] = 550617.0625,
                                                ["x"] = -203408.890625,
                                            }, -- end of [29]
                                            [30] = 
                                            {
                                                ["y"] = 550621.6875,
                                                ["x"] = -203398.59375,
                                            }, -- end of [30]
                                            [31] = 
                                            {
                                                ["y"] = 550638.75,
                                                ["x"] = -203368.671875,
                                            }, -- end of [31]
                                            [32] = 
                                            {
                                                ["y"] = 550679.4375,
                                                ["x"] = -203286.796875,
                                            }, -- end of [32]
                                            [34] = 
                                            {
                                                ["y"] = 550700.25,
                                                ["x"] = -203252.203125,
                                            }, -- end of [34]
                                            [36] = 
                                            {
                                                ["y"] = 550726,
                                                ["x"] = -203221.15625,
                                            }, -- end of [36]
                                            [38] = 
                                            {
                                                ["y"] = 550775.1875,
                                                ["x"] = -203169.21875,
                                            }, -- end of [38]
                                            [40] = 
                                            {
                                                ["y"] = 550785.4375,
                                                ["x"] = -203149.5625,
                                            }, -- end of [40]
                                            [42] = 
                                            {
                                                ["y"] = 550789.6875,
                                                ["x"] = -203127.8125,
                                            }, -- end of [42]
                                            [44] = 
                                            {
                                                ["y"] = 550767.75,
                                                ["x"] = -202895.625,
                                            }, -- end of [44]
                                            [46] = 
                                            {
                                                ["y"] = 550760.75,
                                                ["x"] = -202723.640625,
                                            }, -- end of [46]
                                            [48] = 
                                            {
                                                ["y"] = 550765.25,
                                                ["x"] = -202673.859375,
                                            }, -- end of [48]
                                            [50] = 
                                            {
                                                ["y"] = 550776.3125,
                                                ["x"] = -202625.125,
                                            }, -- end of [50]
                                            [52] = 
                                            {
                                                ["y"] = 550878.1875,
                                                ["x"] = -202347.328125,
                                            }, -- end of [52]
                                            [54] = 
                                            {
                                                ["y"] = 550933.8125,
                                                ["x"] = -202206.953125,
                                            }, -- end of [54]
                                            [56] = 
                                            {
                                                ["y"] = 551409.4375,
                                                ["x"] = -201146.609375,
                                            }, -- end of [56]
                                            [58] = 
                                            {
                                                ["y"] = 551425.3125,
                                                ["x"] = -201102.390625,
                                            }, -- end of [58]
                                            [60] = 
                                            {
                                                ["y"] = 551434.0625,
                                                ["x"] = -201056.234375,
                                            }, -- end of [60]
                                            [62] = 
                                            {
                                                ["y"] = 551435.5,
                                                ["x"] = -201009.296875,
                                            }, -- end of [62]
                                            [64] = 
                                            {
                                                ["y"] = 551429.5625,
                                                ["x"] = -200962.703125,
                                            }, -- end of [64]
                                            [68] = 
                                            {
                                                ["y"] = 551394.4375,
                                                ["x"] = -200856.5625,
                                            }, -- end of [68]
                                            [72] = 
                                            {
                                                ["y"] = 551385.375,
                                                ["x"] = -200772.96875,
                                            }, -- end of [72]
                                            [76] = 
                                            {
                                                ["y"] = 551404.5,
                                                ["x"] = -200691.109375,
                                            }, -- end of [76]
                                            [80] = 
                                            {
                                                ["y"] = 551449.75,
                                                ["x"] = -200620.21875,
                                            }, -- end of [80]
                                            [84] = 
                                            {
                                                ["y"] = 551521.875,
                                                ["x"] = -200560.75,
                                            }, -- end of [84]
                                            [88] = 
                                            {
                                                ["y"] = 551614.5,
                                                ["x"] = -200467.828125,
                                            }, -- end of [88]
                                            [92] = 
                                            {
                                                ["y"] = 551684.6875,
                                                ["x"] = -200356.984375,
                                            }, -- end of [92]
                                            [96] = 
                                            {
                                                ["y"] = 551729.125,
                                                ["x"] = -200233.515625,
                                            }, -- end of [96]
                                            [100] = 
                                            {
                                                ["y"] = 551745.625,
                                                ["x"] = -200103.359375,
                                            }, -- end of [100]
                                            [104] = 
                                            {
                                                ["y"] = 551739.625,
                                                ["x"] = -199944,
                                            }, -- end of [104]
                                            [108] = 
                                            {
                                                ["y"] = 551723.9375,
                                                ["x"] = -199907.46875,
                                            }, -- end of [108]
                                            [112] = 
                                            {
                                                ["y"] = 551658.1875,
                                                ["x"] = -199827.0625,
                                            }, -- end of [112]
                                            [116] = 
                                            {
                                                ["y"] = 551596.25,
                                                ["x"] = -199800.765625,
                                            }, -- end of [116]
                                            [120] = 
                                            {
                                                ["y"] = 551529.0625,
                                                ["x"] = -199804.171875,
                                            }, -- end of [120]
                                            [124] = 
                                            {
                                                ["y"] = 551470.125,
                                                ["x"] = -199836.609375,
                                            }, -- end of [124]
                                            [128] = 
                                            {
                                                ["y"] = 551119.4375,
                                                ["x"] = -200152.203125,
                                            }, -- end of [128]
                                            [136] = 
                                            {
                                                ["y"] = 550934.625,
                                                ["x"] = -200188.203125,
                                            }, -- end of [136]
                                            [144] = 
                                            {
                                                ["y"] = 549777.8125,
                                                ["x"] = -199642.65625,
                                            }, -- end of [144]
                                            [152] = 
                                            {
                                                ["y"] = 548986.5625,
                                                ["x"] = -199057.859375,
                                            }, -- end of [152]
                                            [160] = 
                                            {
                                                ["y"] = 548569.625,
                                                ["x"] = -198853.421875,
                                            }, -- end of [160]
                                            [168] = 
                                            {
                                                ["y"] = 547501.8125,
                                                ["x"] = -198539.140625,
                                            }, -- end of [168]
                                            [176] = 
                                            {
                                                ["y"] = 545943.8125,
                                                ["x"] = -198280.65625,
                                            }, -- end of [176]
                                            [184] = 
                                            {
                                                ["y"] = 545432.5625,
                                                ["x"] = -198242.234375,
                                            }, -- end of [184]
                                            [129] = 
                                            {
                                                ["y"] = 551098.125,
                                                ["x"] = -200163.078125,
                                            }, -- end of [129]
                                            [137] = 
                                            {
                                                ["y"] = 550911.0625,
                                                ["x"] = -200184.21875,
                                            }, -- end of [137]
                                            [145] = 
                                            {
                                                ["y"] = 549725.5,
                                                ["x"] = -199610.4375,
                                            }, -- end of [145]
                                            [153] = 
                                            {
                                                ["y"] = 548937.1875,
                                                ["x"] = -199027.0625,
                                            }, -- end of [153]
                                            [161] = 
                                            {
                                                ["y"] = 548514.5,
                                                ["x"] = -198834.84375,
                                            }, -- end of [161]
                                            [169] = 
                                            {
                                                ["y"] = 547446.5625,
                                                ["x"] = -198531.953125,
                                            }, -- end of [169]
                                            [177] = 
                                            {
                                                ["y"] = 545916.9375,
                                                ["x"] = -198278.03125,
                                            }, -- end of [177]
                                            [185] = 
                                            {
                                                ["y"] = 545049.0625,
                                                ["x"] = -198166.09375,
                                            }, -- end of [185]
                                            [65] = 
                                            {
                                                ["y"] = 551423.9375,
                                                ["x"] = -200939.890625,
                                            }, -- end of [65]
                                            [69] = 
                                            {
                                                ["y"] = 551389.5,
                                                ["x"] = -200836.03125,
                                            }, -- end of [69]
                                            [73] = 
                                            {
                                                ["y"] = 551387.5625,
                                                ["x"] = -200751.96875,
                                            }, -- end of [73]
                                            [77] = 
                                            {
                                                ["y"] = 551413.5,
                                                ["x"] = -200672.015625,
                                            }, -- end of [77]
                                            [81] = 
                                            {
                                                ["y"] = 551464.5625,
                                                ["x"] = -200605.1875,
                                            }, -- end of [81]
                                            [85] = 
                                            {
                                                ["y"] = 551546.875,
                                                ["x"] = -200539.453125,
                                            }, -- end of [85]
                                            [89] = 
                                            {
                                                ["y"] = 551634.3125,
                                                ["x"] = -200441.59375,
                                            }, -- end of [89]
                                            [93] = 
                                            {
                                                ["y"] = 551698.3125,
                                                ["x"] = -200327.078125,
                                            }, -- end of [93]
                                            [97] = 
                                            {
                                                ["y"] = 551735.875,
                                                ["x"] = -200201.375,
                                            }, -- end of [97]
                                            [101] = 
                                            {
                                                ["y"] = 551745.25,
                                                ["x"] = -200070.5,
                                            }, -- end of [101]
                                            [105] = 
                                            {
                                                ["y"] = 551736.0625,
                                                ["x"] = -199931.15625,
                                            }, -- end of [105]
                                            [109] = 
                                            {
                                                ["y"] = 551693.5625,
                                                ["x"] = -199863.3125,
                                            }, -- end of [109]
                                            [113] = 
                                            {
                                                ["y"] = 551643.9375,
                                                ["x"] = -199817.90625,
                                            }, -- end of [113]
                                            [117] = 
                                            {
                                                ["y"] = 551579.4375,
                                                ["x"] = -199798.75,
                                            }, -- end of [117]
                                            [121] = 
                                            {
                                                ["y"] = 551513.0625,
                                                ["x"] = -199809.71875,
                                            }, -- end of [121]
                                            [125] = 
                                            {
                                                ["y"] = 551177.3125,
                                                ["x"] = -200109.90625,
                                            }, -- end of [125]
                                            [130] = 
                                            {
                                                ["y"] = 551076,
                                                ["x"] = -200172.21875,
                                            }, -- end of [130]
                                            [138] = 
                                            {
                                                ["y"] = 550887.8125,
                                                ["x"] = -200178.375,
                                            }, -- end of [138]
                                            [146] = 
                                            {
                                                ["y"] = 549674.1875,
                                                ["x"] = -199576.640625,
                                            }, -- end of [146]
                                            [154] = 
                                            {
                                                ["y"] = 548886.9375,
                                                ["x"] = -198997.734375,
                                            }, -- end of [154]
                                            [162] = 
                                            {
                                                ["y"] = 547827.3125,
                                                ["x"] = -198614.3125,
                                            }, -- end of [162]
                                            [170] = 
                                            {
                                                ["y"] = 546742.25,
                                                ["x"] = -198450.265625,
                                            }, -- end of [170]
                                            [178] = 
                                            {
                                                ["y"] = 545890,
                                                ["x"] = -198276.734375,
                                            }, -- end of [178]
                                            [183] = 
                                            {
                                                ["y"] = 545486.875,
                                                ["x"] = -198252.046875,
                                            }, -- end of [183]
                                            [179] = 
                                            {
                                                ["y"] = 545706.4375,
                                                ["x"] = -198272.421875,
                                            }, -- end of [179]
                                            [175] = 
                                            {
                                                ["y"] = 545970.5,
                                                ["x"] = -198284.578125,
                                            }, -- end of [175]
                                            [174] = 
                                            {
                                                ["y"] = 545996.9375,
                                                ["x"] = -198289.796875,
                                            }, -- end of [174]
                                            [171] = 
                                            {
                                                ["y"] = 546704.3125,
                                                ["x"] = -198445.1875,
                                            }, -- end of [171]
                                            [167] = 
                                            {
                                                ["y"] = 547556.875,
                                                ["x"] = -198547.875,
                                            }, -- end of [167]
                                            [163] = 
                                            {
                                                ["y"] = 547774,
                                                ["x"] = -198598.015625,
                                            }, -- end of [163]
                                            [159] = 
                                            {
                                                ["y"] = 548624.1875,
                                                ["x"] = -198873.59375,
                                            }, -- end of [159]
                                            [158] = 
                                            {
                                                ["y"] = 548678.125,
                                                ["x"] = -198895.34375,
                                            }, -- end of [158]
                                            [155] = 
                                            {
                                                ["y"] = 548835.875,
                                                ["x"] = -198969.859375,
                                            }, -- end of [155]
                                            [151] = 
                                            {
                                                ["y"] = 549035,
                                                ["x"] = -199090.0625,
                                            }, -- end of [151]
                                            [147] = 
                                            {
                                                ["y"] = 549624,
                                                ["x"] = -199541.28125,
                                            }, -- end of [147]
                                            [143] = 
                                            {
                                                ["y"] = 549831.125,
                                                ["x"] = -199673.265625,
                                            }, -- end of [143]
                                            [142] = 
                                            {
                                                ["y"] = 549885.3125,
                                                ["x"] = -199702.203125,
                                            }, -- end of [142]
                                            [139] = 
                                            {
                                                ["y"] = 550865.1875,
                                                ["x"] = -200170.703125,
                                            }, -- end of [139]
                                            [135] = 
                                            {
                                                ["y"] = 550958.5,
                                                ["x"] = -200190.28125,
                                            }, -- end of [135]
                                            [131] = 
                                            {
                                                ["y"] = 551053.25,
                                                ["x"] = -200179.578125,
                                            }, -- end of [131]
                                            [127] = 
                                            {
                                                ["y"] = 551139.875,
                                                ["x"] = -200139.65625,
                                            }, -- end of [127]
                                            [111] = 
                                            {
                                                ["y"] = 551671.3125,
                                                ["x"] = -199837.78125,
                                            }, -- end of [111]
                                            [95] = 
                                            {
                                                ["y"] = 551720.5625,
                                                ["x"] = -200265.25,
                                            }, -- end of [95]
                                            [79] = 
                                            {
                                                ["y"] = 551436.1875,
                                                ["x"] = -200636.4375,
                                            }, -- end of [79]
                                        }, -- end of [3]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 38,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 563166.68484497,
                                            ["x"] = -214020.83096313,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 8.2222222222222,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 1,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 6,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1766.9383063654,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 553256.06262017,
                                            ["x"] = -206059.7972787,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 7.1944444444444,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 36,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 2214.140117502,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 551979.82506943,
                                            ["x"] = -205122.00307256,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 7.1944444444444,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 201,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 4147.8524291389,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 545049.05299542,
                                            ["x"] = -198166.09764267,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 7.1944444444444,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 1,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 563166.68484497,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Resupply Armor Group 1",
                                        ["unitId"] = 1,
                                        ["heading"] = -0.89405679967294,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -214020.83096313,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 563188.00595093,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #001",
                                        ["unitId"] = 2,
                                        ["heading"] = -0.89405679967294,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -214041.72866821,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 563208.07064819,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #002",
                                        ["unitId"] = 3,
                                        ["heading"] = -0.89405679967294,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -214063.89932251,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 563226.77105713,
                                        ["type"] = "M978 HEMTT Tanker",
                                        ["name"] = "Unit #003",
                                        ["unitId"] = 4,
                                        ["heading"] = -0.89405679967294,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -214087.2255249,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 563244.04202271,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #004",
                                        ["unitId"] = 5,
                                        ["heading"] = -0.89405679967294,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -214111.63858032,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 563260.3816299,
                                        ["type"] = "HEMTT TFFT",
                                        ["name"] = "Unit #005",
                                        ["unitId"] = 6,
                                        ["heading"] = -0.89405679967294,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -214136.75412366,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 563276.6976057,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #006",
                                        ["unitId"] = 7,
                                        ["heading"] = -0.89405679967294,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -214161.93096103,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 563293.00609499,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #007",
                                        ["unitId"] = 8,
                                        ["heading"] = -0.89405679967294,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -214187.0897751,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 563309.33220683,
                                        ["type"] = "HEMTT TFFT",
                                        ["name"] = "Unit #008",
                                        ["unitId"] = 9,
                                        ["heading"] = -0.89405679967294,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -214212.26930115,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 563325.64072272,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Unit #009",
                                        ["unitId"] = 10,
                                        ["heading"] = -0.89405679967294,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -214237.42815625,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["y"] = 563341.96346885,
                                        ["type"] = "M978 HEMTT Tanker",
                                        ["name"] = "Unit #010",
                                        ["unitId"] = 11,
                                        ["heading"] = -0.89405679967294,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -214262.60896408,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        ["y"] = 563358.26151721,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #011",
                                        ["unitId"] = 12,
                                        ["heading"] = -0.89405679967294,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -214287.75814511,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        ["y"] = 563374.58760245,
                                        ["type"] = "M978 HEMTT Tanker",
                                        ["name"] = "Unit #012",
                                        ["unitId"] = 13,
                                        ["heading"] = -0.89405679967294,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -214312.93763013,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        ["y"] = 563390.88565081,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #013",
                                        ["unitId"] = 14,
                                        ["heading"] = -0.89405679967294,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -214338.08681116,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        ["y"] = 563407.21176265,
                                        ["type"] = "M978 HEMTT Tanker",
                                        ["name"] = "Unit #014",
                                        ["unitId"] = 15,
                                        ["heading"] = -0.89405679967294,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -214363.26633721,
                                    }, -- end of [15]
                                    [16] = 
                                    {
                                        ["y"] = 563423.51693943,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #015",
                                        ["unitId"] = 16,
                                        ["heading"] = -0.89405679967294,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -214388.42651512,
                                    }, -- end of [16]
                                    [17] = 
                                    {
                                        ["y"] = 563439.82542872,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #016",
                                        ["unitId"] = 17,
                                        ["heading"] = -0.89405679967294,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -214413.58532919,
                                    }, -- end of [17]
                                    [18] = 
                                    {
                                        ["y"] = 563456.14107303,
                                        ["type"] = "M978 HEMTT Tanker",
                                        ["name"] = "Unit #017",
                                        ["unitId"] = 18,
                                        ["heading"] = -0.89405679967294,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -214438.75518117,
                                    }, -- end of [18]
                                    [19] = 
                                    {
                                        ["y"] = 563472.44958892,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #018",
                                        ["unitId"] = 19,
                                        ["heading"] = -0.89405679967294,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -214463.91403627,
                                    }, -- end of [19]
                                    [20] = 
                                    {
                                        ["y"] = 563488.75888809,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Unit #019",
                                        ["unitId"] = 20,
                                        ["heading"] = -0.89405679967294,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -214489.08714012,
                                    }, -- end of [20]
                                }, -- end of ["units"]
                                ["y"] = 563166.68484497,
                                ["x"] = -214020.83096313,
                                ["name"] = "Resupply Group 1",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [33] = 
                                            {
                                                ["y"] = 565137.375,
                                                ["x"] = -217305.890625,
                                            }, -- end of [33]
                                            [35] = 
                                            {
                                                ["y"] = 565103.6875,
                                                ["x"] = -216759.84375,
                                            }, -- end of [35]
                                            [37] = 
                                            {
                                                ["y"] = 565095.0625,
                                                ["x"] = -216676.671875,
                                            }, -- end of [37]
                                            [39] = 
                                            {
                                                ["y"] = 565079.5,
                                                ["x"] = -216594.515625,
                                            }, -- end of [39]
                                            [41] = 
                                            {
                                                ["y"] = 565057.125,
                                                ["x"] = -216513.953125,
                                            }, -- end of [41]
                                            [43] = 
                                            {
                                                ["y"] = 565028.125,
                                                ["x"] = -216435.53125,
                                            }, -- end of [43]
                                            [45] = 
                                            {
                                                ["y"] = 564995.75,
                                                ["x"] = -216365.828125,
                                            }, -- end of [45]
                                            [47] = 
                                            {
                                                ["y"] = 564954.5,
                                                ["x"] = -216293,
                                            }, -- end of [47]
                                            [49] = 
                                            {
                                                ["y"] = 564907.375,
                                                ["x"] = -216223.859375,
                                            }, -- end of [49]
                                            [51] = 
                                            {
                                                ["y"] = 564854.625,
                                                ["x"] = -216158.890625,
                                            }, -- end of [51]
                                            [53] = 
                                            {
                                                ["y"] = 564421.625,
                                                ["x"] = -215668.09375,
                                            }, -- end of [53]
                                            [55] = 
                                            {
                                                ["y"] = 564385.1875,
                                                ["x"] = -215616.90625,
                                            }, -- end of [55]
                                            [57] = 
                                            {
                                                ["y"] = 564250,
                                                ["x"] = -215369.84375,
                                            }, -- end of [57]
                                            [59] = 
                                            {
                                                ["y"] = 564216.75,
                                                ["x"] = -215313.5,
                                            }, -- end of [59]
                                            [61] = 
                                            {
                                                ["y"] = 564178.75,
                                                ["x"] = -215260.25,
                                            }, -- end of [61]
                                            [63] = 
                                            {
                                                ["y"] = 564136.25,
                                                ["x"] = -215210.46875,
                                            }, -- end of [63]
                                            [66] = 
                                            {
                                                ["y"] = 563821.8125,
                                                ["x"] = -214879.703125,
                                            }, -- end of [66]
                                            [70] = 
                                            {
                                                ["y"] = 563746.0625,
                                                ["x"] = -214845.40625,
                                            }, -- end of [70]
                                            [74] = 
                                            {
                                                ["y"] = 563701.5625,
                                                ["x"] = -214815.671875,
                                            }, -- end of [74]
                                            [78] = 
                                            {
                                                ["y"] = 563213.125,
                                                ["x"] = -214069.9375,
                                            }, -- end of [78]
                                            [82] = 
                                            {
                                                ["y"] = 563130.25,
                                                ["x"] = -213990.265625,
                                            }, -- end of [82]
                                            [86] = 
                                            {
                                                ["y"] = 563031.3125,
                                                ["x"] = -213931.671875,
                                            }, -- end of [86]
                                            [90] = 
                                            {
                                                ["y"] = 562785.0625,
                                                ["x"] = -213833.265625,
                                            }, -- end of [90]
                                            [94] = 
                                            {
                                                ["y"] = 562617.9375,
                                                ["x"] = -213736.796875,
                                            }, -- end of [94]
                                            [98] = 
                                            {
                                                ["y"] = 562468.4375,
                                                ["x"] = -213614.796875,
                                            }, -- end of [98]
                                            [102] = 
                                            {
                                                ["y"] = 562340.4375,
                                                ["x"] = -213470.421875,
                                            }, -- end of [102]
                                            [106] = 
                                            {
                                                ["y"] = 562237.25,
                                                ["x"] = -213307.390625,
                                            }, -- end of [106]
                                            [110] = 
                                            {
                                                ["y"] = 562027.3125,
                                                ["x"] = -212827.890625,
                                            }, -- end of [110]
                                            [114] = 
                                            {
                                                ["y"] = 561553.8125,
                                                ["x"] = -212355.140625,
                                            }, -- end of [114]
                                            [118] = 
                                            {
                                                ["y"] = 561449.0625,
                                                ["x"] = -212161.046875,
                                            }, -- end of [118]
                                            [122] = 
                                            {
                                                ["y"] = 560742.25,
                                                ["x"] = -211192.78125,
                                            }, -- end of [122]
                                            [126] = 
                                            {
                                                ["y"] = 560632.0625,
                                                ["x"] = -211081.265625,
                                            }, -- end of [126]
                                            [132] = 
                                            {
                                                ["y"] = 560246.4375,
                                                ["x"] = -210819.015625,
                                            }, -- end of [132]
                                            [140] = 
                                            {
                                                ["y"] = 559912.6875,
                                                ["x"] = -210826.265625,
                                            }, -- end of [140]
                                            [148] = 
                                            {
                                                ["y"] = 559235.6875,
                                                ["x"] = -210065.859375,
                                            }, -- end of [148]
                                            [156] = 
                                            {
                                                ["y"] = 558527.9375,
                                                ["x"] = -208883.421875,
                                            }, -- end of [156]
                                            [164] = 
                                            {
                                                ["y"] = 557457.6875,
                                                ["x"] = -207164.390625,
                                            }, -- end of [164]
                                            [172] = 
                                            {
                                                ["y"] = 556396.6875,
                                                ["x"] = -206203.34375,
                                            }, -- end of [172]
                                            [180] = 
                                            {
                                                ["y"] = 556205.75,
                                                ["x"] = -205891.171875,
                                            }, -- end of [180]
                                            [188] = 
                                            {
                                                ["y"] = 556117.3125,
                                                ["x"] = -205826.484375,
                                            }, -- end of [188]
                                            [196] = 
                                            {
                                                ["y"] = 555958.375,
                                                ["x"] = -205823.9375,
                                            }, -- end of [196]
                                            [204] = 
                                            {
                                                ["y"] = 555776.75,
                                                ["x"] = -205752.078125,
                                            }, -- end of [204]
                                            [212] = 
                                            {
                                                ["y"] = 555622.9375,
                                                ["x"] = -205791.671875,
                                            }, -- end of [212]
                                            [220] = 
                                            {
                                                ["y"] = 555378.9375,
                                                ["x"] = -205658.171875,
                                            }, -- end of [220]
                                            [228] = 
                                            {
                                                ["y"] = 555249.8125,
                                                ["x"] = -205373.09375,
                                            }, -- end of [228]
                                            [1] = 
                                            {
                                                ["y"] = 567366.0625,
                                                ["x"] = -221092.15625,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 566899.5625,
                                                ["x"] = -219896.484375,
                                            }, -- end of [2]
                                            [133] = 
                                            {
                                                ["y"] = 560235.25,
                                                ["x"] = -210815.53125,
                                            }, -- end of [133]
                                            [141] = 
                                            {
                                                ["y"] = 559901.0625,
                                                ["x"] = -210819.84375,
                                            }, -- end of [141]
                                            [149] = 
                                            {
                                                ["y"] = 559214,
                                                ["x"] = -210030.015625,
                                            }, -- end of [149]
                                            [157] = 
                                            {
                                                ["y"] = 558498.0625,
                                                ["x"] = -208838.578125,
                                            }, -- end of [157]
                                            [165] = 
                                            {
                                                ["y"] = 557418,
                                                ["x"] = -207116.171875,
                                            }, -- end of [165]
                                            [173] = 
                                            {
                                                ["y"] = 556374.3125,
                                                ["x"] = -206180.734375,
                                            }, -- end of [173]
                                            [181] = 
                                            {
                                                ["y"] = 556199,
                                                ["x"] = -205878.578125,
                                            }, -- end of [181]
                                            [3] = 
                                            {
                                                ["y"] = 566875.8125,
                                                ["x"] = -219838.34375,
                                            }, -- end of [3]
                                            [197] = 
                                            {
                                                ["y"] = 555944.8125,
                                                ["x"] = -205817.140625,
                                            }, -- end of [197]
                                            [205] = 
                                            {
                                                ["y"] = 555763.625,
                                                ["x"] = -205755.203125,
                                            }, -- end of [205]
                                            [213] = 
                                            {
                                                ["y"] = 555606,
                                                ["x"] = -205788.953125,
                                            }, -- end of [213]
                                            [221] = 
                                            {
                                                ["y"] = 555368.5625,
                                                ["x"] = -205644.84375,
                                            }, -- end of [221]
                                            [229] = 
                                            {
                                                ["y"] = 555245.125,
                                                ["x"] = -205373.8125,
                                            }, -- end of [229]
                                            [4] = 
                                            {
                                                ["y"] = 566850.25,
                                                ["x"] = -219780.96875,
                                            }, -- end of [4]
                                            [67] = 
                                            {
                                                ["y"] = 563805.0625,
                                                ["x"] = -214869.0625,
                                            }, -- end of [67]
                                            [71] = 
                                            {
                                                ["y"] = 563733.5,
                                                ["x"] = -214840.328125,
                                            }, -- end of [71]
                                            [75] = 
                                            {
                                                ["y"] = 563693.4375,
                                                ["x"] = -214804.828125,
                                            }, -- end of [75]
                                            [5] = 
                                            {
                                                ["y"] = 566822.9375,
                                                ["x"] = -219724.4375,
                                            }, -- end of [5]
                                            [83] = 
                                            {
                                                ["y"] = 563106.8125,
                                                ["x"] = -213973.5,
                                            }, -- end of [83]
                                            [87] = 
                                            {
                                                ["y"] = 563004.6875,
                                                ["x"] = -213920.703125,
                                            }, -- end of [87]
                                            [91] = 
                                            {
                                                ["y"] = 562741.875,
                                                ["x"] = -213811.6875,
                                            }, -- end of [91]
                                            [6] = 
                                            {
                                                ["y"] = 566793.8125,
                                                ["x"] = -219668.78125,
                                            }, -- end of [6]
                                            [99] = 
                                            {
                                                ["y"] = 562434.3125,
                                                ["x"] = -213580.65625,
                                            }, -- end of [99]
                                            [103] = 
                                            {
                                                ["y"] = 562312.1875,
                                                ["x"] = -213431.25,
                                            }, -- end of [103]
                                            [107] = 
                                            {
                                                ["y"] = 562215.625,
                                                ["x"] = -213264.203125,
                                            }, -- end of [107]
                                            [7] = 
                                            {
                                                ["y"] = 566763,
                                                ["x"] = -219614.078125,
                                            }, -- end of [7]
                                            [115] = 
                                            {
                                                ["y"] = 561545.875,
                                                ["x"] = -212341.671875,
                                            }, -- end of [115]
                                            [119] = 
                                            {
                                                ["y"] = 561432.6875,
                                                ["x"] = -212135.6875,
                                            }, -- end of [119]
                                            [123] = 
                                            {
                                                ["y"] = 560716.75,
                                                ["x"] = -211162.90625,
                                            }, -- end of [123]
                                            [8] = 
                                            {
                                                ["y"] = 566730.4375,
                                                ["x"] = -219560.359375,
                                            }, -- end of [8]
                                            [134] = 
                                            {
                                                ["y"] = 560223.6875,
                                                ["x"] = -210813.375,
                                            }, -- end of [134]
                                            [9] = 
                                            {
                                                ["y"] = 566696.25,
                                                ["x"] = -219507.703125,
                                            }, -- end of [9]
                                            [150] = 
                                            {
                                                ["y"] = 559193.8125,
                                                ["x"] = -209993.28125,
                                            }, -- end of [150]
                                            [10] = 
                                            {
                                                ["y"] = 566660.375,
                                                ["x"] = -219456.125,
                                            }, -- end of [10]
                                            [166] = 
                                            {
                                                ["y"] = 557376.875,
                                                ["x"] = -207069.21875,
                                            }, -- end of [166]
                                            [11] = 
                                            {
                                                ["y"] = 566622.9375,
                                                ["x"] = -219405.71875,
                                            }, -- end of [11]
                                            [182] = 
                                            {
                                                ["y"] = 556190.6875,
                                                ["x"] = -205866.9375,
                                            }, -- end of [182]
                                            [12] = 
                                            {
                                                ["y"] = 566583.9375,
                                                ["x"] = -219356.5,
                                            }, -- end of [12]
                                            [198] = 
                                            {
                                                ["y"] = 555854.875,
                                                ["x"] = -205765.640625,
                                            }, -- end of [198]
                                            [13] = 
                                            {
                                                ["y"] = 566561.4375,
                                                ["x"] = -219329.5,
                                            }, -- end of [13]
                                            [214] = 
                                            {
                                                ["y"] = 555589.5,
                                                ["x"] = -205784.5,
                                            }, -- end of [214]
                                            [14] = 
                                            {
                                                ["y"] = 566528.8125,
                                                ["x"] = -219291.984375,
                                            }, -- end of [14]
                                            [230] = 
                                            {
                                                ["y"] = 554513.6875,
                                                ["x"] = -205622.390625,
                                            }, -- end of [230]
                                            [15] = 
                                            {
                                                ["y"] = 566495.25,
                                                ["x"] = -219255.296875,
                                            }, -- end of [15]
                                            [16] = 
                                            {
                                                ["y"] = 566018.4375,
                                                ["x"] = -218746.859375,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 565330.6875,
                                                ["x"] = -218013.515625,
                                            }, -- end of [17]
                                            [18] = 
                                            {
                                                ["y"] = 565316.25,
                                                ["x"] = -217997,
                                            }, -- end of [18]
                                            [19] = 
                                            {
                                                ["y"] = 565303.125,
                                                ["x"] = -217979.46875,
                                            }, -- end of [19]
                                            [20] = 
                                            {
                                                ["y"] = 565291.25,
                                                ["x"] = -217961.03125,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                ["y"] = 565280.8125,
                                                ["x"] = -217941.78125,
                                            }, -- end of [21]
                                            [22] = 
                                            {
                                                ["y"] = 565271.75,
                                                ["x"] = -217921.8125,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                ["y"] = 565264.25,
                                                ["x"] = -217901.234375,
                                            }, -- end of [23]
                                            [24] = 
                                            {
                                                ["y"] = 565232.25,
                                                ["x"] = -217803.3125,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 565215.5,
                                                ["x"] = -217749.4375,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                ["y"] = 565200.25,
                                                ["x"] = -217695.125,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 565186.5625,
                                                ["x"] = -217640.390625,
                                            }, -- end of [27]
                                            [28] = 
                                            {
                                                ["y"] = 565174.4375,
                                                ["x"] = -217585.296875,
                                            }, -- end of [28]
                                            [29] = 
                                            {
                                                ["y"] = 565163.875,
                                                ["x"] = -217529.875,
                                            }, -- end of [29]
                                            [30] = 
                                            {
                                                ["y"] = 565154.875,
                                                ["x"] = -217474.1875,
                                            }, -- end of [30]
                                            [31] = 
                                            {
                                                ["y"] = 565147.4375,
                                                ["x"] = -217418.25,
                                            }, -- end of [31]
                                            [32] = 
                                            {
                                                ["y"] = 565141.625,
                                                ["x"] = -217362.140625,
                                            }, -- end of [32]
                                            [34] = 
                                            {
                                                ["y"] = 565107.5,
                                                ["x"] = -216821.859375,
                                            }, -- end of [34]
                                            [36] = 
                                            {
                                                ["y"] = 565100.25,
                                                ["x"] = -216718.171875,
                                            }, -- end of [36]
                                            [38] = 
                                            {
                                                ["y"] = 565088.125,
                                                ["x"] = -216635.4375,
                                            }, -- end of [38]
                                            [40] = 
                                            {
                                                ["y"] = 565069.1875,
                                                ["x"] = -216554,
                                            }, -- end of [40]
                                            [42] = 
                                            {
                                                ["y"] = 565043.4375,
                                                ["x"] = -216474.4375,
                                            }, -- end of [42]
                                            [44] = 
                                            {
                                                ["y"] = 565014,
                                                ["x"] = -216403.484375,
                                            }, -- end of [44]
                                            [46] = 
                                            {
                                                ["y"] = 564975.875,
                                                ["x"] = -216328.984375,
                                            }, -- end of [46]
                                            [48] = 
                                            {
                                                ["y"] = 564931.6875,
                                                ["x"] = -216257.9375,
                                            }, -- end of [48]
                                            [50] = 
                                            {
                                                ["y"] = 564881.6875,
                                                ["x"] = -216190.828125,
                                            }, -- end of [50]
                                            [52] = 
                                            {
                                                ["y"] = 564441.8125,
                                                ["x"] = -215692.1875,
                                            }, -- end of [52]
                                            [54] = 
                                            {
                                                ["y"] = 564402.75,
                                                ["x"] = -215642.984375,
                                            }, -- end of [54]
                                            [56] = 
                                            {
                                                ["y"] = 564367.875,
                                                ["x"] = -215590.765625,
                                            }, -- end of [56]
                                            [58] = 
                                            {
                                                ["y"] = 564234,
                                                ["x"] = -215341.3125,
                                            }, -- end of [58]
                                            [60] = 
                                            {
                                                ["y"] = 564198.3125,
                                                ["x"] = -215286.453125,
                                            }, -- end of [60]
                                            [62] = 
                                            {
                                                ["y"] = 564158.0625,
                                                ["x"] = -215234.890625,
                                            }, -- end of [62]
                                            [64] = 
                                            {
                                                ["y"] = 563851.6875,
                                                ["x"] = -214905.65625,
                                            }, -- end of [64]
                                            [68] = 
                                            {
                                                ["y"] = 563787.375,
                                                ["x"] = -214860.125,
                                            }, -- end of [68]
                                            [72] = 
                                            {
                                                ["y"] = 563721.75,
                                                ["x"] = -214833.59375,
                                            }, -- end of [72]
                                            [76] = 
                                            {
                                                ["y"] = 563247.1875,
                                                ["x"] = -214116.40625,
                                            }, -- end of [76]
                                            [80] = 
                                            {
                                                ["y"] = 563174,
                                                ["x"] = -214027.703125,
                                            }, -- end of [80]
                                            [84] = 
                                            {
                                                ["y"] = 563082.4375,
                                                ["x"] = -213958.109375,
                                            }, -- end of [84]
                                            [88] = 
                                            {
                                                ["y"] = 562873.875,
                                                ["x"] = -213871.109375,
                                            }, -- end of [88]
                                            [92] = 
                                            {
                                                ["y"] = 562699.5625,
                                                ["x"] = -213788.390625,
                                            }, -- end of [92]
                                            [96] = 
                                            {
                                                ["y"] = 562540.75,
                                                ["x"] = -213678.8125,
                                            }, -- end of [96]
                                            [100] = 
                                            {
                                                ["y"] = 562401.5625,
                                                ["x"] = -213545.1875,
                                            }, -- end of [100]
                                            [104] = 
                                            {
                                                ["y"] = 562285.5625,
                                                ["x"] = -213390.984375,
                                            }, -- end of [104]
                                            [108] = 
                                            {
                                                ["y"] = 562195.75,
                                                ["x"] = -213220.171875,
                                            }, -- end of [108]
                                            [112] = 
                                            {
                                                ["y"] = 561573.625,
                                                ["x"] = -212379.203125,
                                            }, -- end of [112]
                                            [116] = 
                                            {
                                                ["y"] = 561479,
                                                ["x"] = -212213.5,
                                            }, -- end of [116]
                                            [120] = 
                                            {
                                                ["y"] = 561415.3125,
                                                ["x"] = -212110.96875,
                                            }, -- end of [120]
                                            [124] = 
                                            {
                                                ["y"] = 560689.875,
                                                ["x"] = -211134.3125,
                                            }, -- end of [124]
                                            [128] = 
                                            {
                                                ["y"] = 560569.25,
                                                ["x"] = -211034.140625,
                                            }, -- end of [128]
                                            [136] = 
                                            {
                                                ["y"] = 559964.5,
                                                ["x"] = -210835.296875,
                                            }, -- end of [136]
                                            [144] = 
                                            {
                                                ["y"] = 559337.0625,
                                                ["x"] = -210199.21875,
                                            }, -- end of [144]
                                            [152] = 
                                            {
                                                ["y"] = 558719.375,
                                                ["x"] = -209129.390625,
                                            }, -- end of [152]
                                            [160] = 
                                            {
                                                ["y"] = 557600.6875,
                                                ["x"] = -207368.90625,
                                            }, -- end of [160]
                                            [168] = 
                                            {
                                                ["y"] = 557290.3125,
                                                ["x"] = -206979.265625,
                                            }, -- end of [168]
                                            [176] = 
                                            {
                                                ["y"] = 556314.8125,
                                                ["x"] = -206106.265625,
                                            }, -- end of [176]
                                            [184] = 
                                            {
                                                ["y"] = 556169.9375,
                                                ["x"] = -205847.296875,
                                            }, -- end of [184]
                                            [192] = 
                                            {
                                                ["y"] = 556017.375,
                                                ["x"] = -205835.46875,
                                            }, -- end of [192]
                                            [200] = 
                                            {
                                                ["y"] = 555830.125,
                                                ["x"] = -205755.0625,
                                            }, -- end of [200]
                                            [208] = 
                                            {
                                                ["y"] = 555690.625,
                                                ["x"] = -205784.984375,
                                            }, -- end of [208]
                                            [216] = 
                                            {
                                                ["y"] = 555558.25,
                                                ["x"] = -205770.625,
                                            }, -- end of [216]
                                            [224] = 
                                            {
                                                ["y"] = 555296.0625,
                                                ["x"] = -205474.75,
                                            }, -- end of [224]
                                            [231] = 
                                            {
                                                ["y"] = 553253.5625,
                                                ["x"] = -206060.671875,
                                            }, -- end of [231]
                                            [227] = 
                                            {
                                                ["y"] = 555254.4375,
                                                ["x"] = -205374.234375,
                                            }, -- end of [227]
                                            [179] = 
                                            {
                                                ["y"] = 556267.8125,
                                                ["x"] = -206023.3125,
                                            }, -- end of [179]
                                            [199] = 
                                            {
                                                ["y"] = 555842.8125,
                                                ["x"] = -205759.640625,
                                            }, -- end of [199]
                                            [223] = 
                                            {
                                                ["y"] = 555352.5,
                                                ["x"] = -205615.171875,
                                            }, -- end of [223]
                                            [222] = 
                                            {
                                                ["y"] = 555359.6875,
                                                ["x"] = -205630.453125,
                                            }, -- end of [222]
                                            [219] = 
                                            {
                                                ["y"] = 555390.75,
                                                ["x"] = -205670.25,
                                            }, -- end of [219]
                                            [183] = 
                                            {
                                                ["y"] = 556180.9375,
                                                ["x"] = -205856.453125,
                                            }, -- end of [183]
                                            [189] = 
                                            {
                                                ["y"] = 556103,
                                                ["x"] = -205825.671875,
                                            }, -- end of [189]
                                            [215] = 
                                            {
                                                ["y"] = 555573.5,
                                                ["x"] = -205778.375,
                                            }, -- end of [215]
                                            [211] = 
                                            {
                                                ["y"] = 555640,
                                                ["x"] = -205792.640625,
                                            }, -- end of [211]
                                            [187] = 
                                            {
                                                ["y"] = 556131.375,
                                                ["x"] = -205829.125,
                                            }, -- end of [187]
                                            [203] = 
                                            {
                                                ["y"] = 555790.125,
                                                ["x"] = -205750.484375,
                                            }, -- end of [203]
                                            [207] = 
                                            {
                                                ["y"] = 555706.6875,
                                                ["x"] = -205779,
                                            }, -- end of [207]
                                            [206] = 
                                            {
                                                ["y"] = 555751,
                                                ["x"] = -205759.828125,
                                            }, -- end of [206]
                                            [129] = 
                                            {
                                                ["y"] = 560340,
                                                ["x"] = -210879.015625,
                                            }, -- end of [129]
                                            [137] = 
                                            {
                                                ["y"] = 559951.1875,
                                                ["x"] = -210835.65625,
                                            }, -- end of [137]
                                            [145] = 
                                            {
                                                ["y"] = 559309.625,
                                                ["x"] = -210167.5,
                                            }, -- end of [145]
                                            [153] = 
                                            {
                                                ["y"] = 558624.75,
                                                ["x"] = -209012.90625,
                                            }, -- end of [153]
                                            [161] = 
                                            {
                                                ["y"] = 557567.375,
                                                ["x"] = -207316.125,
                                            }, -- end of [161]
                                            [169] = 
                                            {
                                                ["y"] = 557245,
                                                ["x"] = -206936.359375,
                                            }, -- end of [169]
                                            [177] = 
                                            {
                                                ["y"] = 556297.6875,
                                                ["x"] = -206079.453125,
                                            }, -- end of [177]
                                            [185] = 
                                            {
                                                ["y"] = 556157.875,
                                                ["x"] = -205839.609375,
                                            }, -- end of [185]
                                            [193] = 
                                            {
                                                ["y"] = 556002.1875,
                                                ["x"] = -205835.015625,
                                            }, -- end of [193]
                                            [201] = 
                                            {
                                                ["y"] = 555817,
                                                ["x"] = -205751.984375,
                                            }, -- end of [201]
                                            [209] = 
                                            {
                                                ["y"] = 555674.0625,
                                                ["x"] = -205789.28125,
                                            }, -- end of [209]
                                            [217] = 
                                            {
                                                ["y"] = 555418,
                                                ["x"] = -205690.15625,
                                            }, -- end of [217]
                                            [225] = 
                                            {
                                                ["y"] = 555260.6875,
                                                ["x"] = -205381.109375,
                                            }, -- end of [225]
                                            [195] = 
                                            {
                                                ["y"] = 555972.5625,
                                                ["x"] = -205829.21875,
                                            }, -- end of [195]
                                            [190] = 
                                            {
                                                ["y"] = 556088.75,
                                                ["x"] = -205826.671875,
                                            }, -- end of [190]
                                            [191] = 
                                            {
                                                ["y"] = 556032.4375,
                                                ["x"] = -205834.265625,
                                            }, -- end of [191]
                                            [65] = 
                                            {
                                                ["y"] = 563837.375,
                                                ["x"] = -214891.9375,
                                            }, -- end of [65]
                                            [69] = 
                                            {
                                                ["y"] = 563768.9375,
                                                ["x"] = -214852.96875,
                                            }, -- end of [69]
                                            [73] = 
                                            {
                                                ["y"] = 563711.0625,
                                                ["x"] = -214825.328125,
                                            }, -- end of [73]
                                            [77] = 
                                            {
                                                ["y"] = 563230.8125,
                                                ["x"] = -214092.6875,
                                            }, -- end of [77]
                                            [81] = 
                                            {
                                                ["y"] = 563152.625,
                                                ["x"] = -214008.359375,
                                            }, -- end of [81]
                                            [85] = 
                                            {
                                                ["y"] = 563057.25,
                                                ["x"] = -213944.140625,
                                            }, -- end of [85]
                                            [89] = 
                                            {
                                                ["y"] = 562829.125,
                                                ["x"] = -213853.078125,
                                            }, -- end of [89]
                                            [93] = 
                                            {
                                                ["y"] = 562658.25,
                                                ["x"] = -213763.421875,
                                            }, -- end of [93]
                                            [97] = 
                                            {
                                                ["y"] = 562503.9375,
                                                ["x"] = -213647.53125,
                                            }, -- end of [97]
                                            [101] = 
                                            {
                                                ["y"] = 562370.25,
                                                ["x"] = -213508.421875,
                                            }, -- end of [101]
                                            [105] = 
                                            {
                                                ["y"] = 562260.5625,
                                                ["x"] = -213349.671875,
                                            }, -- end of [105]
                                            [109] = 
                                            {
                                                ["y"] = 562031.9375,
                                                ["x"] = -212836.296875,
                                            }, -- end of [109]
                                            [113] = 
                                            {
                                                ["y"] = 561563.125,
                                                ["x"] = -212367.6875,
                                            }, -- end of [113]
                                            [117] = 
                                            {
                                                ["y"] = 561464.5,
                                                ["x"] = -212186.984375,
                                            }, -- end of [117]
                                            [121] = 
                                            {
                                                ["y"] = 560766.1875,
                                                ["x"] = -211223.875,
                                            }, -- end of [121]
                                            [125] = 
                                            {
                                                ["y"] = 560661.625,
                                                ["x"] = -211107.078125,
                                            }, -- end of [125]
                                            [130] = 
                                            {
                                                ["y"] = 560267.3125,
                                                ["x"] = -210829.796875,
                                            }, -- end of [130]
                                            [138] = 
                                            {
                                                ["y"] = 559938,
                                                ["x"] = -210834.25,
                                            }, -- end of [138]
                                            [146] = 
                                            {
                                                ["y"] = 559283.5625,
                                                ["x"] = -210134.671875,
                                            }, -- end of [146]
                                            [154] = 
                                            {
                                                ["y"] = 558591.3125,
                                                ["x"] = -208970.625,
                                            }, -- end of [154]
                                            [162] = 
                                            {
                                                ["y"] = 557532.375,
                                                ["x"] = -207264.421875,
                                            }, -- end of [162]
                                            [170] = 
                                            {
                                                ["y"] = 557198.3125,
                                                ["x"] = -206894.890625,
                                            }, -- end of [170]
                                            [178] = 
                                            {
                                                ["y"] = 556282,
                                                ["x"] = -206051.78125,
                                            }, -- end of [178]
                                            [186] = 
                                            {
                                                ["y"] = 556144.9375,
                                                ["x"] = -205833.515625,
                                            }, -- end of [186]
                                            [194] = 
                                            {
                                                ["y"] = 555987.1875,
                                                ["x"] = -205832.9375,
                                            }, -- end of [194]
                                            [202] = 
                                            {
                                                ["y"] = 555803.625,
                                                ["x"] = -205750.453125,
                                            }, -- end of [202]
                                            [210] = 
                                            {
                                                ["y"] = 555657.125,
                                                ["x"] = -205791.84375,
                                            }, -- end of [210]
                                            [218] = 
                                            {
                                                ["y"] = 555403.8125,
                                                ["x"] = -205680.96875,
                                            }, -- end of [218]
                                            [226] = 
                                            {
                                                ["y"] = 555258.25,
                                                ["x"] = -205377.0625,
                                            }, -- end of [226]
                                            [175] = 
                                            {
                                                ["y"] = 556333.3125,
                                                ["x"] = -206132.125,
                                            }, -- end of [175]
                                            [174] = 
                                            {
                                                ["y"] = 556353.125,
                                                ["x"] = -206156.96875,
                                            }, -- end of [174]
                                            [171] = 
                                            {
                                                ["y"] = 556420.1875,
                                                ["x"] = -206224.75,
                                            }, -- end of [171]
                                            [167] = 
                                            {
                                                ["y"] = 557334.3125,
                                                ["x"] = -207023.5625,
                                            }, -- end of [167]
                                            [163] = 
                                            {
                                                ["y"] = 557495.8125,
                                                ["x"] = -207213.828125,
                                            }, -- end of [163]
                                            [159] = 
                                            {
                                                ["y"] = 558380.8125,
                                                ["x"] = -208647.734375,
                                            }, -- end of [159]
                                            [158] = 
                                            {
                                                ["y"] = 558469.375,
                                                ["x"] = -208792.953125,
                                            }, -- end of [158]
                                            [155] = 
                                            {
                                                ["y"] = 558559.0625,
                                                ["x"] = -208927.453125,
                                            }, -- end of [155]
                                            [151] = 
                                            {
                                                ["y"] = 558829.625,
                                                ["x"] = -209296.921875,
                                            }, -- end of [151]
                                            [147] = 
                                            {
                                                ["y"] = 559258.9375,
                                                ["x"] = -210100.765625,
                                            }, -- end of [147]
                                            [143] = 
                                            {
                                                ["y"] = 559880.875,
                                                ["x"] = -210802.6875,
                                            }, -- end of [143]
                                            [142] = 
                                            {
                                                ["y"] = 559890.375,
                                                ["x"] = -210811.9375,
                                            }, -- end of [142]
                                            [139] = 
                                            {
                                                ["y"] = 559925.0625,
                                                ["x"] = -210831.09375,
                                            }, -- end of [139]
                                            [135] = 
                                            {
                                                ["y"] = 560184.625,
                                                ["x"] = -210809.03125,
                                            }, -- end of [135]
                                            [131] = 
                                            {
                                                ["y"] = 560257.1875,
                                                ["x"] = -210823.796875,
                                            }, -- end of [131]
                                            [127] = 
                                            {
                                                ["y"] = 560601.25,
                                                ["x"] = -211056.921875,
                                            }, -- end of [127]
                                            [111] = 
                                            {
                                                ["y"] = 562021.125,
                                                ["x"] = -212820.515625,
                                            }, -- end of [111]
                                            [95] = 
                                            {
                                                ["y"] = 562578.75,
                                                ["x"] = -213708.578125,
                                            }, -- end of [95]
                                            [79] = 
                                            {
                                                ["y"] = 563194.1875,
                                                ["x"] = -214048.265625,
                                            }, -- end of [79]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [31] = 
                                            {
                                                ["y"] = 552582.25,
                                                ["x"] = -205081.78125,
                                            }, -- end of [31]
                                            [2] = 
                                            {
                                                ["y"] = 553195.3125,
                                                ["x"] = -206080.890625,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                ["y"] = 552914.0625,
                                                ["x"] = -205299.1875,
                                            }, -- end of [8]
                                            [32] = 
                                            {
                                                ["y"] = 552480.6875,
                                                ["x"] = -205064.46875,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                ["y"] = 552476.4375,
                                                ["x"] = -205062.65625,
                                            }, -- end of [33]
                                            [34] = 
                                            {
                                                ["y"] = 552473.1875,
                                                ["x"] = -205059.359375,
                                            }, -- end of [34]
                                            [35] = 
                                            {
                                                ["y"] = 552471.5,
                                                ["x"] = -205055.078125,
                                            }, -- end of [35]
                                            [9] = 
                                            {
                                                ["y"] = 552910.1875,
                                                ["x"] = -205290.796875,
                                            }, -- end of [9]
                                            [36] = 
                                            {
                                                ["y"] = 552471.5625,
                                                ["x"] = -205050.453125,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                ["y"] = 552514.1875,
                                                ["x"] = -204897.828125,
                                            }, -- end of [37]
                                            [38] = 
                                            {
                                                ["y"] = 552522.9375,
                                                ["x"] = -204862.40625,
                                            }, -- end of [38]
                                            [39] = 
                                            {
                                                ["y"] = 552529.875,
                                                ["x"] = -204826.59375,
                                            }, -- end of [39]
                                            [10] = 
                                            {
                                                ["y"] = 552904.875,
                                                ["x"] = -205283.1875,
                                            }, -- end of [10]
                                            [40] = 
                                            {
                                                ["y"] = 552535.0625,
                                                ["x"] = -204790.484375,
                                            }, -- end of [40]
                                            [41] = 
                                            {
                                                ["y"] = 552558.125,
                                                ["x"] = -204599.21875,
                                            }, -- end of [41]
                                            [42] = 
                                            {
                                                ["y"] = 552563.875,
                                                ["x"] = -204534.375,
                                            }, -- end of [42]
                                            [43] = 
                                            {
                                                ["y"] = 552566.0625,
                                                ["x"] = -204504.421875,
                                            }, -- end of [43]
                                            [11] = 
                                            {
                                                ["y"] = 552898.375,
                                                ["x"] = -205276.578125,
                                            }, -- end of [11]
                                            [44] = 
                                            {
                                                ["y"] = 552566.3125,
                                                ["x"] = -204474.40625,
                                            }, -- end of [44]
                                            [45] = 
                                            {
                                                ["y"] = 552564.625,
                                                ["x"] = -204444.421875,
                                            }, -- end of [45]
                                            [46] = 
                                            {
                                                ["y"] = 552545.1875,
                                                ["x"] = -204219.828125,
                                            }, -- end of [46]
                                            [3] = 
                                            {
                                                ["y"] = 553190.6875,
                                                ["x"] = -206081.546875,
                                            }, -- end of [3]
                                            [12] = 
                                            {
                                                ["y"] = 552890.875,
                                                ["x"] = -205271.171875,
                                            }, -- end of [12]
                                            [48] = 
                                            {
                                                ["y"] = 552538.625,
                                                ["x"] = -204182.015625,
                                            }, -- end of [48]
                                            [49] = 
                                            {
                                                ["y"] = 552533,
                                                ["x"] = -204163.671875,
                                            }, -- end of [49]
                                            [50] = 
                                            {
                                                ["y"] = 552525.8125,
                                                ["x"] = -204145.859375,
                                            }, -- end of [50]
                                            [51] = 
                                            {
                                                ["y"] = 552517.125,
                                                ["x"] = -204128.734375,
                                            }, -- end of [51]
                                            [13] = 
                                            {
                                                ["y"] = 552882.5625,
                                                ["x"] = -205267.09375,
                                            }, -- end of [13]
                                            [52] = 
                                            {
                                                ["y"] = 552507.0625,
                                                ["x"] = -204112.40625,
                                            }, -- end of [52]
                                            [53] = 
                                            {
                                                ["y"] = 552495.625,
                                                ["x"] = -204096.984375,
                                            }, -- end of [53]
                                            [54] = 
                                            {
                                                ["y"] = 552210.1875,
                                                ["x"] = -203744.953125,
                                            }, -- end of [54]
                                            [55] = 
                                            {
                                                ["y"] = 552203.5625,
                                                ["x"] = -203735.546875,
                                            }, -- end of [55]
                                            [14] = 
                                            {
                                                ["y"] = 552873.6875,
                                                ["x"] = -205264.484375,
                                            }, -- end of [14]
                                            [56] = 
                                            {
                                                ["y"] = 552198.25,
                                                ["x"] = -203725.328125,
                                            }, -- end of [56]
                                            [57] = 
                                            {
                                                ["y"] = 552194.4375,
                                                ["x"] = -203714.484375,
                                            }, -- end of [57]
                                            [58] = 
                                            {
                                                ["y"] = 552192.125,
                                                ["x"] = -203703.21875,
                                            }, -- end of [58]
                                            [59] = 
                                            {
                                                ["y"] = 552191.3125,
                                                ["x"] = -203691.75,
                                            }, -- end of [59]
                                            [15] = 
                                            {
                                                ["y"] = 552864.5,
                                                ["x"] = -205263.421875,
                                            }, -- end of [15]
                                            [60] = 
                                            {
                                                ["y"] = 552192.125,
                                                ["x"] = -203680.265625,
                                            }, -- end of [60]
                                            [61] = 
                                            {
                                                ["y"] = 552194.4375,
                                                ["x"] = -203669.015625,
                                            }, -- end of [61]
                                            [62] = 
                                            {
                                                ["y"] = 552198.3125,
                                                ["x"] = -203658.171875,
                                            }, -- end of [62]
                                            [1] = 
                                            {
                                                ["y"] = 553253.5625,
                                                ["x"] = -206060.671875,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 553186.125,
                                                ["x"] = -206080.390625,
                                            }, -- end of [4]
                                            [16] = 
                                            {
                                                ["y"] = 552561.625,
                                                ["x"] = -205254.5,
                                            }, -- end of [16]
                                            [64] = 
                                            {
                                                ["y"] = 552306,
                                                ["x"] = -203407.0625,
                                            }, -- end of [64]
                                            [65] = 
                                            {
                                                ["y"] = 552307.4375,
                                                ["x"] = -203396.6875,
                                            }, -- end of [65]
                                            [66] = 
                                            {
                                                ["y"] = 552306.9375,
                                                ["x"] = -203386.234375,
                                            }, -- end of [66]
                                            [17] = 
                                            {
                                                ["y"] = 552557.875,
                                                ["x"] = -205253.5,
                                            }, -- end of [17]
                                            [68] = 
                                            {
                                                ["y"] = 552300.5,
                                                ["x"] = -203366.40625,
                                            }, -- end of [68]
                                            [69] = 
                                            {
                                                ["y"] = 552294.75,
                                                ["x"] = -203357.6875,
                                            }, -- end of [69]
                                            [70] = 
                                            {
                                                ["y"] = 552287.4375,
                                                ["x"] = -203350.140625,
                                            }, -- end of [70]
                                            [18] = 
                                            {
                                                ["y"] = 552554.6875,
                                                ["x"] = -205251.125,
                                            }, -- end of [18]
                                            [72] = 
                                            {
                                                ["y"] = 551892.25,
                                                ["x"] = -203116.703125,
                                            }, -- end of [72]
                                            [73] = 
                                            {
                                                ["y"] = 551871.9375,
                                                ["x"] = -203103.875,
                                            }, -- end of [73]
                                            [74] = 
                                            {
                                                ["y"] = 551852.375,
                                                ["x"] = -203089.859375,
                                            }, -- end of [74]
                                            [19] = 
                                            {
                                                ["y"] = 552552.75,
                                                ["x"] = -205247.734375,
                                            }, -- end of [19]
                                            [76] = 
                                            {
                                                ["y"] = 551780.1875,
                                                ["x"] = -203028.59375,
                                            }, -- end of [76]
                                            [77] = 
                                            {
                                                ["y"] = 551777.875,
                                                ["x"] = -203025.40625,
                                            }, -- end of [77]
                                            [5] = 
                                            {
                                                ["y"] = 553182.375,
                                                ["x"] = -206077.59375,
                                            }, -- end of [5]
                                            [20] = 
                                            {
                                                ["y"] = 552552.1875,
                                                ["x"] = -205243.84375,
                                            }, -- end of [20]
                                            [80] = 
                                            {
                                                ["y"] = 551779.625,
                                                ["x"] = -203014.3125,
                                            }, -- end of [80]
                                            [81] = 
                                            {
                                                ["y"] = 551854.25,
                                                ["x"] = -202939.34375,
                                            }, -- end of [81]
                                            [82] = 
                                            {
                                                ["y"] = 551859,
                                                ["x"] = -202933.34375,
                                            }, -- end of [82]
                                            [21] = 
                                            {
                                                ["y"] = 552554.5,
                                                ["x"] = -205224.4375,
                                            }, -- end of [21]
                                            [84] = 
                                            {
                                                ["y"] = 551864.4375,
                                                ["x"] = -202919.078125,
                                            }, -- end of [84]
                                            [85] = 
                                            {
                                                ["y"] = 551864.875,
                                                ["x"] = -202911.421875,
                                            }, -- end of [85]
                                            [86] = 
                                            {
                                                ["y"] = 551863.75,
                                                ["x"] = -202903.828125,
                                            }, -- end of [86]
                                            [22] = 
                                            {
                                                ["y"] = 552555.9375,
                                                ["x"] = -205215.671875,
                                            }, -- end of [22]
                                            [88] = 
                                            {
                                                ["y"] = 551855.5625,
                                                ["x"] = -202869.5625,
                                            }, -- end of [88]
                                            [89] = 
                                            {
                                                ["y"] = 551855.1875,
                                                ["x"] = -202860.15625,
                                            }, -- end of [89]
                                            [90] = 
                                            {
                                                ["y"] = 551856.3125,
                                                ["x"] = -202850.8125,
                                            }, -- end of [90]
                                            [23] = 
                                            {
                                                ["y"] = 552558.1875,
                                                ["x"] = -205207.09375,
                                            }, -- end of [23]
                                            [92] = 
                                            {
                                                ["y"] = 551862.5,
                                                ["x"] = -202833.109375,
                                            }, -- end of [92]
                                            [93] = 
                                            {
                                                ["y"] = 551869.8125,
                                                ["x"] = -202819.21875,
                                            }, -- end of [93]
                                            [6] = 
                                            {
                                                ["y"] = 553179.9375,
                                                ["x"] = -206073.5625,
                                            }, -- end of [6]
                                            [24] = 
                                            {
                                                ["y"] = 552570.3125,
                                                ["x"] = -205170.796875,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 552575.75,
                                                ["x"] = -205153.1875,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                ["y"] = 552580.625,
                                                ["x"] = -205135.421875,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 552591.5625,
                                                ["x"] = -205095.71875,
                                            }, -- end of [27]
                                            [91] = 
                                            {
                                                ["y"] = 551858.75,
                                                ["x"] = -202841.71875,
                                            }, -- end of [91]
                                            [87] = 
                                            {
                                                ["y"] = 551857.25,
                                                ["x"] = -202878.828125,
                                            }, -- end of [87]
                                            [7] = 
                                            {
                                                ["y"] = 552951.875,
                                                ["x"] = -205402.234375,
                                            }, -- end of [7]
                                            [28] = 
                                            {
                                                ["y"] = 552591.5625,
                                                ["x"] = -205091.109375,
                                            }, -- end of [28]
                                            [83] = 
                                            {
                                                ["y"] = 551862.5,
                                                ["x"] = -202926.5,
                                            }, -- end of [83]
                                            [79] = 
                                            {
                                                ["y"] = 551777.5625,
                                                ["x"] = -203017.6875,
                                            }, -- end of [79]
                                            [78] = 
                                            {
                                                ["y"] = 551776.9375,
                                                ["x"] = -203021.578125,
                                            }, -- end of [78]
                                            [29] = 
                                            {
                                                ["y"] = 552589.8125,
                                                ["x"] = -205086.828125,
                                            }, -- end of [29]
                                            [75] = 
                                            {
                                                ["y"] = 551833.75,
                                                ["x"] = -203074.6875,
                                            }, -- end of [75]
                                            [71] = 
                                            {
                                                ["y"] = 552278.9375,
                                                ["x"] = -203344.046875,
                                            }, -- end of [71]
                                            [67] = 
                                            {
                                                ["y"] = 552304.625,
                                                ["x"] = -203376.03125,
                                            }, -- end of [67]
                                            [30] = 
                                            {
                                                ["y"] = 552586.5625,
                                                ["x"] = -205083.5625,
                                            }, -- end of [30]
                                            [63] = 
                                            {
                                                ["y"] = 552302.6875,
                                                ["x"] = -203417,
                                            }, -- end of [63]
                                            [47] = 
                                            {
                                                ["y"] = 552542.6875,
                                                ["x"] = -204200.78125,
                                            }, -- end of [47]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [127] = 
                                            {
                                                ["y"] = 555640,
                                                ["x"] = -205792.640625,
                                            }, -- end of [127]
                                            [158] = 
                                            {
                                                ["y"] = 556205.75,
                                                ["x"] = -205891.171875,
                                            }, -- end of [158]
                                            [190] = 
                                            {
                                                ["y"] = 559235.6875,
                                                ["x"] = -210065.859375,
                                            }, -- end of [190]
                                            [222] = 
                                            {
                                                ["y"] = 561479,
                                                ["x"] = -212213.5,
                                            }, -- end of [222]
                                            [1] = 
                                            {
                                                ["y"] = 551869.8125,
                                                ["x"] = -202819.21875,
                                            }, -- end of [1]
                                            [316] = 
                                            {
                                                ["y"] = 565271.75,
                                                ["x"] = -217921.8125,
                                            }, -- end of [316]
                                            [2] = 
                                            {
                                                ["y"] = 551862.5,
                                                ["x"] = -202833.109375,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 551858.75,
                                                ["x"] = -202841.71875,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 551856.3125,
                                                ["x"] = -202850.8125,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 551855.1875,
                                                ["x"] = -202860.15625,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                ["y"] = 551855.5625,
                                                ["x"] = -202869.5625,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                ["y"] = 551857.25,
                                                ["x"] = -202878.828125,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                ["y"] = 551863.75,
                                                ["x"] = -202903.828125,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                ["y"] = 551864.4375,
                                                ["x"] = -202919.078125,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                ["y"] = 551859,
                                                ["x"] = -202933.34375,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                ["y"] = 551779.625,
                                                ["x"] = -203014.3125,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                ["y"] = 551776.9375,
                                                ["x"] = -203021.578125,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                ["y"] = 551852.375,
                                                ["x"] = -203089.859375,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                ["y"] = 552287.4375,
                                                ["x"] = -203350.140625,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                ["y"] = 552306.9375,
                                                ["x"] = -203386.234375,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                ["y"] = 552198.3125,
                                                ["x"] = -203658.171875,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                ["y"] = 552210.1875,
                                                ["x"] = -203744.953125,
                                            }, -- end of [40]
                                            [48] = 
                                            {
                                                ["y"] = 552545.1875,
                                                ["x"] = -204219.828125,
                                            }, -- end of [48]
                                            [56] = 
                                            {
                                                ["y"] = 552522.9375,
                                                ["x"] = -204862.40625,
                                            }, -- end of [56]
                                            [64] = 
                                            {
                                                ["y"] = 552746.25,
                                                ["x"] = -205109.875,
                                            }, -- end of [64]
                                            [80] = 
                                            {
                                                ["y"] = 554096,
                                                ["x"] = -204956.625,
                                            }, -- end of [80]
                                            [96] = 
                                            {
                                                ["y"] = 554481.625,
                                                ["x"] = -205470.5625,
                                            }, -- end of [96]
                                            [112] = 
                                            {
                                                ["y"] = 555239.3125,
                                                ["x"] = -205328.125,
                                            }, -- end of [112]
                                            [128] = 
                                            {
                                                ["y"] = 555657.125,
                                                ["x"] = -205791.84375,
                                            }, -- end of [128]
                                            [160] = 
                                            {
                                                ["y"] = 556282,
                                                ["x"] = -206051.78125,
                                            }, -- end of [160]
                                            [192] = 
                                            {
                                                ["y"] = 559283.5625,
                                                ["x"] = -210134.671875,
                                            }, -- end of [192]
                                            [224] = 
                                            {
                                                ["y"] = 561553.8125,
                                                ["x"] = -212355.140625,
                                            }, -- end of [224]
                                            [256] = 
                                            {
                                                ["y"] = 563130.25,
                                                ["x"] = -213990.265625,
                                            }, -- end of [256]
                                            [320] = 
                                            {
                                                ["y"] = 565316.25,
                                                ["x"] = -217997,
                                            }, -- end of [320]
                                            [257] = 
                                            {
                                                ["y"] = 563152.625,
                                                ["x"] = -214008.359375,
                                            }, -- end of [257]
                                            [321] = 
                                            {
                                                ["y"] = 565330.6875,
                                                ["x"] = -218013.515625,
                                            }, -- end of [321]
                                            [129] = 
                                            {
                                                ["y"] = 555674.0625,
                                                ["x"] = -205789.28125,
                                            }, -- end of [129]
                                            [161] = 
                                            {
                                                ["y"] = 556297.6875,
                                                ["x"] = -206079.453125,
                                            }, -- end of [161]
                                            [193] = 
                                            {
                                                ["y"] = 559309.625,
                                                ["x"] = -210167.5,
                                            }, -- end of [193]
                                            [225] = 
                                            {
                                                ["y"] = 561563.125,
                                                ["x"] = -212367.6875,
                                            }, -- end of [225]
                                            [258] = 
                                            {
                                                ["y"] = 563174,
                                                ["x"] = -214027.703125,
                                            }, -- end of [258]
                                            [322] = 
                                            {
                                                ["y"] = 565981.8125,
                                                ["x"] = -218707.828125,
                                            }, -- end of [322]
                                            [65] = 
                                            {
                                                ["y"] = 552787.5625,
                                                ["x"] = -205114.171875,
                                            }, -- end of [65]
                                            [81] = 
                                            {
                                                ["y"] = 554099.1875,
                                                ["x"] = -204958.875,
                                            }, -- end of [81]
                                            [97] = 
                                            {
                                                ["y"] = 554485.375,
                                                ["x"] = -205473.40625,
                                            }, -- end of [97]
                                            [113] = 
                                            {
                                                ["y"] = 555244.3125,
                                                ["x"] = -205336.265625,
                                            }, -- end of [113]
                                            [130] = 
                                            {
                                                ["y"] = 555690.625,
                                                ["x"] = -205784.984375,
                                            }, -- end of [130]
                                            [162] = 
                                            {
                                                ["y"] = 556314.8125,
                                                ["x"] = -206106.265625,
                                            }, -- end of [162]
                                            [194] = 
                                            {
                                                ["y"] = 559337.0625,
                                                ["x"] = -210199.21875,
                                            }, -- end of [194]
                                            [226] = 
                                            {
                                                ["y"] = 561573.625,
                                                ["x"] = -212379.203125,
                                            }, -- end of [226]
                                            [260] = 
                                            {
                                                ["y"] = 563213.125,
                                                ["x"] = -214069.9375,
                                            }, -- end of [260]
                                            [324] = 
                                            {
                                                ["y"] = 566528.8125,
                                                ["x"] = -219291.984375,
                                            }, -- end of [324]
                                            [261] = 
                                            {
                                                ["y"] = 563230.8125,
                                                ["x"] = -214092.6875,
                                            }, -- end of [261]
                                            [325] = 
                                            {
                                                ["y"] = 566561.4375,
                                                ["x"] = -219329.5,
                                            }, -- end of [325]
                                            [131] = 
                                            {
                                                ["y"] = 555706.6875,
                                                ["x"] = -205779,
                                            }, -- end of [131]
                                            [163] = 
                                            {
                                                ["y"] = 556333.3125,
                                                ["x"] = -206132.125,
                                            }, -- end of [163]
                                            [195] = 
                                            {
                                                ["y"] = 559880.875,
                                                ["x"] = -210802.6875,
                                            }, -- end of [195]
                                            [227] = 
                                            {
                                                ["y"] = 562021.125,
                                                ["x"] = -212820.515625,
                                            }, -- end of [227]
                                            [262] = 
                                            {
                                                ["y"] = 563247.1875,
                                                ["x"] = -214116.40625,
                                            }, -- end of [262]
                                            [326] = 
                                            {
                                                ["y"] = 566583.9375,
                                                ["x"] = -219356.5,
                                            }, -- end of [326]
                                            [33] = 
                                            {
                                                ["y"] = 552194.4375,
                                                ["x"] = -203669.015625,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                ["y"] = 552495.625,
                                                ["x"] = -204096.984375,
                                            }, -- end of [41]
                                            [49] = 
                                            {
                                                ["y"] = 552564.625,
                                                ["x"] = -204444.421875,
                                            }, -- end of [49]
                                            [57] = 
                                            {
                                                ["y"] = 552514.1875,
                                                ["x"] = -204897.828125,
                                            }, -- end of [57]
                                            [66] = 
                                            {
                                                ["y"] = 552829.0625,
                                                ["x"] = -205116.71875,
                                            }, -- end of [66]
                                            [82] = 
                                            {
                                                ["y"] = 554101.25,
                                                ["x"] = -204962.171875,
                                            }, -- end of [82]
                                            [98] = 
                                            {
                                                ["y"] = 554489.875,
                                                ["x"] = -205474.625,
                                            }, -- end of [98]
                                            [114] = 
                                            {
                                                ["y"] = 555308.75,
                                                ["x"] = -205507.34375,
                                            }, -- end of [114]
                                            [132] = 
                                            {
                                                ["y"] = 555751,
                                                ["x"] = -205759.828125,
                                            }, -- end of [132]
                                            [164] = 
                                            {
                                                ["y"] = 556353.125,
                                                ["x"] = -206156.96875,
                                            }, -- end of [164]
                                            [196] = 
                                            {
                                                ["y"] = 559890.375,
                                                ["x"] = -210811.9375,
                                            }, -- end of [196]
                                            [228] = 
                                            {
                                                ["y"] = 562027.3125,
                                                ["x"] = -212827.890625,
                                            }, -- end of [228]
                                            [264] = 
                                            {
                                                ["y"] = 563701.5625,
                                                ["x"] = -214815.671875,
                                            }, -- end of [264]
                                            [328] = 
                                            {
                                                ["y"] = 566660.375,
                                                ["x"] = -219456.125,
                                            }, -- end of [328]
                                            [265] = 
                                            {
                                                ["y"] = 563711.0625,
                                                ["x"] = -214825.328125,
                                            }, -- end of [265]
                                            [329] = 
                                            {
                                                ["y"] = 566696.25,
                                                ["x"] = -219507.703125,
                                            }, -- end of [329]
                                            [133] = 
                                            {
                                                ["y"] = 555763.625,
                                                ["x"] = -205755.203125,
                                            }, -- end of [133]
                                            [165] = 
                                            {
                                                ["y"] = 556374.3125,
                                                ["x"] = -206180.734375,
                                            }, -- end of [165]
                                            [197] = 
                                            {
                                                ["y"] = 559901.0625,
                                                ["x"] = -210819.84375,
                                            }, -- end of [197]
                                            [229] = 
                                            {
                                                ["y"] = 562031.9375,
                                                ["x"] = -212836.296875,
                                            }, -- end of [229]
                                            [266] = 
                                            {
                                                ["y"] = 563721.75,
                                                ["x"] = -214833.59375,
                                            }, -- end of [266]
                                            [330] = 
                                            {
                                                ["y"] = 566730.4375,
                                                ["x"] = -219560.359375,
                                            }, -- end of [330]
                                            [67] = 
                                            {
                                                ["y"] = 552870.625,
                                                ["x"] = -205117.484375,
                                            }, -- end of [67]
                                            [83] = 
                                            {
                                                ["y"] = 554130.875,
                                                ["x"] = -205034.90625,
                                            }, -- end of [83]
                                            [99] = 
                                            {
                                                ["y"] = 554494.5625,
                                                ["x"] = -205474.015625,
                                            }, -- end of [99]
                                            [115] = 
                                            {
                                                ["y"] = 555352.5,
                                                ["x"] = -205615.171875,
                                            }, -- end of [115]
                                            [134] = 
                                            {
                                                ["y"] = 555776.75,
                                                ["x"] = -205752.078125,
                                            }, -- end of [134]
                                            [166] = 
                                            {
                                                ["y"] = 556396.6875,
                                                ["x"] = -206203.34375,
                                            }, -- end of [166]
                                            [198] = 
                                            {
                                                ["y"] = 559912.6875,
                                                ["x"] = -210826.265625,
                                            }, -- end of [198]
                                            [230] = 
                                            {
                                                ["y"] = 562195.75,
                                                ["x"] = -213220.171875,
                                            }, -- end of [230]
                                            [268] = 
                                            {
                                                ["y"] = 563746.0625,
                                                ["x"] = -214845.40625,
                                            }, -- end of [268]
                                            [332] = 
                                            {
                                                ["y"] = 566793.8125,
                                                ["x"] = -219668.78125,
                                            }, -- end of [332]
                                            [269] = 
                                            {
                                                ["y"] = 563768.9375,
                                                ["x"] = -214852.96875,
                                            }, -- end of [269]
                                            [333] = 
                                            {
                                                ["y"] = 566822.9375,
                                                ["x"] = -219724.4375,
                                            }, -- end of [333]
                                            [135] = 
                                            {
                                                ["y"] = 555790.125,
                                                ["x"] = -205750.484375,
                                            }, -- end of [135]
                                            [167] = 
                                            {
                                                ["y"] = 556420.1875,
                                                ["x"] = -206224.75,
                                            }, -- end of [167]
                                            [199] = 
                                            {
                                                ["y"] = 559925.0625,
                                                ["x"] = -210831.09375,
                                            }, -- end of [199]
                                            [231] = 
                                            {
                                                ["y"] = 562215.625,
                                                ["x"] = -213264.203125,
                                            }, -- end of [231]
                                            [17] = 
                                            {
                                                ["y"] = 551777.875,
                                                ["x"] = -203025.40625,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                ["y"] = 551871.9375,
                                                ["x"] = -203103.875,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                ["y"] = 552294.75,
                                                ["x"] = -203357.6875,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                ["y"] = 552307.4375,
                                                ["x"] = -203396.6875,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                ["y"] = 552192.125,
                                                ["x"] = -203680.265625,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                ["y"] = 552507.0625,
                                                ["x"] = -204112.40625,
                                            }, -- end of [42]
                                            [50] = 
                                            {
                                                ["y"] = 552566.3125,
                                                ["x"] = -204474.40625,
                                            }, -- end of [50]
                                            [58] = 
                                            {
                                                ["y"] = 552471.5625,
                                                ["x"] = -205050.453125,
                                            }, -- end of [58]
                                            [68] = 
                                            {
                                                ["y"] = 552912.1875,
                                                ["x"] = -205116.46875,
                                            }, -- end of [68]
                                            [84] = 
                                            {
                                                ["y"] = 554134.375,
                                                ["x"] = -205041.203125,
                                            }, -- end of [84]
                                            [100] = 
                                            {
                                                ["y"] = 555054.75,
                                                ["x"] = -205283.578125,
                                            }, -- end of [100]
                                            [116] = 
                                            {
                                                ["y"] = 555359.6875,
                                                ["x"] = -205630.453125,
                                            }, -- end of [116]
                                            [136] = 
                                            {
                                                ["y"] = 555803.625,
                                                ["x"] = -205750.453125,
                                            }, -- end of [136]
                                            [168] = 
                                            {
                                                ["y"] = 557198.3125,
                                                ["x"] = -206894.890625,
                                            }, -- end of [168]
                                            [200] = 
                                            {
                                                ["y"] = 559938,
                                                ["x"] = -210834.25,
                                            }, -- end of [200]
                                            [232] = 
                                            {
                                                ["y"] = 562237.25,
                                                ["x"] = -213307.390625,
                                            }, -- end of [232]
                                            [272] = 
                                            {
                                                ["y"] = 563821.8125,
                                                ["x"] = -214879.703125,
                                            }, -- end of [272]
                                            [336] = 
                                            {
                                                ["y"] = 566899.5625,
                                                ["x"] = -219896.484375,
                                            }, -- end of [336]
                                            [273] = 
                                            {
                                                ["y"] = 563837.375,
                                                ["x"] = -214891.9375,
                                            }, -- end of [273]
                                            [337] = 
                                            {
                                                ["y"] = 567526.9375,
                                                ["x"] = -221504.484375,
                                            }, -- end of [337]
                                            [137] = 
                                            {
                                                ["y"] = 555817,
                                                ["x"] = -205751.984375,
                                            }, -- end of [137]
                                            [169] = 
                                            {
                                                ["y"] = 557245,
                                                ["x"] = -206936.359375,
                                            }, -- end of [169]
                                            [201] = 
                                            {
                                                ["y"] = 559951.1875,
                                                ["x"] = -210835.65625,
                                            }, -- end of [201]
                                            [233] = 
                                            {
                                                ["y"] = 562260.5625,
                                                ["x"] = -213349.671875,
                                            }, -- end of [233]
                                            [274] = 
                                            {
                                                ["y"] = 563851.6875,
                                                ["x"] = -214905.65625,
                                            }, -- end of [274]
                                            [338] = 
                                            {
                                                ["y"] = 567535.4375,
                                                ["x"] = -221523.9375,
                                            }, -- end of [338]
                                            [69] = 
                                            {
                                                ["y"] = 552953.6875,
                                                ["x"] = -205113.671875,
                                            }, -- end of [69]
                                            [85] = 
                                            {
                                                ["y"] = 554139.375,
                                                ["x"] = -205046.421875,
                                            }, -- end of [85]
                                            [101] = 
                                            {
                                                ["y"] = 555071.0625,
                                                ["x"] = -205278.953125,
                                            }, -- end of [101]
                                            [117] = 
                                            {
                                                ["y"] = 555368.5625,
                                                ["x"] = -205644.84375,
                                            }, -- end of [117]
                                            [138] = 
                                            {
                                                ["y"] = 555830.125,
                                                ["x"] = -205755.0625,
                                            }, -- end of [138]
                                            [170] = 
                                            {
                                                ["y"] = 557290.3125,
                                                ["x"] = -206979.265625,
                                            }, -- end of [170]
                                            [202] = 
                                            {
                                                ["y"] = 559964.5,
                                                ["x"] = -210835.296875,
                                            }, -- end of [202]
                                            [234] = 
                                            {
                                                ["y"] = 562285.5625,
                                                ["x"] = -213390.984375,
                                            }, -- end of [234]
                                            [276] = 
                                            {
                                                ["y"] = 564158.0625,
                                                ["x"] = -215234.890625,
                                            }, -- end of [276]
                                            [340] = 
                                            {
                                                ["y"] = 567557.3125,
                                                ["x"] = -221560.328125,
                                            }, -- end of [340]
                                            [277] = 
                                            {
                                                ["y"] = 564178.75,
                                                ["x"] = -215260.25,
                                            }, -- end of [277]
                                            [341] = 
                                            {
                                                ["y"] = 567570.4375,
                                                ["x"] = -221577,
                                            }, -- end of [341]
                                            [139] = 
                                            {
                                                ["y"] = 555842.8125,
                                                ["x"] = -205759.640625,
                                            }, -- end of [139]
                                            [171] = 
                                            {
                                                ["y"] = 557334.3125,
                                                ["x"] = -207023.5625,
                                            }, -- end of [171]
                                            [203] = 
                                            {
                                                ["y"] = 560188.875,
                                                ["x"] = -210809.046875,
                                            }, -- end of [203]
                                            [235] = 
                                            {
                                                ["y"] = 562312.1875,
                                                ["x"] = -213431.25,
                                            }, -- end of [235]
                                            [278] = 
                                            {
                                                ["y"] = 564198.3125,
                                                ["x"] = -215286.453125,
                                            }, -- end of [278]
                                            [342] = 
                                            {
                                                ["y"] = 567584.9375,
                                                ["x"] = -221592.484375,
                                            }, -- end of [342]
                                            [35] = 
                                            {
                                                ["y"] = 552191.3125,
                                                ["x"] = -203691.75,
                                            }, -- end of [35]
                                            [43] = 
                                            {
                                                ["y"] = 552517.125,
                                                ["x"] = -204128.734375,
                                            }, -- end of [43]
                                            [51] = 
                                            {
                                                ["y"] = 552566.0625,
                                                ["x"] = -204504.421875,
                                            }, -- end of [51]
                                            [59] = 
                                            {
                                                ["y"] = 552471.5,
                                                ["x"] = -205055.078125,
                                            }, -- end of [59]
                                            [70] = 
                                            {
                                                ["y"] = 552995,
                                                ["x"] = -205109.109375,
                                            }, -- end of [70]
                                            [86] = 
                                            {
                                                ["y"] = 554145.5,
                                                ["x"] = -205050.21875,
                                            }, -- end of [86]
                                            [102] = 
                                            {
                                                ["y"] = 555087.6875,
                                                ["x"] = -205276.015625,
                                            }, -- end of [102]
                                            [118] = 
                                            {
                                                ["y"] = 555378.9375,
                                                ["x"] = -205658.171875,
                                            }, -- end of [118]
                                            [140] = 
                                            {
                                                ["y"] = 555854.875,
                                                ["x"] = -205765.640625,
                                            }, -- end of [140]
                                            [172] = 
                                            {
                                                ["y"] = 557376.875,
                                                ["x"] = -207069.21875,
                                            }, -- end of [172]
                                            [204] = 
                                            {
                                                ["y"] = 560223.6875,
                                                ["x"] = -210813.375,
                                            }, -- end of [204]
                                            [236] = 
                                            {
                                                ["y"] = 562340.4375,
                                                ["x"] = -213470.421875,
                                            }, -- end of [236]
                                            [280] = 
                                            {
                                                ["y"] = 564234,
                                                ["x"] = -215341.3125,
                                            }, -- end of [280]
                                            [344] = 
                                            {
                                                ["y"] = 567614.875,
                                                ["x"] = -221620.140625,
                                            }, -- end of [344]
                                            [281] = 
                                            {
                                                ["y"] = 564250,
                                                ["x"] = -215369.84375,
                                            }, -- end of [281]
                                            [345] = 
                                            {
                                                ["y"] = 567620.4375,
                                                ["x"] = -221621.6875,
                                            }, -- end of [345]
                                            [141] = 
                                            {
                                                ["y"] = 555944.8125,
                                                ["x"] = -205817.140625,
                                            }, -- end of [141]
                                            [173] = 
                                            {
                                                ["y"] = 557418,
                                                ["x"] = -207116.171875,
                                            }, -- end of [173]
                                            [205] = 
                                            {
                                                ["y"] = 560235.25,
                                                ["x"] = -210815.53125,
                                            }, -- end of [205]
                                            [237] = 
                                            {
                                                ["y"] = 562370.25,
                                                ["x"] = -213508.421875,
                                            }, -- end of [237]
                                            [282] = 
                                            {
                                                ["y"] = 564372.5,
                                                ["x"] = -215599.25,
                                            }, -- end of [282]
                                            [346] = 
                                            {
                                                ["y"] = 567869.625,
                                                ["x"] = -221649.578125,
                                            }, -- end of [346]
                                            [71] = 
                                            {
                                                ["y"] = 553198.8125,
                                                ["x"] = -205084.34375,
                                            }, -- end of [71]
                                            [87] = 
                                            {
                                                ["y"] = 554152.375,
                                                ["x"] = -205052.375,
                                            }, -- end of [87]
                                            [103] = 
                                            {
                                                ["y"] = 555104.5625,
                                                ["x"] = -205274.78125,
                                            }, -- end of [103]
                                            [119] = 
                                            {
                                                ["y"] = 555390.75,
                                                ["x"] = -205670.25,
                                            }, -- end of [119]
                                            [142] = 
                                            {
                                                ["y"] = 555958.375,
                                                ["x"] = -205823.9375,
                                            }, -- end of [142]
                                            [174] = 
                                            {
                                                ["y"] = 557457.6875,
                                                ["x"] = -207164.390625,
                                            }, -- end of [174]
                                            [206] = 
                                            {
                                                ["y"] = 560246.4375,
                                                ["x"] = -210819.015625,
                                            }, -- end of [206]
                                            [238] = 
                                            {
                                                ["y"] = 562401.5625,
                                                ["x"] = -213545.1875,
                                            }, -- end of [238]
                                            [284] = 
                                            {
                                                ["y"] = 564402.75,
                                                ["x"] = -215642.984375,
                                            }, -- end of [284]
                                            [348] = 
                                            {
                                                ["y"] = 568505.8125,
                                                ["x"] = -221721.78125,
                                            }, -- end of [348]
                                            [285] = 
                                            {
                                                ["y"] = 564421.625,
                                                ["x"] = -215668.09375,
                                            }, -- end of [285]
                                            [349] = 
                                            {
                                                ["y"] = 568537.6875,
                                                ["x"] = -221728.234375,
                                            }, -- end of [349]
                                            [9] = 
                                            {
                                                ["y"] = 551864.875,
                                                ["x"] = -202911.421875,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                ["y"] = 551862.5,
                                                ["x"] = -202926.5,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                ["y"] = 551854.25,
                                                ["x"] = -202939.34375,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                ["y"] = 551777.5625,
                                                ["x"] = -203017.6875,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                ["y"] = 551780.1875,
                                                ["x"] = -203028.59375,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                ["y"] = 551892.25,
                                                ["x"] = -203116.703125,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                ["y"] = 552300.5,
                                                ["x"] = -203366.40625,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                ["y"] = 552306,
                                                ["x"] = -203407.0625,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                ["y"] = 552192.125,
                                                ["x"] = -203703.21875,
                                            }, -- end of [36]
                                            [44] = 
                                            {
                                                ["y"] = 552525.8125,
                                                ["x"] = -204145.859375,
                                            }, -- end of [44]
                                            [52] = 
                                            {
                                                ["y"] = 552563.875,
                                                ["x"] = -204534.375,
                                            }, -- end of [52]
                                            [60] = 
                                            {
                                                ["y"] = 552473.1875,
                                                ["x"] = -205059.359375,
                                            }, -- end of [60]
                                            [72] = 
                                            {
                                                ["y"] = 553843.375,
                                                ["x"] = -205001.078125,
                                            }, -- end of [72]
                                            [88] = 
                                            {
                                                ["y"] = 554159.625,
                                                ["x"] = -205052.75,
                                            }, -- end of [88]
                                            [104] = 
                                            {
                                                ["y"] = 555121.5,
                                                ["x"] = -205275.28125,
                                            }, -- end of [104]
                                            [120] = 
                                            {
                                                ["y"] = 555403.8125,
                                                ["x"] = -205680.96875,
                                            }, -- end of [120]
                                            [144] = 
                                            {
                                                ["y"] = 555987.1875,
                                                ["x"] = -205832.9375,
                                            }, -- end of [144]
                                            [176] = 
                                            {
                                                ["y"] = 557532.375,
                                                ["x"] = -207264.421875,
                                            }, -- end of [176]
                                            [208] = 
                                            {
                                                ["y"] = 560267.3125,
                                                ["x"] = -210829.796875,
                                            }, -- end of [208]
                                            [240] = 
                                            {
                                                ["y"] = 562468.4375,
                                                ["x"] = -213614.796875,
                                            }, -- end of [240]
                                            [288] = 
                                            {
                                                ["y"] = 564881.6875,
                                                ["x"] = -216190.828125,
                                            }, -- end of [288]
                                            [352] = 
                                            {
                                                ["y"] = 568630.125,
                                                ["x"] = -221758.703125,
                                            }, -- end of [352]
                                            [289] = 
                                            {
                                                ["y"] = 564907.375,
                                                ["x"] = -216223.859375,
                                            }, -- end of [289]
                                            [353] = 
                                            {
                                                ["y"] = 568659.5625,
                                                ["x"] = -221772.421875,
                                            }, -- end of [353]
                                            [145] = 
                                            {
                                                ["y"] = 556002.1875,
                                                ["x"] = -205835.015625,
                                            }, -- end of [145]
                                            [177] = 
                                            {
                                                ["y"] = 557567.375,
                                                ["x"] = -207316.125,
                                            }, -- end of [177]
                                            [209] = 
                                            {
                                                ["y"] = 560295.75,
                                                ["x"] = -210848.984375,
                                            }, -- end of [209]
                                            [241] = 
                                            {
                                                ["y"] = 562503.9375,
                                                ["x"] = -213647.53125,
                                            }, -- end of [241]
                                            [290] = 
                                            {
                                                ["y"] = 564931.6875,
                                                ["x"] = -216257.9375,
                                            }, -- end of [290]
                                            [354] = 
                                            {
                                                ["y"] = 568688.125,
                                                ["x"] = -221787.875,
                                            }, -- end of [354]
                                            [73] = 
                                            {
                                                ["y"] = 553973.5625,
                                                ["x"] = -204986.609375,
                                            }, -- end of [73]
                                            [89] = 
                                            {
                                                ["y"] = 554166.6875,
                                                ["x"] = -205051.296875,
                                            }, -- end of [89]
                                            [105] = 
                                            {
                                                ["y"] = 555138.25,
                                                ["x"] = -205277.5,
                                            }, -- end of [105]
                                            [121] = 
                                            {
                                                ["y"] = 555418,
                                                ["x"] = -205690.15625,
                                            }, -- end of [121]
                                            [146] = 
                                            {
                                                ["y"] = 556017.375,
                                                ["x"] = -205835.46875,
                                            }, -- end of [146]
                                            [178] = 
                                            {
                                                ["y"] = 557600.6875,
                                                ["x"] = -207368.90625,
                                            }, -- end of [178]
                                            [210] = 
                                            {
                                                ["y"] = 560569.25,
                                                ["x"] = -211034.140625,
                                            }, -- end of [210]
                                            [242] = 
                                            {
                                                ["y"] = 562540.75,
                                                ["x"] = -213678.8125,
                                            }, -- end of [242]
                                            [292] = 
                                            {
                                                ["y"] = 564975.875,
                                                ["x"] = -216328.984375,
                                            }, -- end of [292]
                                            [356] = 
                                            {
                                                ["y"] = 568742.3125,
                                                ["x"] = -221823.6875,
                                            }, -- end of [356]
                                            [293] = 
                                            {
                                                ["y"] = 564995.75,
                                                ["x"] = -216365.828125,
                                            }, -- end of [293]
                                            [357] = 
                                            {
                                                ["y"] = 568767.75,
                                                ["x"] = -221843.9375,
                                            }, -- end of [357]
                                            [147] = 
                                            {
                                                ["y"] = 556032.4375,
                                                ["x"] = -205834.265625,
                                            }, -- end of [147]
                                            [179] = 
                                            {
                                                ["y"] = 558352.9375,
                                                ["x"] = -208602.046875,
                                            }, -- end of [179]
                                            [211] = 
                                            {
                                                ["y"] = 560601.25,
                                                ["x"] = -211056.921875,
                                            }, -- end of [211]
                                            [243] = 
                                            {
                                                ["y"] = 562578.75,
                                                ["x"] = -213708.578125,
                                            }, -- end of [243]
                                            [294] = 
                                            {
                                                ["y"] = 565014,
                                                ["x"] = -216403.484375,
                                            }, -- end of [294]
                                            [358] = 
                                            {
                                                ["y"] = 568791.9375,
                                                ["x"] = -221865.640625,
                                            }, -- end of [358]
                                            [37] = 
                                            {
                                                ["y"] = 552194.4375,
                                                ["x"] = -203714.484375,
                                            }, -- end of [37]
                                            [45] = 
                                            {
                                                ["y"] = 552533,
                                                ["x"] = -204163.671875,
                                            }, -- end of [45]
                                            [53] = 
                                            {
                                                ["y"] = 552556,
                                                ["x"] = -204613.8125,
                                            }, -- end of [53]
                                            [61] = 
                                            {
                                                ["y"] = 552476.4375,
                                                ["x"] = -205062.65625,
                                            }, -- end of [61]
                                            [74] = 
                                            {
                                                ["y"] = 553993.6875,
                                                ["x"] = -204983.8125,
                                            }, -- end of [74]
                                            [90] = 
                                            {
                                                ["y"] = 554308,
                                                ["x"] = -205002.8125,
                                            }, -- end of [90]
                                            [106] = 
                                            {
                                                ["y"] = 555154.75,
                                                ["x"] = -205281.40625,
                                            }, -- end of [106]
                                            [122] = 
                                            {
                                                ["y"] = 555558.25,
                                                ["x"] = -205770.625,
                                            }, -- end of [122]
                                            [148] = 
                                            {
                                                ["y"] = 556088.75,
                                                ["x"] = -205826.671875,
                                            }, -- end of [148]
                                            [180] = 
                                            {
                                                ["y"] = 558469.375,
                                                ["x"] = -208792.953125,
                                            }, -- end of [180]
                                            [212] = 
                                            {
                                                ["y"] = 560632.0625,
                                                ["x"] = -211081.265625,
                                            }, -- end of [212]
                                            [244] = 
                                            {
                                                ["y"] = 562617.9375,
                                                ["x"] = -213736.796875,
                                            }, -- end of [244]
                                            [296] = 
                                            {
                                                ["y"] = 565043.4375,
                                                ["x"] = -216474.4375,
                                            }, -- end of [296]
                                            [360] = 
                                            {
                                                ["y"] = 568836.1875,
                                                ["x"] = -221913.15625,
                                            }, -- end of [360]
                                            [297] = 
                                            {
                                                ["y"] = 565057.125,
                                                ["x"] = -216513.953125,
                                            }, -- end of [297]
                                            [361] = 
                                            {
                                                ["y"] = 568995.4375,
                                                ["x"] = -222105.671875,
                                            }, -- end of [361]
                                            [149] = 
                                            {
                                                ["y"] = 556103,
                                                ["x"] = -205825.671875,
                                            }, -- end of [149]
                                            [181] = 
                                            {
                                                ["y"] = 558498.0625,
                                                ["x"] = -208838.578125,
                                            }, -- end of [181]
                                            [213] = 
                                            {
                                                ["y"] = 560661.625,
                                                ["x"] = -211107.078125,
                                            }, -- end of [213]
                                            [245] = 
                                            {
                                                ["y"] = 562658.25,
                                                ["x"] = -213763.421875,
                                            }, -- end of [245]
                                            [298] = 
                                            {
                                                ["y"] = 565069.1875,
                                                ["x"] = -216554,
                                            }, -- end of [298]
                                            [362] = 
                                            {
                                                ["y"] = 569032.3125,
                                                ["x"] = -222149.96875,
                                            }, -- end of [362]
                                            [75] = 
                                            {
                                                ["y"] = 554013.5625,
                                                ["x"] = -204979.890625,
                                            }, -- end of [75]
                                            [91] = 
                                            {
                                                ["y"] = 554312.9375,
                                                ["x"] = -205002.15625,
                                            }, -- end of [91]
                                            [107] = 
                                            {
                                                ["y"] = 555170.6875,
                                                ["x"] = -205286.96875,
                                            }, -- end of [107]
                                            [123] = 
                                            {
                                                ["y"] = 555573.5,
                                                ["x"] = -205778.375,
                                            }, -- end of [123]
                                            [150] = 
                                            {
                                                ["y"] = 556117.3125,
                                                ["x"] = -205826.484375,
                                            }, -- end of [150]
                                            [182] = 
                                            {
                                                ["y"] = 558527.9375,
                                                ["x"] = -208883.421875,
                                            }, -- end of [182]
                                            [214] = 
                                            {
                                                ["y"] = 560689.875,
                                                ["x"] = -211134.3125,
                                            }, -- end of [214]
                                            [246] = 
                                            {
                                                ["y"] = 562699.5625,
                                                ["x"] = -213788.390625,
                                            }, -- end of [246]
                                            [300] = 
                                            {
                                                ["y"] = 565088.125,
                                                ["x"] = -216635.4375,
                                            }, -- end of [300]
                                            [364] = 
                                            {
                                                ["y"] = 569110.5,
                                                ["x"] = -222234.6875,
                                            }, -- end of [364]
                                            [295] = 
                                            {
                                                ["y"] = 565028.125,
                                                ["x"] = -216435.53125,
                                            }, -- end of [295]
                                            [323] = 
                                            {
                                                ["y"] = 566495.25,
                                                ["x"] = -219255.296875,
                                            }, -- end of [323]
                                            [159] = 
                                            {
                                                ["y"] = 556267.8125,
                                                ["x"] = -206023.3125,
                                            }, -- end of [159]
                                            [301] = 
                                            {
                                                ["y"] = 565095.0625,
                                                ["x"] = -216676.671875,
                                            }, -- end of [301]
                                            [365] = 
                                            {
                                                ["y"] = 569151.6875,
                                                ["x"] = -222275.015625,
                                            }, -- end of [365]
                                            [315] = 
                                            {
                                                ["y"] = 565264.25,
                                                ["x"] = -217901.234375,
                                            }, -- end of [315]
                                            [355] = 
                                            {
                                                ["y"] = 568715.75,
                                                ["x"] = -221804.984375,
                                            }, -- end of [355]
                                            [151] = 
                                            {
                                                ["y"] = 556131.375,
                                                ["x"] = -205829.125,
                                            }, -- end of [151]
                                            [183] = 
                                            {
                                                ["y"] = 558559.0625,
                                                ["x"] = -208927.453125,
                                            }, -- end of [183]
                                            [215] = 
                                            {
                                                ["y"] = 560716.75,
                                                ["x"] = -211162.90625,
                                            }, -- end of [215]
                                            [247] = 
                                            {
                                                ["y"] = 562741.875,
                                                ["x"] = -213811.6875,
                                            }, -- end of [247]
                                            [19] = 
                                            {
                                                ["y"] = 551833.75,
                                                ["x"] = -203074.6875,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                ["y"] = 552278.9375,
                                                ["x"] = -203344.046875,
                                            }, -- end of [23]
                                            [27] = 
                                            {
                                                ["y"] = 552304.625,
                                                ["x"] = -203376.03125,
                                            }, -- end of [27]
                                            [31] = 
                                            {
                                                ["y"] = 552302.6875,
                                                ["x"] = -203417,
                                            }, -- end of [31]
                                            [38] = 
                                            {
                                                ["y"] = 552198.25,
                                                ["x"] = -203725.328125,
                                            }, -- end of [38]
                                            [46] = 
                                            {
                                                ["y"] = 552538.625,
                                                ["x"] = -204182.015625,
                                            }, -- end of [46]
                                            [54] = 
                                            {
                                                ["y"] = 552535.0625,
                                                ["x"] = -204790.484375,
                                            }, -- end of [54]
                                            [62] = 
                                            {
                                                ["y"] = 552480.6875,
                                                ["x"] = -205064.46875,
                                            }, -- end of [62]
                                            [303] = 
                                            {
                                                ["y"] = 565103.6875,
                                                ["x"] = -216759.84375,
                                            }, -- end of [303]
                                            [92] = 
                                            {
                                                ["y"] = 554317.75,
                                                ["x"] = -205003.4375,
                                            }, -- end of [92]
                                            [108] = 
                                            {
                                                ["y"] = 555186,
                                                ["x"] = -205294.140625,
                                            }, -- end of [108]
                                            [124] = 
                                            {
                                                ["y"] = 555589.5,
                                                ["x"] = -205784.5,
                                            }, -- end of [124]
                                            [152] = 
                                            {
                                                ["y"] = 556144.9375,
                                                ["x"] = -205833.515625,
                                            }, -- end of [152]
                                            [184] = 
                                            {
                                                ["y"] = 558591.3125,
                                                ["x"] = -208970.625,
                                            }, -- end of [184]
                                            [216] = 
                                            {
                                                ["y"] = 560742.25,
                                                ["x"] = -211192.78125,
                                            }, -- end of [216]
                                            [248] = 
                                            {
                                                ["y"] = 562785.0625,
                                                ["x"] = -213833.265625,
                                            }, -- end of [248]
                                            [304] = 
                                            {
                                                ["y"] = 565104.25,
                                                ["x"] = -216768.453125,
                                            }, -- end of [304]
                                            [368] = 
                                            {
                                                ["y"] = 569283.1875,
                                                ["x"] = -222387.28125,
                                            }, -- end of [368]
                                            [367] = 
                                            {
                                                ["y"] = 569238.0625,
                                                ["x"] = -222351.34375,
                                            }, -- end of [367]
                                            [366] = 
                                            {
                                                ["y"] = 569194.25,
                                                ["x"] = -222313.90625,
                                            }, -- end of [366]
                                            [363] = 
                                            {
                                                ["y"] = 569070.6875,
                                                ["x"] = -222193,
                                            }, -- end of [363]
                                            [359] = 
                                            {
                                                ["y"] = 568814.75,
                                                ["x"] = -221888.75,
                                            }, -- end of [359]
                                            [351] = 
                                            {
                                                ["y"] = 568599.9375,
                                                ["x"] = -221746.734375,
                                            }, -- end of [351]
                                            [350] = 
                                            {
                                                ["y"] = 568569.0625,
                                                ["x"] = -221736.5625,
                                            }, -- end of [350]
                                            [305] = 
                                            {
                                                ["y"] = 565137.375,
                                                ["x"] = -217305.890625,
                                            }, -- end of [305]
                                            [369] = 
                                            {
                                                ["y"] = 569329.4375,
                                                ["x"] = -222421.65625,
                                            }, -- end of [369]
                                            [343] = 
                                            {
                                                ["y"] = 567610.1875,
                                                ["x"] = -221616.859375,
                                            }, -- end of [343]
                                            [339] = 
                                            {
                                                ["y"] = 567545.625,
                                                ["x"] = -221542.59375,
                                            }, -- end of [339]
                                            [153] = 
                                            {
                                                ["y"] = 556157.875,
                                                ["x"] = -205839.609375,
                                            }, -- end of [153]
                                            [185] = 
                                            {
                                                ["y"] = 558624.75,
                                                ["x"] = -209012.90625,
                                            }, -- end of [185]
                                            [217] = 
                                            {
                                                ["y"] = 560766.1875,
                                                ["x"] = -211223.875,
                                            }, -- end of [217]
                                            [249] = 
                                            {
                                                ["y"] = 562829.125,
                                                ["x"] = -213853.078125,
                                            }, -- end of [249]
                                            [306] = 
                                            {
                                                ["y"] = 565141.625,
                                                ["x"] = -217362.140625,
                                            }, -- end of [306]
                                            [370] = 
                                            {
                                                ["y"] = 569376.8125,
                                                ["x"] = -222454.4375,
                                            }, -- end of [370]
                                            [335] = 
                                            {
                                                ["y"] = 566875.8125,
                                                ["x"] = -219838.34375,
                                            }, -- end of [335]
                                            [334] = 
                                            {
                                                ["y"] = 566850.25,
                                                ["x"] = -219780.96875,
                                            }, -- end of [334]
                                            [331] = 
                                            {
                                                ["y"] = 566763,
                                                ["x"] = -219614.078125,
                                            }, -- end of [331]
                                            [327] = 
                                            {
                                                ["y"] = 566622.9375,
                                                ["x"] = -219405.71875,
                                            }, -- end of [327]
                                            [319] = 
                                            {
                                                ["y"] = 565303.125,
                                                ["x"] = -217979.46875,
                                            }, -- end of [319]
                                            [371] = 
                                            {
                                                ["y"] = 569425.3125,
                                                ["x"] = -222485.609375,
                                            }, -- end of [371]
                                            [77] = 
                                            {
                                                ["y"] = 554052.5625,
                                                ["x"] = -204968.71875,
                                            }, -- end of [77]
                                            [93] = 
                                            {
                                                ["y"] = 554321.75,
                                                ["x"] = -205006.46875,
                                            }, -- end of [93]
                                            [109] = 
                                            {
                                                ["y"] = 555216.9375,
                                                ["x"] = -205310.59375,
                                            }, -- end of [109]
                                            [125] = 
                                            {
                                                ["y"] = 555606,
                                                ["x"] = -205788.953125,
                                            }, -- end of [125]
                                            [154] = 
                                            {
                                                ["y"] = 556169.9375,
                                                ["x"] = -205847.296875,
                                            }, -- end of [154]
                                            [186] = 
                                            {
                                                ["y"] = 558719.375,
                                                ["x"] = -209129.390625,
                                            }, -- end of [186]
                                            [218] = 
                                            {
                                                ["y"] = 561415.3125,
                                                ["x"] = -212110.96875,
                                            }, -- end of [218]
                                            [250] = 
                                            {
                                                ["y"] = 562873.875,
                                                ["x"] = -213871.109375,
                                            }, -- end of [250]
                                            [308] = 
                                            {
                                                ["y"] = 565154.875,
                                                ["x"] = -217474.1875,
                                            }, -- end of [308]
                                            [372] = 
                                            {
                                                ["y"] = 569474.875,
                                                ["x"] = -222515.109375,
                                            }, -- end of [372]
                                            [318] = 
                                            {
                                                ["y"] = 565291.25,
                                                ["x"] = -217961.03125,
                                            }, -- end of [318]
                                            [317] = 
                                            {
                                                ["y"] = 565280.8125,
                                                ["x"] = -217941.78125,
                                            }, -- end of [317]
                                            [347] = 
                                            {
                                                ["y"] = 568473.625,
                                                ["x"] = -221717.21875,
                                            }, -- end of [347]
                                            [255] = 
                                            {
                                                ["y"] = 563106.8125,
                                                ["x"] = -213973.5,
                                            }, -- end of [255]
                                            [270] = 
                                            {
                                                ["y"] = 563787.375,
                                                ["x"] = -214860.125,
                                            }, -- end of [270]
                                            [307] = 
                                            {
                                                ["y"] = 565147.4375,
                                                ["x"] = -217418.25,
                                            }, -- end of [307]
                                            [309] = 
                                            {
                                                ["y"] = 565163.875,
                                                ["x"] = -217529.875,
                                            }, -- end of [309]
                                            [373] = 
                                            {
                                                ["y"] = 569525.375,
                                                ["x"] = -222542.90625,
                                            }, -- end of [373]
                                            [302] = 
                                            {
                                                ["y"] = 565100.25,
                                                ["x"] = -216718.171875,
                                            }, -- end of [302]
                                            [299] = 
                                            {
                                                ["y"] = 565079.5,
                                                ["x"] = -216594.515625,
                                            }, -- end of [299]
                                            [155] = 
                                            {
                                                ["y"] = 556180.9375,
                                                ["x"] = -205856.453125,
                                            }, -- end of [155]
                                            [187] = 
                                            {
                                                ["y"] = 558829.625,
                                                ["x"] = -209296.921875,
                                            }, -- end of [187]
                                            [219] = 
                                            {
                                                ["y"] = 561432.6875,
                                                ["x"] = -212135.6875,
                                            }, -- end of [219]
                                            [251] = 
                                            {
                                                ["y"] = 563004.6875,
                                                ["x"] = -213920.703125,
                                            }, -- end of [251]
                                            [310] = 
                                            {
                                                ["y"] = 565174.4375,
                                                ["x"] = -217585.296875,
                                            }, -- end of [310]
                                            [374] = 
                                            {
                                                ["y"] = 569576.75,
                                                ["x"] = -222568.984375,
                                            }, -- end of [374]
                                            [311] = 
                                            {
                                                ["y"] = 565186.5625,
                                                ["x"] = -217640.390625,
                                            }, -- end of [311]
                                            [375] = 
                                            {
                                                ["y"] = 570615.8125,
                                                ["x"] = -223074.046875,
                                            }, -- end of [375]
                                            [39] = 
                                            {
                                                ["y"] = 552203.5625,
                                                ["x"] = -203735.546875,
                                            }, -- end of [39]
                                            [47] = 
                                            {
                                                ["y"] = 552542.6875,
                                                ["x"] = -204200.78125,
                                            }, -- end of [47]
                                            [55] = 
                                            {
                                                ["y"] = 552529.875,
                                                ["x"] = -204826.59375,
                                            }, -- end of [55]
                                            [63] = 
                                            {
                                                ["y"] = 552705.0625,
                                                ["x"] = -205103.796875,
                                            }, -- end of [63]
                                            [78] = 
                                            {
                                                ["y"] = 554088.375,
                                                ["x"] = -204956.390625,
                                            }, -- end of [78]
                                            [94] = 
                                            {
                                                ["y"] = 554324.25,
                                                ["x"] = -205010.78125,
                                            }, -- end of [94]
                                            [110] = 
                                            {
                                                ["y"] = 555225.375,
                                                ["x"] = -205315.078125,
                                            }, -- end of [110]
                                            [126] = 
                                            {
                                                ["y"] = 555622.9375,
                                                ["x"] = -205791.671875,
                                            }, -- end of [126]
                                            [156] = 
                                            {
                                                ["y"] = 556190.6875,
                                                ["x"] = -205866.9375,
                                            }, -- end of [156]
                                            [188] = 
                                            {
                                                ["y"] = 559193.8125,
                                                ["x"] = -209993.28125,
                                            }, -- end of [188]
                                            [220] = 
                                            {
                                                ["y"] = 561449.0625,
                                                ["x"] = -212161.046875,
                                            }, -- end of [220]
                                            [252] = 
                                            {
                                                ["y"] = 563031.3125,
                                                ["x"] = -213931.671875,
                                            }, -- end of [252]
                                            [312] = 
                                            {
                                                ["y"] = 565200.25,
                                                ["x"] = -217695.125,
                                            }, -- end of [312]
                                            [291] = 
                                            {
                                                ["y"] = 564954.5,
                                                ["x"] = -216293,
                                            }, -- end of [291]
                                            [287] = 
                                            {
                                                ["y"] = 564854.625,
                                                ["x"] = -216158.890625,
                                            }, -- end of [287]
                                            [286] = 
                                            {
                                                ["y"] = 564441.8125,
                                                ["x"] = -215692.1875,
                                            }, -- end of [286]
                                            [283] = 
                                            {
                                                ["y"] = 564385.1875,
                                                ["x"] = -215616.90625,
                                            }, -- end of [283]
                                            [279] = 
                                            {
                                                ["y"] = 564216.75,
                                                ["x"] = -215313.5,
                                            }, -- end of [279]
                                            [275] = 
                                            {
                                                ["y"] = 564136.25,
                                                ["x"] = -215210.46875,
                                            }, -- end of [275]
                                            [271] = 
                                            {
                                                ["y"] = 563805.0625,
                                                ["x"] = -214869.0625,
                                            }, -- end of [271]
                                            [313] = 
                                            {
                                                ["y"] = 565215.5,
                                                ["x"] = -217749.4375,
                                            }, -- end of [313]
                                            [267] = 
                                            {
                                                ["y"] = 563733.5,
                                                ["x"] = -214840.328125,
                                            }, -- end of [267]
                                            [263] = 
                                            {
                                                ["y"] = 563693.4375,
                                                ["x"] = -214804.828125,
                                            }, -- end of [263]
                                            [259] = 
                                            {
                                                ["y"] = 563194.1875,
                                                ["x"] = -214048.265625,
                                            }, -- end of [259]
                                            [157] = 
                                            {
                                                ["y"] = 556199,
                                                ["x"] = -205878.578125,
                                            }, -- end of [157]
                                            [189] = 
                                            {
                                                ["y"] = 559214,
                                                ["x"] = -210030.015625,
                                            }, -- end of [189]
                                            [221] = 
                                            {
                                                ["y"] = 561464.5,
                                                ["x"] = -212186.984375,
                                            }, -- end of [221]
                                            [253] = 
                                            {
                                                ["y"] = 563057.25,
                                                ["x"] = -213944.140625,
                                            }, -- end of [253]
                                            [314] = 
                                            {
                                                ["y"] = 565232.25,
                                                ["x"] = -217803.3125,
                                            }, -- end of [314]
                                            [254] = 
                                            {
                                                ["y"] = 563082.4375,
                                                ["x"] = -213958.109375,
                                            }, -- end of [254]
                                            [239] = 
                                            {
                                                ["y"] = 562434.3125,
                                                ["x"] = -213580.65625,
                                            }, -- end of [239]
                                            [223] = 
                                            {
                                                ["y"] = 561545.875,
                                                ["x"] = -212341.671875,
                                            }, -- end of [223]
                                            [207] = 
                                            {
                                                ["y"] = 560257.1875,
                                                ["x"] = -210823.796875,
                                            }, -- end of [207]
                                            [191] = 
                                            {
                                                ["y"] = 559258.9375,
                                                ["x"] = -210100.765625,
                                            }, -- end of [191]
                                            [175] = 
                                            {
                                                ["y"] = 557495.8125,
                                                ["x"] = -207213.828125,
                                            }, -- end of [175]
                                            [76] = 
                                            {
                                                ["y"] = 554033.25,
                                                ["x"] = -204974.859375,
                                            }, -- end of [76]
                                            [79] = 
                                            {
                                                ["y"] = 554092.25,
                                                ["x"] = -204955.75,
                                            }, -- end of [79]
                                            [95] = 
                                            {
                                                ["y"] = 554479.3125,
                                                ["x"] = -205466.5,
                                            }, -- end of [95]
                                            [111] = 
                                            {
                                                ["y"] = 555232.9375,
                                                ["x"] = -205320.984375,
                                            }, -- end of [111]
                                            [143] = 
                                            {
                                                ["y"] = 555972.5625,
                                                ["x"] = -205829.21875,
                                            }, -- end of [143]
                                        }, -- end of [3]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 25,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 567366.07374733,
                                            ["x"] = -221092.15192255,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 8.2222222222222,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 3,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 6,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 2865.844732479,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 553253.56086758,
                                            ["x"] = -206060.66725016,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 7.1944444444444,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 104,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 3764.1839695899,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 551869.82567322,
                                            ["x"] = -202819.22438233,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 7.1944444444444,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 20,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 567366.07374733,
                                        ["type"] = "M-113",
                                        ["name"] = "Resupply Armor Group Main",
                                        ["unitId"] = 84,
                                        ["heading"] = -0.75387649576699,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -221092.15192255,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 567376.9833556,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #047",
                                        ["unitId"] = 85,
                                        ["heading"] = -0.75387649576699,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -221120.11587004,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 567387.87943672,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #048",
                                        ["unitId"] = 86,
                                        ["heading"] = -0.75387649576699,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -221148.04514419,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 567398.7943618,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #049",
                                        ["unitId"] = 87,
                                        ["heading"] = -0.75387649576699,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -221176.02271997,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 567409.69044292,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #050",
                                        ["unitId"] = 88,
                                        ["heading"] = -0.75387649576699,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -221203.95199412,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 567420.60106392,
                                        ["type"] = "M978 HEMTT Tanker",
                                        ["name"] = "Unit #051",
                                        ["unitId"] = 89,
                                        ["heading"] = -0.75387649576699,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -221231.91853747,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 567431.50144913,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #052",
                                        ["unitId"] = 90,
                                        ["heading"] = -0.75387649576699,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -221259.85884405,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 567442.39753025,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #053",
                                        ["unitId"] = 91,
                                        ["heading"] = -0.75387649576699,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -221287.78811821,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 567453.30717469,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #054",
                                        ["unitId"] = 92,
                                        ["heading"] = -0.75387649576699,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -221315.75215841,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 567464.20426853,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Unit #055",
                                        ["unitId"] = 93,
                                        ["heading"] = -0.75387649576699,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -221343.68402842,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        ["y"] = 567475.11384063,
                                        ["type"] = "HEMTT TFFT",
                                        ["name"] = "Unit #105",
                                        ["unitId"] = 200,
                                        ["heading"] = -0.75387649576699,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -221371.6478832,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        ["y"] = 567486.01422584,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #106",
                                        ["unitId"] = 201,
                                        ["heading"] = -0.75387649576699,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -221399.58818978,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        ["y"] = 567496.92387028,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #107",
                                        ["unitId"] = 202,
                                        ["heading"] = -0.75387649576699,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -221427.55222998,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        ["y"] = 567507.82002374,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #108",
                                        ["unitId"] = 203,
                                        ["heading"] = -0.75387649576699,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -221455.48168955,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        ["y"] = 567518.73060857,
                                        ["type"] = "M978 HEMTT Tanker",
                                        ["name"] = "Unit #109",
                                        ["unitId"] = 204,
                                        ["heading"] = -0.75387649576699,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -221483.44814019,
                                    }, -- end of [15]
                                    [16] = 
                                    {
                                        ["y"] = 567529.73060608,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #110",
                                        ["unitId"] = 205,
                                        ["heading"] = -0.75387649576699,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -221511.35192871,
                                    }, -- end of [16]
                                    [17] = 
                                    {
                                        ["y"] = 567542.93029785,
                                        ["type"] = "M978 HEMTT Tanker",
                                        ["name"] = "Unit #111",
                                        ["unitId"] = 206,
                                        ["heading"] = -0.75387649576699,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -221538.03535461,
                                    }, -- end of [17]
                                    [18] = 
                                    {
                                        ["y"] = 567559.0690155,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #112",
                                        ["unitId"] = 207,
                                        ["heading"] = -0.75387649576699,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -221562.76080322,
                                    }, -- end of [18]
                                    [19] = 
                                    {
                                        ["y"] = 567578.0688324,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #113",
                                        ["unitId"] = 208,
                                        ["heading"] = -0.75387649576699,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -221585.46287537,
                                    }, -- end of [19]
                                    [20] = 
                                    {
                                        ["y"] = 567585.37597656,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Unit #114",
                                        ["unitId"] = 209,
                                        ["heading"] = -0.75387649576699,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -221617.11187815,
                                    }, -- end of [20]
                                }, -- end of ["units"]
                                ["y"] = 567366.07374733,
                                ["x"] = -221092.15192255,
                                ["name"] = "Resupply Armor Group Main",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [27] = 
                                            {
                                                ["y"] = 568537.6875,
                                                ["x"] = -221728.234375,
                                            }, -- end of [27]
                                            [2] = 
                                            {
                                                ["y"] = 569576.75,
                                                ["x"] = -222568.984375,
                                            }, -- end of [2]
                                            [38] = 
                                            {
                                                ["y"] = 567590.625,
                                                ["x"] = -221611.8125,
                                            }, -- end of [38]
                                            [3] = 
                                            {
                                                ["y"] = 569525.375,
                                                ["x"] = -222542.90625,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 569474.875,
                                                ["x"] = -222515.109375,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 569425.3125,
                                                ["x"] = -222485.609375,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                ["y"] = 569376.8125,
                                                ["x"] = -222454.4375,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                ["y"] = 569329.4375,
                                                ["x"] = -222421.65625,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                ["y"] = 569283.1875,
                                                ["x"] = -222387.28125,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                ["y"] = 569194.25,
                                                ["x"] = -222313.90625,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                ["y"] = 569110.5,
                                                ["x"] = -222234.6875,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                ["y"] = 569032.3125,
                                                ["x"] = -222149.96875,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                ["y"] = 568836.1875,
                                                ["x"] = -221913.15625,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                ["y"] = 568742.3125,
                                                ["x"] = -221823.6875,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                ["y"] = 568630.125,
                                                ["x"] = -221758.703125,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                ["y"] = 568505.8125,
                                                ["x"] = -221721.78125,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                ["y"] = 567614.875,
                                                ["x"] = -221620.140625,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                ["y"] = 567610.1875,
                                                ["x"] = -221616.859375,
                                            }, -- end of [33]
                                            [17] = 
                                            {
                                                ["y"] = 568814.75,
                                                ["x"] = -221888.75,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                ["y"] = 568715.75,
                                                ["x"] = -221804.984375,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                ["y"] = 568599.9375,
                                                ["x"] = -221746.734375,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                ["y"] = 568473.625,
                                                ["x"] = -221717.21875,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                ["y"] = 567604.875,
                                                ["x"] = -221611.578125,
                                            }, -- end of [34]
                                            [9] = 
                                            {
                                                ["y"] = 569238.0625,
                                                ["x"] = -222351.34375,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                ["y"] = 569151.6875,
                                                ["x"] = -222275.015625,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                ["y"] = 569070.6875,
                                                ["x"] = -222193,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                ["y"] = 568995.4375,
                                                ["x"] = -222105.671875,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                ["y"] = 568791.9375,
                                                ["x"] = -221865.640625,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                ["y"] = 568688.125,
                                                ["x"] = -221787.875,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                ["y"] = 568569.0625,
                                                ["x"] = -221736.5625,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                ["y"] = 567939.375,
                                                ["x"] = -221657.390625,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                ["y"] = 567597.6875,
                                                ["x"] = -221608.75,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                ["y"] = 567593.875,
                                                ["x"] = -221609.578125,
                                            }, -- end of [37]
                                            [31] = 
                                            {
                                                ["y"] = 567620.4375,
                                                ["x"] = -221621.6875,
                                            }, -- end of [31]
                                            [35] = 
                                            {
                                                ["y"] = 567601.5625,
                                                ["x"] = -221609.453125,
                                            }, -- end of [35]
                                            [1] = 
                                            {
                                                ["y"] = 573373.5625,
                                                ["x"] = -224414.484375,
                                            }, -- end of [1]
                                            [19] = 
                                            {
                                                ["y"] = 568767.75,
                                                ["x"] = -221843.9375,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                ["y"] = 568659.5625,
                                                ["x"] = -221772.421875,
                                            }, -- end of [23]
                                            [39] = 
                                            {
                                                ["y"] = 567540.0625,
                                                ["x"] = -221670.90625,
                                            }, -- end of [39]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [27] = 
                                            {
                                                ["y"] = 566244.8125,
                                                ["x"] = -223165.3125,
                                            }, -- end of [27]
                                            [2] = 
                                            {
                                                ["y"] = 567263.9375,
                                                ["x"] = -222000.453125,
                                            }, -- end of [2]
                                            [38] = 
                                            {
                                                ["y"] = 566030,
                                                ["x"] = -222167.4375,
                                            }, -- end of [38]
                                            [3] = 
                                            {
                                                ["y"] = 567238.5625,
                                                ["x"] = -222037.890625,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 567230.5,
                                                ["x"] = -222048.3125,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 567221.125,
                                                ["x"] = -222057.59375,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                ["y"] = 567203.125,
                                                ["x"] = -222073.21875,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                ["y"] = 567193.625,
                                                ["x"] = -222082.671875,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                ["y"] = 567185.4375,
                                                ["x"] = -222093.28125,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                ["y"] = 567006.875,
                                                ["x"] = -222360.046875,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                ["y"] = 566972.3125,
                                                ["x"] = -222400.625,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                ["y"] = 566914.4375,
                                                ["x"] = -222455.265625,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                ["y"] = 566894.875,
                                                ["x"] = -222477.25,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                ["y"] = 566805.4375,
                                                ["x"] = -222623.203125,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                ["y"] = 566273.0625,
                                                ["x"] = -223156.984375,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                ["y"] = 566234.9375,
                                                ["x"] = -223164.203125,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                ["y"] = 566203.1875,
                                                ["x"] = -223142.03125,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                ["y"] = 566012.1875,
                                                ["x"] = -222127.15625,
                                            }, -- end of [40]
                                            [33] = 
                                            {
                                                ["y"] = 566198.75,
                                                ["x"] = -223133.140625,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                ["y"] = 566001.4375,
                                                ["x"] = -222107.9375,
                                            }, -- end of [41]
                                            [17] = 
                                            {
                                                ["y"] = 566886.8125,
                                                ["x"] = -222489.5625,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                ["y"] = 566793.25,
                                                ["x"] = -222638,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                ["y"] = 566264.25,
                                                ["x"] = -223161.625,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                ["y"] = 566225.5,
                                                ["x"] = -223161.171875,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                ["y"] = 566196.125,
                                                ["x"] = -223123.546875,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                ["y"] = 565974.75,
                                                ["x"] = -222063.671875,
                                            }, -- end of [42]
                                            [9] = 
                                            {
                                                ["y"] = 567022.25,
                                                ["x"] = -222338.296875,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                ["y"] = 566990.1875,
                                                ["x"] = -222380.84375,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                ["y"] = 566953.3125,
                                                ["x"] = -222419.296875,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                ["y"] = 566904.125,
                                                ["x"] = -222465.78125,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                ["y"] = 566826.9375,
                                                ["x"] = -222591.421875,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                ["y"] = 566780.125,
                                                ["x"] = -222651.96875,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                ["y"] = 566254.75,
                                                ["x"] = -223164.4375,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                ["y"] = 566216.8125,
                                                ["x"] = -223156.3125,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                ["y"] = 566042.625,
                                                ["x"] = -222209.640625,
                                            }, -- end of [36]
                                            [44] = 
                                            {
                                                ["y"] = 565957.625,
                                                ["x"] = -222029.375,
                                            }, -- end of [44]
                                            [31] = 
                                            {
                                                ["y"] = 566209.3125,
                                                ["x"] = -223149.859375,
                                            }, -- end of [31]
                                            [39] = 
                                            {
                                                ["y"] = 566021.75,
                                                ["x"] = -222147.015625,
                                            }, -- end of [39]
                                            [43] = 
                                            {
                                                ["y"] = 565965.5625,
                                                ["x"] = -222046.84375,
                                            }, -- end of [43]
                                            [37] = 
                                            {
                                                ["y"] = 566037,
                                                ["x"] = -222188.34375,
                                            }, -- end of [37]
                                            [45] = 
                                            {
                                                ["y"] = 565951.125,
                                                ["x"] = -222011.359375,
                                            }, -- end of [45]
                                            [35] = 
                                            {
                                                ["y"] = 566046.9375,
                                                ["x"] = -222231.25,
                                            }, -- end of [35]
                                            [1] = 
                                            {
                                                ["y"] = 567540.0625,
                                                ["x"] = -221670.90625,
                                            }, -- end of [1]
                                            [19] = 
                                            {
                                                ["y"] = 566816.6875,
                                                ["x"] = -222607.65625,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                ["y"] = 566280.75,
                                                ["x"] = -223150.703125,
                                            }, -- end of [23]
                                            [46] = 
                                            {
                                                ["y"] = 565914.625,
                                                ["x"] = -221886.265625,
                                            }, -- end of [46]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 562865.99999999,
                                                ["x"] = -220014.85714287,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 562865.99999999,
                                                ["x"] = -220014.85714287,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [3] = 
                                        {
                                            [13] = 
                                            {
                                                ["y"] = 562859.875,
                                                ["x"] = -220027.234375,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                ["y"] = 565785.6875,
                                                ["x"] = -221472.59375,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                ["y"] = 565914.625,
                                                ["x"] = -221886.265625,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 565872.125,
                                                ["x"] = -221740.546875,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 565802.8125,
                                                ["x"] = -221502.90625,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 565776.875,
                                                ["x"] = -221464.859375,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                ["y"] = 565767,
                                                ["x"] = -221458.671875,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                ["y"] = 565798.8125,
                                                ["x"] = -221491.890625,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                ["y"] = 565756.125,
                                                ["x"] = -221454.28125,
                                            }, -- end of [10]
                                            [3] = 
                                            {
                                                ["y"] = 565839.1875,
                                                ["x"] = -221638.03125,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 565793.0625,
                                                ["x"] = -221481.6875,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                ["y"] = 565108.375,
                                                ["x"] = -221138.34375,
                                            }, -- end of [12]
                                            [11] = 
                                            {
                                                ["y"] = 565449.5,
                                                ["x"] = -221345.359375,
                                            }, -- end of [11]
                                        }, -- end of [3]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 23,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 573373.56123424,
                                            ["x"] = -224414.4866939,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 7,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 23,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1160.3649652385,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 567540.06033039,
                                            ["x"] = -221670.89983964,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 14,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1485.6837871546,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 565914.63265896,
                                            ["x"] = -221886.26339895,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 7,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 2434.8159091852,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 562859.88217158,
                                            ["x"] = -220027.2401402,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 25,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 573373.56123424,
                                        ["type"] = "M-113",
                                        ["name"] = "Unit #086",
                                        ["unitId"] = 124,
                                        ["heading"] = -1.1311769202289,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -224414.4866939,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 573373.56123424,
                                ["x"] = -224414.4866939,
                                ["name"] = "New Vehicle Group #010",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 573633.14285714,
                                                ["x"] = -224536.2857143,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 568159.81268561,
                                                ["x"] = -221682.07639647,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [27] = 
                                            {
                                                ["y"] = 566513.5625,
                                                ["x"] = -220118.484375,
                                            }, -- end of [27]
                                            [2] = 
                                            {
                                                ["y"] = 567939.375,
                                                ["x"] = -221657.390625,
                                            }, -- end of [2]
                                            [38] = 
                                            {
                                                ["y"] = 565945.0625,
                                                ["x"] = -220783.953125,
                                            }, -- end of [38]
                                            [3] = 
                                            {
                                                ["y"] = 567620.4375,
                                                ["x"] = -221621.6875,
                                            }, -- end of [3]
                                            [54] = 
                                            {
                                                ["y"] = 565487.375,
                                                ["x"] = -220654.671875,
                                            }, -- end of [54]
                                            [4] = 
                                            {
                                                ["y"] = 567614.875,
                                                ["x"] = -221620.140625,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 567610.1875,
                                                ["x"] = -221616.859375,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                ["y"] = 567584.9375,
                                                ["x"] = -221592.484375,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                ["y"] = 567570.4375,
                                                ["x"] = -221577,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                ["y"] = 567557.3125,
                                                ["x"] = -221560.328125,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                ["y"] = 567535.4375,
                                                ["x"] = -221523.9375,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                ["y"] = 566917.375,
                                                ["x"] = -219942.21875,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                ["y"] = 566912,
                                                ["x"] = -219936.640625,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                ["y"] = 566904.25,
                                                ["x"] = -219936.484375,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                ["y"] = 566794.875,
                                                ["x"] = -219968.484375,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                ["y"] = 566628.6875,
                                                ["x"] = -220044.203125,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                ["y"] = 566477.375,
                                                ["x"] = -220146.359375,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                ["y"] = 566345,
                                                ["x"] = -220272.15625,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                ["y"] = 565891.875,
                                                ["x"] = -220744.65625,
                                            }, -- end of [40]
                                            [48] = 
                                            {
                                                ["y"] = 565682.0625,
                                                ["x"] = -220516.9375,
                                            }, -- end of [48]
                                            [56] = 
                                            {
                                                ["y"] = 565458.3125,
                                                ["x"] = -220656.46875,
                                            }, -- end of [56]
                                            [33] = 
                                            {
                                                ["y"] = 566315.25,
                                                ["x"] = -220306.90625,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                ["y"] = 565873.8125,
                                                ["x"] = -220730.15625,
                                            }, -- end of [41]
                                            [49] = 
                                            {
                                                ["y"] = 565678.5625,
                                                ["x"] = -220518.796875,
                                            }, -- end of [49]
                                            [57] = 
                                            {
                                                ["y"] = 565443.875,
                                                ["x"] = -220654.671875,
                                            }, -- end of [57]
                                            [17] = 
                                            {
                                                ["y"] = 566892.75,
                                                ["x"] = -219940.25,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                ["y"] = 566752.1875,
                                                ["x"] = -219984.8125,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                ["y"] = 566589.3125,
                                                ["x"] = -220067.359375,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                ["y"] = 566442.3125,
                                                ["x"] = -220175.71875,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                ["y"] = 566287.0625,
                                                ["x"] = -220342.859375,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                ["y"] = 565856.625,
                                                ["x"] = -220714.625,
                                            }, -- end of [42]
                                            [50] = 
                                            {
                                                ["y"] = 565539.8125,
                                                ["x"] = -220630.546875,
                                            }, -- end of [50]
                                            [58] = 
                                            {
                                                ["y"] = 565429.75,
                                                ["x"] = -220651.125,
                                            }, -- end of [58]
                                            [31] = 
                                            {
                                                ["y"] = 566376.0625,
                                                ["x"] = -220238.671875,
                                            }, -- end of [31]
                                            [9] = 
                                            {
                                                ["y"] = 567545.625,
                                                ["x"] = -221542.59375,
                                            }, -- end of [9]
                                            [13] = 
                                            {
                                                ["y"] = 566915.25,
                                                ["x"] = -219938.890625,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                ["y"] = 566908.125,
                                                ["x"] = -219935.796875,
                                            }, -- end of [15]
                                            [35] = 
                                            {
                                                ["y"] = 565955.6875,
                                                ["x"] = -220780.328125,
                                            }, -- end of [35]
                                            [11] = 
                                            {
                                                ["y"] = 567526.9375,
                                                ["x"] = -221504.484375,
                                            }, -- end of [11]
                                            [51] = 
                                            {
                                                ["y"] = 565527.9375,
                                                ["x"] = -220638.96875,
                                            }, -- end of [51]
                                            [59] = 
                                            {
                                                ["y"] = 565416.1875,
                                                ["x"] = -220645.859375,
                                            }, -- end of [59]
                                            [18] = 
                                            {
                                                ["y"] = 566882.125,
                                                ["x"] = -219941.234375,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                ["y"] = 566710.25,
                                                ["x"] = -220002.890625,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                ["y"] = 566550.9375,
                                                ["x"] = -220092.140625,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                ["y"] = 566408.5625,
                                                ["x"] = -220206.515625,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                ["y"] = 565952.6875,
                                                ["x"] = -220782.9375,
                                            }, -- end of [36]
                                            [44] = 
                                            {
                                                ["y"] = 565825.125,
                                                ["x"] = -220680.703125,
                                            }, -- end of [44]
                                            [52] = 
                                            {
                                                ["y"] = 565515.0625,
                                                ["x"] = -220645.859375,
                                            }, -- end of [52]
                                            [60] = 
                                            {
                                                ["y"] = 565295.25,
                                                ["x"] = -220590.21875,
                                            }, -- end of [60]
                                            [47] = 
                                            {
                                                ["y"] = 565685.9375,
                                                ["x"] = -220516.546875,
                                            }, -- end of [47]
                                            [46] = 
                                            {
                                                ["y"] = 565689.75,
                                                ["x"] = -220517.671875,
                                            }, -- end of [46]
                                            [39] = 
                                            {
                                                ["y"] = 565941.5,
                                                ["x"] = -220782.21875,
                                            }, -- end of [39]
                                            [43] = 
                                            {
                                                ["y"] = 565840.375,
                                                ["x"] = -220698.125,
                                            }, -- end of [43]
                                            [37] = 
                                            {
                                                ["y"] = 565949,
                                                ["x"] = -220784.203125,
                                            }, -- end of [37]
                                            [45] = 
                                            {
                                                ["y"] = 565692.8125,
                                                ["x"] = -220520.171875,
                                            }, -- end of [45]
                                            [53] = 
                                            {
                                                ["y"] = 565501.5,
                                                ["x"] = -220651.125,
                                            }, -- end of [53]
                                            [1] = 
                                            {
                                                ["y"] = 568159.8125,
                                                ["x"] = -221682.078125,
                                            }, -- end of [1]
                                            [19] = 
                                            {
                                                ["y"] = 566838.25,
                                                ["x"] = -219953.953125,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                ["y"] = 566669.0625,
                                                ["x"] = -220022.703125,
                                            }, -- end of [23]
                                            [55] = 
                                            {
                                                ["y"] = 565472.9375,
                                                ["x"] = -220656.46875,
                                            }, -- end of [55]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 565300.28571428,
                                                ["x"] = -220579.14285716,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 565300.28571428,
                                                ["x"] = -220579.14285716,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 21,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 573633.14285714,
                                            ["x"] = -224536.2857143,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 8,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 30,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1111.109746824,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 568159.81268561,
                                            ["x"] = -221682.07639647,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 11,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1662.916873049,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 565295.24899899,
                                            ["x"] = -220590.22087371,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 26,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 573633.14285714,
                                        ["type"] = "M-113",
                                        ["name"] = "Unit #087",
                                        ["unitId"] = 126,
                                        ["heading"] = -1.0901160426461,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -224536.2857143,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 573633.14285714,
                                ["x"] = -224536.2857143,
                                ["name"] = "New Vehicle Group #011",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["lateActivation"] = false,
                                ["groupId"] = 27,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 543898.45550574,
                                        ["type"] = "M-2 Bradley",
                                        ["name"] = "Unit #1",
                                        ["unitId"] = 127,
                                        ["heading"] = -1.5980916661106,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -197937.6791145,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 543927.87421519,
                                        ["type"] = "M-2 Bradley",
                                        ["name"] = "Unit #020",
                                        ["unitId"] = 128,
                                        ["heading"] = -1.5980916661106,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -197943.51939993,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 543957.31174967,
                                        ["type"] = "M-2 Bradley",
                                        ["name"] = "Unit #046",
                                        ["unitId"] = 129,
                                        ["heading"] = -1.5980916661106,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -197949.36342255,
                                    }, -- end of [3]
                                }, -- end of ["units"]
                                ["y"] = 543898.45550574,
                                ["x"] = -197937.6791145,
                                ["name"] = "Armor Group 1",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [33] = 
                                            {
                                                ["y"] = 542468.1875,
                                                ["x"] = -198237.28125,
                                            }, -- end of [33]
                                            [35] = 
                                            {
                                                ["y"] = 542453.8125,
                                                ["x"] = -198248.5,
                                            }, -- end of [35]
                                            [37] = 
                                            {
                                                ["y"] = 541452.3125,
                                                ["x"] = -198766.03125,
                                            }, -- end of [37]
                                            [39] = 
                                            {
                                                ["y"] = 541433.375,
                                                ["x"] = -198767.859375,
                                            }, -- end of [39]
                                            [41] = 
                                            {
                                                ["y"] = 541415.1875,
                                                ["x"] = -198762.515625,
                                            }, -- end of [41]
                                            [43] = 
                                            {
                                                ["y"] = 541295.5,
                                                ["x"] = -198669.390625,
                                            }, -- end of [43]
                                            [45] = 
                                            {
                                                ["y"] = 541233.6875,
                                                ["x"] = -198625.28125,
                                            }, -- end of [45]
                                            [47] = 
                                            {
                                                ["y"] = 541167.9375,
                                                ["x"] = -198587.21875,
                                            }, -- end of [47]
                                            [49] = 
                                            {
                                                ["y"] = 541098.9375,
                                                ["x"] = -198555.5625,
                                            }, -- end of [49]
                                            [51] = 
                                            {
                                                ["y"] = 541027.1875,
                                                ["x"] = -198530.59375,
                                            }, -- end of [51]
                                            [53] = 
                                            {
                                                ["y"] = 540953.4375,
                                                ["x"] = -198512.546875,
                                            }, -- end of [53]
                                            [55] = 
                                            {
                                                ["y"] = 540366.8125,
                                                ["x"] = -198425.921875,
                                            }, -- end of [55]
                                            [57] = 
                                            {
                                                ["y"] = 540256.6875,
                                                ["x"] = -198412.953125,
                                            }, -- end of [57]
                                            [59] = 
                                            {
                                                ["y"] = 540146,
                                                ["x"] = -198406.09375,
                                            }, -- end of [59]
                                            [61] = 
                                            {
                                                ["y"] = 540035.125,
                                                ["x"] = -198405.390625,
                                            }, -- end of [61]
                                            [63] = 
                                            {
                                                ["y"] = 539078.75,
                                                ["x"] = -198425.015625,
                                            }, -- end of [63]
                                            [66] = 
                                            {
                                                ["y"] = 539041.9375,
                                                ["x"] = -198413.5,
                                            }, -- end of [66]
                                            [70] = 
                                            {
                                                ["y"] = 538796.9375,
                                                ["x"] = -198288.734375,
                                            }, -- end of [70]
                                            [74] = 
                                            {
                                                ["y"] = 538523.4375,
                                                ["x"] = -198242.375,
                                            }, -- end of [74]
                                            [78] = 
                                            {
                                                ["y"] = 538430.875,
                                                ["x"] = -198246.25,
                                            }, -- end of [78]
                                            [82] = 
                                            {
                                                ["y"] = 538072,
                                                ["x"] = -198192.96875,
                                            }, -- end of [82]
                                            [86] = 
                                            {
                                                ["y"] = 537790.875,
                                                ["x"] = -198134.4375,
                                            }, -- end of [86]
                                            [90] = 
                                            {
                                                ["y"] = 535856.375,
                                                ["x"] = -197994.578125,
                                            }, -- end of [90]
                                            [94] = 
                                            {
                                                ["y"] = 535672.75,
                                                ["x"] = -197997.46875,
                                            }, -- end of [94]
                                            [98] = 
                                            {
                                                ["y"] = 535492.1875,
                                                ["x"] = -198030.859375,
                                            }, -- end of [98]
                                            [102] = 
                                            {
                                                ["y"] = 535319.6875,
                                                ["x"] = -198093.84375,
                                            }, -- end of [102]
                                            [106] = 
                                            {
                                                ["y"] = 535030.3125,
                                                ["x"] = -198253.96875,
                                            }, -- end of [106]
                                            [110] = 
                                            {
                                                ["y"] = 534927.5625,
                                                ["x"] = -198296.5625,
                                            }, -- end of [110]
                                            [114] = 
                                            {
                                                ["y"] = 534817.5,
                                                ["x"] = -198312.640625,
                                            }, -- end of [114]
                                            [118] = 
                                            {
                                                ["y"] = 534706.875,
                                                ["x"] = -198301.25,
                                            }, -- end of [118]
                                            [122] = 
                                            {
                                                ["y"] = 533689.75,
                                                ["x"] = -197934.09375,
                                            }, -- end of [122]
                                            [126] = 
                                            {
                                                ["y"] = 533470.5625,
                                                ["x"] = -197876.71875,
                                            }, -- end of [126]
                                            [132] = 
                                            {
                                                ["y"] = 533132.5625,
                                                ["x"] = -197843.3125,
                                            }, -- end of [132]
                                            [140] = 
                                            {
                                                ["y"] = 532315.5,
                                                ["x"] = -197978.359375,
                                            }, -- end of [140]
                                            [148] = 
                                            {
                                                ["y"] = 531698.0625,
                                                ["x"] = -197854.515625,
                                            }, -- end of [148]
                                            [156] = 
                                            {
                                                ["y"] = 531367.4375,
                                                ["x"] = -197869.109375,
                                            }, -- end of [156]
                                            [164] = 
                                            {
                                                ["y"] = 529043.8125,
                                                ["x"] = -198437.234375,
                                            }, -- end of [164]
                                            [172] = 
                                            {
                                                ["y"] = 528076.625,
                                                ["x"] = -198417.671875,
                                            }, -- end of [172]
                                            [180] = 
                                            {
                                                ["y"] = 527361.0625,
                                                ["x"] = -198428.65625,
                                            }, -- end of [180]
                                            [1] = 
                                            {
                                                ["y"] = 543898.4375,
                                                ["x"] = -197937.671875,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 543408,
                                                ["x"] = -197840.3125,
                                            }, -- end of [2]
                                            [133] = 
                                            {
                                                ["y"] = 533075.875,
                                                ["x"] = -197843.984375,
                                            }, -- end of [133]
                                            [141] = 
                                            {
                                                ["y"] = 532299.125,
                                                ["x"] = -197981.1875,
                                            }, -- end of [141]
                                            [149] = 
                                            {
                                                ["y"] = 531656.75,
                                                ["x"] = -197849.640625,
                                            }, -- end of [149]
                                            [157] = 
                                            {
                                                ["y"] = 531327.1875,
                                                ["x"] = -197879.484375,
                                            }, -- end of [157]
                                            [165] = 
                                            {
                                                ["y"] = 528985.375,
                                                ["x"] = -198443.609375,
                                            }, -- end of [165]
                                            [173] = 
                                            {
                                                ["y"] = 528029.125,
                                                ["x"] = -198416.859375,
                                            }, -- end of [173]
                                            [181] = 
                                            {
                                                ["y"] = 527315.3125,
                                                ["x"] = -198422.640625,
                                            }, -- end of [181]
                                            [3] = 
                                            {
                                                ["y"] = 543352.9375,
                                                ["x"] = -197830.171875,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 543297.625,
                                                ["x"] = -197821.578125,
                                            }, -- end of [4]
                                            [67] = 
                                            {
                                                ["y"] = 538861.1875,
                                                ["x"] = -198315.546875,
                                            }, -- end of [67]
                                            [71] = 
                                            {
                                                ["y"] = 538774.5,
                                                ["x"] = -198282.75,
                                            }, -- end of [71]
                                            [75] = 
                                            {
                                                ["y"] = 538502.4375,
                                                ["x"] = -198241.609375,
                                            }, -- end of [75]
                                            [5] = 
                                            {
                                                ["y"] = 543242.0625,
                                                ["x"] = -197814.53125,
                                            }, -- end of [5]
                                            [83] = 
                                            {
                                                ["y"] = 538015.875,
                                                ["x"] = -198181.3125,
                                            }, -- end of [83]
                                            [87] = 
                                            {
                                                ["y"] = 537729.8125,
                                                ["x"] = -198125.515625,
                                            }, -- end of [87]
                                            [91] = 
                                            {
                                                ["y"] = 535810.5,
                                                ["x"] = -197992.421875,
                                            }, -- end of [91]
                                            [6] = 
                                            {
                                                ["y"] = 543186.3125,
                                                ["x"] = -197809.046875,
                                            }, -- end of [6]
                                            [99] = 
                                            {
                                                ["y"] = 535448.125,
                                                ["x"] = -198043.890625,
                                            }, -- end of [99]
                                            [103] = 
                                            {
                                                ["y"] = 535278.375,
                                                ["x"] = -198114.015625,
                                            }, -- end of [103]
                                            [107] = 
                                            {
                                                ["y"] = 535005.6875,
                                                ["x"] = -198266.984375,
                                            }, -- end of [107]
                                            [7] = 
                                            {
                                                ["y"] = 543130.5,
                                                ["x"] = -197805.125,
                                            }, -- end of [7]
                                            [115] = 
                                            {
                                                ["y"] = 534789.625,
                                                ["x"] = -198312.375,
                                            }, -- end of [115]
                                            [119] = 
                                            {
                                                ["y"] = 534679.9375,
                                                ["x"] = -198294.15625,
                                            }, -- end of [119]
                                            [123] = 
                                            {
                                                ["y"] = 533635.625,
                                                ["x"] = -197917.171875,
                                            }, -- end of [123]
                                            [8] = 
                                            {
                                                ["y"] = 543074.5,
                                                ["x"] = -197802.78125,
                                            }, -- end of [8]
                                            [134] = 
                                            {
                                                ["y"] = 533019.25,
                                                ["x"] = -197846.4375,
                                            }, -- end of [134]
                                            [9] = 
                                            {
                                                ["y"] = 542649.6875,
                                                ["x"] = -197790.828125,
                                            }, -- end of [9]
                                            [150] = 
                                            {
                                                ["y"] = 531615.25,
                                                ["x"] = -197846.671875,
                                            }, -- end of [150]
                                            [10] = 
                                            {
                                                ["y"] = 542629.75,
                                                ["x"] = -197791.265625,
                                            }, -- end of [10]
                                            [166] = 
                                            {
                                                ["y"] = 528926.8125,
                                                ["x"] = -198448.265625,
                                            }, -- end of [166]
                                            [11] = 
                                            {
                                                ["y"] = 542610.0625,
                                                ["x"] = -197793.65625,
                                            }, -- end of [11]
                                            [182] = 
                                            {
                                                ["y"] = 527269.875,
                                                ["x"] = -198414.875,
                                            }, -- end of [182]
                                            [12] = 
                                            {
                                                ["y"] = 542590.625,
                                                ["x"] = -197798,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                ["y"] = 542571.75,
                                                ["x"] = -197804.265625,
                                            }, -- end of [13]
                                            [14] = 
                                            {
                                                ["y"] = 542553.5625,
                                                ["x"] = -197812.359375,
                                            }, -- end of [14]
                                            [15] = 
                                            {
                                                ["y"] = 542536.3125,
                                                ["x"] = -197822.21875,
                                            }, -- end of [15]
                                            [16] = 
                                            {
                                                ["y"] = 542520.125,
                                                ["x"] = -197833.75,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 542505.125,
                                                ["x"] = -197846.828125,
                                            }, -- end of [17]
                                            [18] = 
                                            {
                                                ["y"] = 542491.5,
                                                ["x"] = -197861.328125,
                                            }, -- end of [18]
                                            [19] = 
                                            {
                                                ["y"] = 542479.4375,
                                                ["x"] = -197877.109375,
                                            }, -- end of [19]
                                            [20] = 
                                            {
                                                ["y"] = 542468.9375,
                                                ["x"] = -197894.015625,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                ["y"] = 542460.1875,
                                                ["x"] = -197911.875,
                                            }, -- end of [21]
                                            [22] = 
                                            {
                                                ["y"] = 542453.3125,
                                                ["x"] = -197930.515625,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                ["y"] = 542448.25,
                                                ["x"] = -197949.765625,
                                            }, -- end of [23]
                                            [24] = 
                                            {
                                                ["y"] = 542445.125,
                                                ["x"] = -197969.40625,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 542444,
                                                ["x"] = -197989.265625,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                ["y"] = 542444.875,
                                                ["x"] = -198009.125,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 542447.6875,
                                                ["x"] = -198028.8125,
                                            }, -- end of [27]
                                            [28] = 
                                            {
                                                ["y"] = 542479.875,
                                                ["x"] = -198194.5625,
                                            }, -- end of [28]
                                            [29] = 
                                            {
                                                ["y"] = 542480.75,
                                                ["x"] = -198203.671875,
                                            }, -- end of [29]
                                            [30] = 
                                            {
                                                ["y"] = 542480,
                                                ["x"] = -198212.796875,
                                            }, -- end of [30]
                                            [31] = 
                                            {
                                                ["y"] = 542477.625,
                                                ["x"] = -198221.640625,
                                            }, -- end of [31]
                                            [32] = 
                                            {
                                                ["y"] = 542473.625,
                                                ["x"] = -198229.890625,
                                            }, -- end of [32]
                                            [34] = 
                                            {
                                                ["y"] = 542461.5,
                                                ["x"] = -198243.546875,
                                            }, -- end of [34]
                                            [36] = 
                                            {
                                                ["y"] = 541461.125,
                                                ["x"] = -198762.46875,
                                            }, -- end of [36]
                                            [38] = 
                                            {
                                                ["y"] = 541442.9375,
                                                ["x"] = -198767.859375,
                                            }, -- end of [38]
                                            [40] = 
                                            {
                                                ["y"] = 541424.0625,
                                                ["x"] = -198766.0625,
                                            }, -- end of [40]
                                            [42] = 
                                            {
                                                ["y"] = 541407.1875,
                                                ["x"] = -198757.34375,
                                            }, -- end of [42]
                                            [44] = 
                                            {
                                                ["y"] = 541265.125,
                                                ["x"] = -198646.59375,
                                            }, -- end of [44]
                                            [46] = 
                                            {
                                                ["y"] = 541201.25,
                                                ["x"] = -198605.46875,
                                            }, -- end of [46]
                                            [48] = 
                                            {
                                                ["y"] = 541133.8125,
                                                ["x"] = -198570.5625,
                                            }, -- end of [48]
                                            [50] = 
                                            {
                                                ["y"] = 541063.375,
                                                ["x"] = -198542.234375,
                                            }, -- end of [50]
                                            [52] = 
                                            {
                                                ["y"] = 540990.5,
                                                ["x"] = -198520.703125,
                                            }, -- end of [52]
                                            [54] = 
                                            {
                                                ["y"] = 540916,
                                                ["x"] = -198506.171875,
                                            }, -- end of [54]
                                            [56] = 
                                            {
                                                ["y"] = 540311.8125,
                                                ["x"] = -198418.671875,
                                            }, -- end of [56]
                                            [58] = 
                                            {
                                                ["y"] = 540201.375,
                                                ["x"] = -198408.765625,
                                            }, -- end of [58]
                                            [60] = 
                                            {
                                                ["y"] = 540090.5625,
                                                ["x"] = -198404.96875,
                                            }, -- end of [60]
                                            [62] = 
                                            {
                                                ["y"] = 539091.625,
                                                ["x"] = -198425.5625,
                                            }, -- end of [62]
                                            [64] = 
                                            {
                                                ["y"] = 539066,
                                                ["x"] = -198422.796875,
                                            }, -- end of [64]
                                            [68] = 
                                            {
                                                ["y"] = 538840.375,
                                                ["x"] = -198305.171875,
                                            }, -- end of [68]
                                            [72] = 
                                            {
                                                ["y"] = 538751.6875,
                                                ["x"] = -198278.28125,
                                            }, -- end of [72]
                                            [76] = 
                                            {
                                                ["y"] = 538481.375,
                                                ["x"] = -198242.578125,
                                            }, -- end of [76]
                                            [80] = 
                                            {
                                                ["y"] = 538394.75,
                                                ["x"] = -198243.625,
                                            }, -- end of [80]
                                            [84] = 
                                            {
                                                ["y"] = 537912.1875,
                                                ["x"] = -198157.921875,
                                            }, -- end of [84]
                                            [88] = 
                                            {
                                                ["y"] = 537668.4375,
                                                ["x"] = -198118.484375,
                                            }, -- end of [88]
                                            [92] = 
                                            {
                                                ["y"] = 535764.5,
                                                ["x"] = -197992.1875,
                                            }, -- end of [92]
                                            [96] = 
                                            {
                                                ["y"] = 535581.8125,
                                                ["x"] = -198010.390625,
                                            }, -- end of [96]
                                            [100] = 
                                            {
                                                ["y"] = 535404.625,
                                                ["x"] = -198058.75,
                                            }, -- end of [100]
                                            [104] = 
                                            {
                                                ["y"] = 535237.9375,
                                                ["x"] = -198135.90625,
                                            }, -- end of [104]
                                            [108] = 
                                            {
                                                ["y"] = 534980.25,
                                                ["x"] = -198278.453125,
                                            }, -- end of [108]
                                            [112] = 
                                            {
                                                ["y"] = 534873.0625,
                                                ["x"] = -198308.015625,
                                            }, -- end of [112]
                                            [116] = 
                                            {
                                                ["y"] = 534761.8125,
                                                ["x"] = -198310.375,
                                            }, -- end of [116]
                                            [120] = 
                                            {
                                                ["y"] = 534653.4375,
                                                ["x"] = -198285.40625,
                                            }, -- end of [120]
                                            [124] = 
                                            {
                                                ["y"] = 533581.0625,
                                                ["x"] = -197901.953125,
                                            }, -- end of [124]
                                            [128] = 
                                            {
                                                ["y"] = 533358.625,
                                                ["x"] = -197858.5,
                                            }, -- end of [128]
                                            [136] = 
                                            {
                                                ["y"] = 532906.375,
                                                ["x"] = -197856.671875,
                                            }, -- end of [136]
                                            [144] = 
                                            {
                                                ["y"] = 532249.4375,
                                                ["x"] = -197980.796875,
                                            }, -- end of [144]
                                            [152] = 
                                            {
                                                ["y"] = 531532.125,
                                                ["x"] = -197846.5,
                                            }, -- end of [152]
                                            [160] = 
                                            {
                                                ["y"] = 529714.3125,
                                                ["x"] = -198331.140625,
                                            }, -- end of [160]
                                            [168] = 
                                            {
                                                ["y"] = 528809.4375,
                                                ["x"] = -198452.390625,
                                            }, -- end of [168]
                                            [176] = 
                                            {
                                                ["y"] = 527545.25,
                                                ["x"] = -198435.03125,
                                            }, -- end of [176]
                                            [184] = 
                                            {
                                                ["y"] = 527180,
                                                ["x"] = -198394.125,
                                            }, -- end of [184]
                                            [129] = 
                                            {
                                                ["y"] = 533302.3125,
                                                ["x"] = -197852.03125,
                                            }, -- end of [129]
                                            [137] = 
                                            {
                                                ["y"] = 532850.1875,
                                                ["x"] = -197864.453125,
                                            }, -- end of [137]
                                            [145] = 
                                            {
                                                ["y"] = 532233.1875,
                                                ["x"] = -197977.703125,
                                            }, -- end of [145]
                                            [153] = 
                                            {
                                                ["y"] = 531490.5625,
                                                ["x"] = -197849.28125,
                                            }, -- end of [153]
                                            [161] = 
                                            {
                                                ["y"] = 529654.1875,
                                                ["x"] = -198343.21875,
                                            }, -- end of [161]
                                            [169] = 
                                            {
                                                ["y"] = 528750.75,
                                                ["x"] = -198451.875,
                                            }, -- end of [169]
                                            [177] = 
                                            {
                                                ["y"] = 527499.125,
                                                ["x"] = -198436.09375,
                                            }, -- end of [177]
                                            [65] = 
                                            {
                                                ["y"] = 539053.6875,
                                                ["x"] = -198418.9375,
                                            }, -- end of [65]
                                            [69] = 
                                            {
                                                ["y"] = 538818.9375,
                                                ["x"] = -198296.234375,
                                            }, -- end of [69]
                                            [73] = 
                                            {
                                                ["y"] = 538544.375,
                                                ["x"] = -198244.875,
                                            }, -- end of [73]
                                            [77] = 
                                            {
                                                ["y"] = 538448.9375,
                                                ["x"] = -198245.40625,
                                            }, -- end of [77]
                                            [81] = 
                                            {
                                                ["y"] = 538128.5,
                                                ["x"] = -198202.6875,
                                            }, -- end of [81]
                                            [85] = 
                                            {
                                                ["y"] = 537851.75,
                                                ["x"] = -198145.25,
                                            }, -- end of [85]
                                            [89] = 
                                            {
                                                ["y"] = 537606.875,
                                                ["x"] = -198113.359375,
                                            }, -- end of [89]
                                            [93] = 
                                            {
                                                ["y"] = 535718.625,
                                                ["x"] = -197993.859375,
                                            }, -- end of [93]
                                            [97] = 
                                            {
                                                ["y"] = 535536.75,
                                                ["x"] = -198019.6875,
                                            }, -- end of [97]
                                            [101] = 
                                            {
                                                ["y"] = 535361.75,
                                                ["x"] = -198075.40625,
                                            }, -- end of [101]
                                            [105] = 
                                            {
                                                ["y"] = 535080.4375,
                                                ["x"] = -198225.484375,
                                            }, -- end of [105]
                                            [109] = 
                                            {
                                                ["y"] = 534954.1875,
                                                ["x"] = -198288.3125,
                                            }, -- end of [109]
                                            [113] = 
                                            {
                                                ["y"] = 534845.375,
                                                ["x"] = -198311.1875,
                                            }, -- end of [113]
                                            [117] = 
                                            {
                                                ["y"] = 534734.1875,
                                                ["x"] = -198306.671875,
                                            }, -- end of [117]
                                            [121] = 
                                            {
                                                ["y"] = 533743.3125,
                                                ["x"] = -197952.71875,
                                            }, -- end of [121]
                                            [125] = 
                                            {
                                                ["y"] = 533526,
                                                ["x"] = -197888.46875,
                                            }, -- end of [125]
                                            [130] = 
                                            {
                                                ["y"] = 533245.875,
                                                ["x"] = -197847.34375,
                                            }, -- end of [130]
                                            [138] = 
                                            {
                                                ["y"] = 532794.3125,
                                                ["x"] = -197874,
                                            }, -- end of [138]
                                            [146] = 
                                            {
                                                ["y"] = 531779.8125,
                                                ["x"] = -197869.96875,
                                            }, -- end of [146]
                                            [154] = 
                                            {
                                                ["y"] = 531449.25,
                                                ["x"] = -197854,
                                            }, -- end of [154]
                                            [162] = 
                                            {
                                                ["y"] = 529593.8125,
                                                ["x"] = -198353.46875,
                                            }, -- end of [162]
                                            [170] = 
                                            {
                                                ["y"] = 528692,
                                                ["x"] = -198449.640625,
                                            }, -- end of [170]
                                            [178] = 
                                            {
                                                ["y"] = 527453,
                                                ["x"] = -198435.390625,
                                            }, -- end of [178]
                                            [79] = 
                                            {
                                                ["y"] = 538412.75,
                                                ["x"] = -198245.65625,
                                            }, -- end of [79]
                                            [95] = 
                                            {
                                                ["y"] = 535627.125,
                                                ["x"] = -198002.96875,
                                            }, -- end of [95]
                                            [111] = 
                                            {
                                                ["y"] = 534900.5,
                                                ["x"] = -198303.125,
                                            }, -- end of [111]
                                            [127] = 
                                            {
                                                ["y"] = 533414.75,
                                                ["x"] = -197866.734375,
                                            }, -- end of [127]
                                            [131] = 
                                            {
                                                ["y"] = 533189.25,
                                                ["x"] = -197844.4375,
                                            }, -- end of [131]
                                            [135] = 
                                            {
                                                ["y"] = 532962.75,
                                                ["x"] = -197850.65625,
                                            }, -- end of [135]
                                            [139] = 
                                            {
                                                ["y"] = 532738.8125,
                                                ["x"] = -197885.296875,
                                            }, -- end of [139]
                                            [142] = 
                                            {
                                                ["y"] = 532282.5625,
                                                ["x"] = -197982.546875,
                                            }, -- end of [142]
                                            [143] = 
                                            {
                                                ["y"] = 532266,
                                                ["x"] = -197982.421875,
                                            }, -- end of [143]
                                            [147] = 
                                            {
                                                ["y"] = 531739.125,
                                                ["x"] = -197861.296875,
                                            }, -- end of [147]
                                            [151] = 
                                            {
                                                ["y"] = 531573.6875,
                                                ["x"] = -197845.625,
                                            }, -- end of [151]
                                            [155] = 
                                            {
                                                ["y"] = 531408.1875,
                                                ["x"] = -197860.609375,
                                            }, -- end of [155]
                                            [158] = 
                                            {
                                                ["y"] = 529833.1875,
                                                ["x"] = -198301.453125,
                                            }, -- end of [158]
                                            [159] = 
                                            {
                                                ["y"] = 529773.9375,
                                                ["x"] = -198317.203125,
                                            }, -- end of [159]
                                            [163] = 
                                            {
                                                ["y"] = 529101.9375,
                                                ["x"] = -198429.15625,
                                            }, -- end of [163]
                                            [167] = 
                                            {
                                                ["y"] = 528868.1875,
                                                ["x"] = -198451.1875,
                                            }, -- end of [167]
                                            [171] = 
                                            {
                                                ["y"] = 528124.125,
                                                ["x"] = -198419.625,
                                            }, -- end of [171]
                                            [174] = 
                                            {
                                                ["y"] = 527981.625,
                                                ["x"] = -198417.171875,
                                            }, -- end of [174]
                                            [175] = 
                                            {
                                                ["y"] = 527934.0625,
                                                ["x"] = -198418.609375,
                                            }, -- end of [175]
                                            [179] = 
                                            {
                                                ["y"] = 527407,
                                                ["x"] = -198432.90625,
                                            }, -- end of [179]
                                            [183] = 
                                            {
                                                ["y"] = 527224.75,
                                                ["x"] = -198405.359375,
                                            }, -- end of [183]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [33] = 
                                            {
                                                ["y"] = 531532.125,
                                                ["x"] = -197846.5,
                                            }, -- end of [33]
                                            [35] = 
                                            {
                                                ["y"] = 531615.25,
                                                ["x"] = -197846.671875,
                                            }, -- end of [35]
                                            [37] = 
                                            {
                                                ["y"] = 531698.0625,
                                                ["x"] = -197854.515625,
                                            }, -- end of [37]
                                            [39] = 
                                            {
                                                ["y"] = 531779.8125,
                                                ["x"] = -197869.96875,
                                            }, -- end of [39]
                                            [41] = 
                                            {
                                                ["y"] = 532249.4375,
                                                ["x"] = -197980.796875,
                                            }, -- end of [41]
                                            [43] = 
                                            {
                                                ["y"] = 532282.5625,
                                                ["x"] = -197982.546875,
                                            }, -- end of [43]
                                            [45] = 
                                            {
                                                ["y"] = 532315.5,
                                                ["x"] = -197978.359375,
                                            }, -- end of [45]
                                            [47] = 
                                            {
                                                ["y"] = 532794.3125,
                                                ["x"] = -197874,
                                            }, -- end of [47]
                                            [49] = 
                                            {
                                                ["y"] = 532906.375,
                                                ["x"] = -197856.671875,
                                            }, -- end of [49]
                                            [51] = 
                                            {
                                                ["y"] = 533019.25,
                                                ["x"] = -197846.4375,
                                            }, -- end of [51]
                                            [53] = 
                                            {
                                                ["y"] = 533132.5625,
                                                ["x"] = -197843.3125,
                                            }, -- end of [53]
                                            [55] = 
                                            {
                                                ["y"] = 533245.875,
                                                ["x"] = -197847.34375,
                                            }, -- end of [55]
                                            [57] = 
                                            {
                                                ["y"] = 533358.625,
                                                ["x"] = -197858.5,
                                            }, -- end of [57]
                                            [59] = 
                                            {
                                                ["y"] = 533470.5625,
                                                ["x"] = -197876.71875,
                                            }, -- end of [59]
                                            [61] = 
                                            {
                                                ["y"] = 533581.0625,
                                                ["x"] = -197901.953125,
                                            }, -- end of [61]
                                            [63] = 
                                            {
                                                ["y"] = 533689.75,
                                                ["x"] = -197934.09375,
                                            }, -- end of [63]
                                            [66] = 
                                            {
                                                ["y"] = 534679.9375,
                                                ["x"] = -198294.15625,
                                            }, -- end of [66]
                                            [70] = 
                                            {
                                                ["y"] = 534789.625,
                                                ["x"] = -198312.375,
                                            }, -- end of [70]
                                            [74] = 
                                            {
                                                ["y"] = 534900.5,
                                                ["x"] = -198303.125,
                                            }, -- end of [74]
                                            [78] = 
                                            {
                                                ["y"] = 535005.6875,
                                                ["x"] = -198266.984375,
                                            }, -- end of [78]
                                            [82] = 
                                            {
                                                ["y"] = 535278.375,
                                                ["x"] = -198114.015625,
                                            }, -- end of [82]
                                            [86] = 
                                            {
                                                ["y"] = 535448.125,
                                                ["x"] = -198043.890625,
                                            }, -- end of [86]
                                            [90] = 
                                            {
                                                ["y"] = 535627.125,
                                                ["x"] = -198002.96875,
                                            }, -- end of [90]
                                            [94] = 
                                            {
                                                ["y"] = 535810.5,
                                                ["x"] = -197992.421875,
                                            }, -- end of [94]
                                            [98] = 
                                            {
                                                ["y"] = 537729.8125,
                                                ["x"] = -198125.515625,
                                            }, -- end of [98]
                                            [102] = 
                                            {
                                                ["y"] = 538015.875,
                                                ["x"] = -198181.3125,
                                            }, -- end of [102]
                                            [106] = 
                                            {
                                                ["y"] = 538412.75,
                                                ["x"] = -198245.65625,
                                            }, -- end of [106]
                                            [110] = 
                                            {
                                                ["y"] = 538502.4375,
                                                ["x"] = -198241.609375,
                                            }, -- end of [110]
                                            [114] = 
                                            {
                                                ["y"] = 538774.5,
                                                ["x"] = -198282.75,
                                            }, -- end of [114]
                                            [118] = 
                                            {
                                                ["y"] = 538861.1875,
                                                ["x"] = -198315.546875,
                                            }, -- end of [118]
                                            [122] = 
                                            {
                                                ["y"] = 539078.75,
                                                ["x"] = -198425.015625,
                                            }, -- end of [122]
                                            [126] = 
                                            {
                                                ["y"] = 540146,
                                                ["x"] = -198406.09375,
                                            }, -- end of [126]
                                            [132] = 
                                            {
                                                ["y"] = 540953.4375,
                                                ["x"] = -198512.546875,
                                            }, -- end of [132]
                                            [140] = 
                                            {
                                                ["y"] = 541233.6875,
                                                ["x"] = -198625.28125,
                                            }, -- end of [140]
                                            [148] = 
                                            {
                                                ["y"] = 541452.3125,
                                                ["x"] = -198766.03125,
                                            }, -- end of [148]
                                            [156] = 
                                            {
                                                ["y"] = 542480.75,
                                                ["x"] = -198203.671875,
                                            }, -- end of [156]
                                            [164] = 
                                            {
                                                ["y"] = 542460.1875,
                                                ["x"] = -197911.875,
                                            }, -- end of [164]
                                            [172] = 
                                            {
                                                ["y"] = 542571.75,
                                                ["x"] = -197804.265625,
                                            }, -- end of [172]
                                            [180] = 
                                            {
                                                ["y"] = 543242.0625,
                                                ["x"] = -197814.53125,
                                            }, -- end of [180]
                                            [188] = 
                                            {
                                                ["y"] = 545651.3125,
                                                ["x"] = -198270.171875,
                                            }, -- end of [188]
                                            [1] = 
                                            {
                                                ["y"] = 527180,
                                                ["x"] = -198394.125,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 527224.75,
                                                ["x"] = -198405.359375,
                                            }, -- end of [2]
                                            [133] = 
                                            {
                                                ["y"] = 540990.5,
                                                ["x"] = -198520.703125,
                                            }, -- end of [133]
                                            [141] = 
                                            {
                                                ["y"] = 541265.125,
                                                ["x"] = -198646.59375,
                                            }, -- end of [141]
                                            [149] = 
                                            {
                                                ["y"] = 541461.125,
                                                ["x"] = -198762.46875,
                                            }, -- end of [149]
                                            [157] = 
                                            {
                                                ["y"] = 542479.875,
                                                ["x"] = -198194.5625,
                                            }, -- end of [157]
                                            [165] = 
                                            {
                                                ["y"] = 542468.9375,
                                                ["x"] = -197894.015625,
                                            }, -- end of [165]
                                            [173] = 
                                            {
                                                ["y"] = 542590.625,
                                                ["x"] = -197798,
                                            }, -- end of [173]
                                            [181] = 
                                            {
                                                ["y"] = 543297.625,
                                                ["x"] = -197821.578125,
                                            }, -- end of [181]
                                            [3] = 
                                            {
                                                ["y"] = 527269.875,
                                                ["x"] = -198414.875,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 527315.3125,
                                                ["x"] = -198422.640625,
                                            }, -- end of [4]
                                            [67] = 
                                            {
                                                ["y"] = 534706.875,
                                                ["x"] = -198301.25,
                                            }, -- end of [67]
                                            [71] = 
                                            {
                                                ["y"] = 534817.5,
                                                ["x"] = -198312.640625,
                                            }, -- end of [71]
                                            [75] = 
                                            {
                                                ["y"] = 534927.5625,
                                                ["x"] = -198296.5625,
                                            }, -- end of [75]
                                            [5] = 
                                            {
                                                ["y"] = 527361.0625,
                                                ["x"] = -198428.65625,
                                            }, -- end of [5]
                                            [83] = 
                                            {
                                                ["y"] = 535319.6875,
                                                ["x"] = -198093.84375,
                                            }, -- end of [83]
                                            [87] = 
                                            {
                                                ["y"] = 535492.1875,
                                                ["x"] = -198030.859375,
                                            }, -- end of [87]
                                            [91] = 
                                            {
                                                ["y"] = 535672.75,
                                                ["x"] = -197997.46875,
                                            }, -- end of [91]
                                            [6] = 
                                            {
                                                ["y"] = 527407,
                                                ["x"] = -198432.90625,
                                            }, -- end of [6]
                                            [99] = 
                                            {
                                                ["y"] = 537790.875,
                                                ["x"] = -198134.4375,
                                            }, -- end of [99]
                                            [103] = 
                                            {
                                                ["y"] = 538072,
                                                ["x"] = -198192.96875,
                                            }, -- end of [103]
                                            [107] = 
                                            {
                                                ["y"] = 538430.875,
                                                ["x"] = -198246.25,
                                            }, -- end of [107]
                                            [7] = 
                                            {
                                                ["y"] = 527453,
                                                ["x"] = -198435.390625,
                                            }, -- end of [7]
                                            [115] = 
                                            {
                                                ["y"] = 538796.9375,
                                                ["x"] = -198288.734375,
                                            }, -- end of [115]
                                            [119] = 
                                            {
                                                ["y"] = 539041.9375,
                                                ["x"] = -198413.5,
                                            }, -- end of [119]
                                            [123] = 
                                            {
                                                ["y"] = 539091.625,
                                                ["x"] = -198425.5625,
                                            }, -- end of [123]
                                            [8] = 
                                            {
                                                ["y"] = 527499.125,
                                                ["x"] = -198436.09375,
                                            }, -- end of [8]
                                            [134] = 
                                            {
                                                ["y"] = 541027.1875,
                                                ["x"] = -198530.59375,
                                            }, -- end of [134]
                                            [9] = 
                                            {
                                                ["y"] = 527545.25,
                                                ["x"] = -198435.03125,
                                            }, -- end of [9]
                                            [150] = 
                                            {
                                                ["y"] = 542453.8125,
                                                ["x"] = -198248.5,
                                            }, -- end of [150]
                                            [10] = 
                                            {
                                                ["y"] = 527934.0625,
                                                ["x"] = -198418.609375,
                                            }, -- end of [10]
                                            [166] = 
                                            {
                                                ["y"] = 542479.4375,
                                                ["x"] = -197877.109375,
                                            }, -- end of [166]
                                            [11] = 
                                            {
                                                ["y"] = 527981.625,
                                                ["x"] = -198417.171875,
                                            }, -- end of [11]
                                            [182] = 
                                            {
                                                ["y"] = 543352.9375,
                                                ["x"] = -197830.171875,
                                            }, -- end of [182]
                                            [12] = 
                                            {
                                                ["y"] = 528029.125,
                                                ["x"] = -198416.859375,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                ["y"] = 528076.625,
                                                ["x"] = -198417.671875,
                                            }, -- end of [13]
                                            [14] = 
                                            {
                                                ["y"] = 528124.125,
                                                ["x"] = -198419.625,
                                            }, -- end of [14]
                                            [15] = 
                                            {
                                                ["y"] = 528692,
                                                ["x"] = -198449.640625,
                                            }, -- end of [15]
                                            [16] = 
                                            {
                                                ["y"] = 528750.75,
                                                ["x"] = -198451.875,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 528809.4375,
                                                ["x"] = -198452.390625,
                                            }, -- end of [17]
                                            [18] = 
                                            {
                                                ["y"] = 528868.1875,
                                                ["x"] = -198451.1875,
                                            }, -- end of [18]
                                            [19] = 
                                            {
                                                ["y"] = 528926.8125,
                                                ["x"] = -198448.265625,
                                            }, -- end of [19]
                                            [20] = 
                                            {
                                                ["y"] = 528985.375,
                                                ["x"] = -198443.609375,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                ["y"] = 529043.8125,
                                                ["x"] = -198437.234375,
                                            }, -- end of [21]
                                            [22] = 
                                            {
                                                ["y"] = 529101.9375,
                                                ["x"] = -198429.15625,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                ["y"] = 529593.8125,
                                                ["x"] = -198353.46875,
                                            }, -- end of [23]
                                            [24] = 
                                            {
                                                ["y"] = 529654.1875,
                                                ["x"] = -198343.21875,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 529714.3125,
                                                ["x"] = -198331.140625,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                ["y"] = 529773.9375,
                                                ["x"] = -198317.203125,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 529833.1875,
                                                ["x"] = -198301.453125,
                                            }, -- end of [27]
                                            [28] = 
                                            {
                                                ["y"] = 531327.1875,
                                                ["x"] = -197879.484375,
                                            }, -- end of [28]
                                            [29] = 
                                            {
                                                ["y"] = 531367.4375,
                                                ["x"] = -197869.109375,
                                            }, -- end of [29]
                                            [30] = 
                                            {
                                                ["y"] = 531408.1875,
                                                ["x"] = -197860.609375,
                                            }, -- end of [30]
                                            [31] = 
                                            {
                                                ["y"] = 531449.25,
                                                ["x"] = -197854,
                                            }, -- end of [31]
                                            [32] = 
                                            {
                                                ["y"] = 531490.5625,
                                                ["x"] = -197849.28125,
                                            }, -- end of [32]
                                            [34] = 
                                            {
                                                ["y"] = 531573.6875,
                                                ["x"] = -197845.625,
                                            }, -- end of [34]
                                            [36] = 
                                            {
                                                ["y"] = 531656.75,
                                                ["x"] = -197849.640625,
                                            }, -- end of [36]
                                            [38] = 
                                            {
                                                ["y"] = 531739.125,
                                                ["x"] = -197861.296875,
                                            }, -- end of [38]
                                            [40] = 
                                            {
                                                ["y"] = 532233.1875,
                                                ["x"] = -197977.703125,
                                            }, -- end of [40]
                                            [42] = 
                                            {
                                                ["y"] = 532266,
                                                ["x"] = -197982.421875,
                                            }, -- end of [42]
                                            [44] = 
                                            {
                                                ["y"] = 532299.125,
                                                ["x"] = -197981.1875,
                                            }, -- end of [44]
                                            [46] = 
                                            {
                                                ["y"] = 532738.8125,
                                                ["x"] = -197885.296875,
                                            }, -- end of [46]
                                            [48] = 
                                            {
                                                ["y"] = 532850.1875,
                                                ["x"] = -197864.453125,
                                            }, -- end of [48]
                                            [50] = 
                                            {
                                                ["y"] = 532962.75,
                                                ["x"] = -197850.65625,
                                            }, -- end of [50]
                                            [52] = 
                                            {
                                                ["y"] = 533075.875,
                                                ["x"] = -197843.984375,
                                            }, -- end of [52]
                                            [54] = 
                                            {
                                                ["y"] = 533189.25,
                                                ["x"] = -197844.4375,
                                            }, -- end of [54]
                                            [56] = 
                                            {
                                                ["y"] = 533302.3125,
                                                ["x"] = -197852.03125,
                                            }, -- end of [56]
                                            [58] = 
                                            {
                                                ["y"] = 533414.75,
                                                ["x"] = -197866.734375,
                                            }, -- end of [58]
                                            [60] = 
                                            {
                                                ["y"] = 533526,
                                                ["x"] = -197888.46875,
                                            }, -- end of [60]
                                            [62] = 
                                            {
                                                ["y"] = 533635.625,
                                                ["x"] = -197917.171875,
                                            }, -- end of [62]
                                            [64] = 
                                            {
                                                ["y"] = 533743.3125,
                                                ["x"] = -197952.71875,
                                            }, -- end of [64]
                                            [68] = 
                                            {
                                                ["y"] = 534734.1875,
                                                ["x"] = -198306.671875,
                                            }, -- end of [68]
                                            [72] = 
                                            {
                                                ["y"] = 534845.375,
                                                ["x"] = -198311.1875,
                                            }, -- end of [72]
                                            [76] = 
                                            {
                                                ["y"] = 534954.1875,
                                                ["x"] = -198288.3125,
                                            }, -- end of [76]
                                            [80] = 
                                            {
                                                ["y"] = 535033.9375,
                                                ["x"] = -198251.921875,
                                            }, -- end of [80]
                                            [84] = 
                                            {
                                                ["y"] = 535361.75,
                                                ["x"] = -198075.40625,
                                            }, -- end of [84]
                                            [88] = 
                                            {
                                                ["y"] = 535536.75,
                                                ["x"] = -198019.6875,
                                            }, -- end of [88]
                                            [92] = 
                                            {
                                                ["y"] = 535718.625,
                                                ["x"] = -197993.859375,
                                            }, -- end of [92]
                                            [96] = 
                                            {
                                                ["y"] = 537606.875,
                                                ["x"] = -198113.359375,
                                            }, -- end of [96]
                                            [100] = 
                                            {
                                                ["y"] = 537851.75,
                                                ["x"] = -198145.25,
                                            }, -- end of [100]
                                            [104] = 
                                            {
                                                ["y"] = 538128.5,
                                                ["x"] = -198202.6875,
                                            }, -- end of [104]
                                            [108] = 
                                            {
                                                ["y"] = 538448.9375,
                                                ["x"] = -198245.40625,
                                            }, -- end of [108]
                                            [112] = 
                                            {
                                                ["y"] = 538544.375,
                                                ["x"] = -198244.875,
                                            }, -- end of [112]
                                            [116] = 
                                            {
                                                ["y"] = 538818.9375,
                                                ["x"] = -198296.234375,
                                            }, -- end of [116]
                                            [120] = 
                                            {
                                                ["y"] = 539053.6875,
                                                ["x"] = -198418.9375,
                                            }, -- end of [120]
                                            [124] = 
                                            {
                                                ["y"] = 540035.125,
                                                ["x"] = -198405.390625,
                                            }, -- end of [124]
                                            [128] = 
                                            {
                                                ["y"] = 540256.6875,
                                                ["x"] = -198412.953125,
                                            }, -- end of [128]
                                            [136] = 
                                            {
                                                ["y"] = 541098.9375,
                                                ["x"] = -198555.5625,
                                            }, -- end of [136]
                                            [144] = 
                                            {
                                                ["y"] = 541415.1875,
                                                ["x"] = -198762.515625,
                                            }, -- end of [144]
                                            [152] = 
                                            {
                                                ["y"] = 542468.1875,
                                                ["x"] = -198237.28125,
                                            }, -- end of [152]
                                            [160] = 
                                            {
                                                ["y"] = 542444,
                                                ["x"] = -197989.265625,
                                            }, -- end of [160]
                                            [168] = 
                                            {
                                                ["y"] = 542505.125,
                                                ["x"] = -197846.828125,
                                            }, -- end of [168]
                                            [176] = 
                                            {
                                                ["y"] = 542649.6875,
                                                ["x"] = -197790.828125,
                                            }, -- end of [176]
                                            [184] = 
                                            {
                                                ["y"] = 545432.5625,
                                                ["x"] = -198242.234375,
                                            }, -- end of [184]
                                            [192] = 
                                            {
                                                ["y"] = 545943.8125,
                                                ["x"] = -198280.65625,
                                            }, -- end of [192]
                                            [129] = 
                                            {
                                                ["y"] = 540311.8125,
                                                ["x"] = -198418.671875,
                                            }, -- end of [129]
                                            [137] = 
                                            {
                                                ["y"] = 541133.8125,
                                                ["x"] = -198570.5625,
                                            }, -- end of [137]
                                            [145] = 
                                            {
                                                ["y"] = 541424.0625,
                                                ["x"] = -198766.0625,
                                            }, -- end of [145]
                                            [153] = 
                                            {
                                                ["y"] = 542473.625,
                                                ["x"] = -198229.890625,
                                            }, -- end of [153]
                                            [161] = 
                                            {
                                                ["y"] = 542445.125,
                                                ["x"] = -197969.40625,
                                            }, -- end of [161]
                                            [169] = 
                                            {
                                                ["y"] = 542520.125,
                                                ["x"] = -197833.75,
                                            }, -- end of [169]
                                            [177] = 
                                            {
                                                ["y"] = 543074.5,
                                                ["x"] = -197802.78125,
                                            }, -- end of [177]
                                            [185] = 
                                            {
                                                ["y"] = 545486.875,
                                                ["x"] = -198252.046875,
                                            }, -- end of [185]
                                            [193] = 
                                            {
                                                ["y"] = 545970.5,
                                                ["x"] = -198284.578125,
                                            }, -- end of [193]
                                            [79] = 
                                            {
                                                ["y"] = 535030.3125,
                                                ["x"] = -198253.96875,
                                            }, -- end of [79]
                                            [95] = 
                                            {
                                                ["y"] = 535856.375,
                                                ["x"] = -197994.578125,
                                            }, -- end of [95]
                                            [111] = 
                                            {
                                                ["y"] = 538523.4375,
                                                ["x"] = -198242.375,
                                            }, -- end of [111]
                                            [65] = 
                                            {
                                                ["y"] = 534653.4375,
                                                ["x"] = -198285.40625,
                                            }, -- end of [65]
                                            [69] = 
                                            {
                                                ["y"] = 534761.8125,
                                                ["x"] = -198310.375,
                                            }, -- end of [69]
                                            [73] = 
                                            {
                                                ["y"] = 534873.0625,
                                                ["x"] = -198308.015625,
                                            }, -- end of [73]
                                            [77] = 
                                            {
                                                ["y"] = 534980.25,
                                                ["x"] = -198278.453125,
                                            }, -- end of [77]
                                            [81] = 
                                            {
                                                ["y"] = 535237.9375,
                                                ["x"] = -198135.90625,
                                            }, -- end of [81]
                                            [85] = 
                                            {
                                                ["y"] = 535404.625,
                                                ["x"] = -198058.75,
                                            }, -- end of [85]
                                            [89] = 
                                            {
                                                ["y"] = 535581.8125,
                                                ["x"] = -198010.390625,
                                            }, -- end of [89]
                                            [93] = 
                                            {
                                                ["y"] = 535764.5,
                                                ["x"] = -197992.1875,
                                            }, -- end of [93]
                                            [97] = 
                                            {
                                                ["y"] = 537668.4375,
                                                ["x"] = -198118.484375,
                                            }, -- end of [97]
                                            [101] = 
                                            {
                                                ["y"] = 537912.1875,
                                                ["x"] = -198157.921875,
                                            }, -- end of [101]
                                            [105] = 
                                            {
                                                ["y"] = 538394.75,
                                                ["x"] = -198243.625,
                                            }, -- end of [105]
                                            [109] = 
                                            {
                                                ["y"] = 538481.375,
                                                ["x"] = -198242.578125,
                                            }, -- end of [109]
                                            [113] = 
                                            {
                                                ["y"] = 538751.6875,
                                                ["x"] = -198278.28125,
                                            }, -- end of [113]
                                            [117] = 
                                            {
                                                ["y"] = 538840.375,
                                                ["x"] = -198305.171875,
                                            }, -- end of [117]
                                            [121] = 
                                            {
                                                ["y"] = 539066,
                                                ["x"] = -198422.796875,
                                            }, -- end of [121]
                                            [125] = 
                                            {
                                                ["y"] = 540090.5625,
                                                ["x"] = -198404.96875,
                                            }, -- end of [125]
                                            [130] = 
                                            {
                                                ["y"] = 540366.8125,
                                                ["x"] = -198425.921875,
                                            }, -- end of [130]
                                            [138] = 
                                            {
                                                ["y"] = 541167.9375,
                                                ["x"] = -198587.21875,
                                            }, -- end of [138]
                                            [146] = 
                                            {
                                                ["y"] = 541433.375,
                                                ["x"] = -198767.859375,
                                            }, -- end of [146]
                                            [154] = 
                                            {
                                                ["y"] = 542477.625,
                                                ["x"] = -198221.640625,
                                            }, -- end of [154]
                                            [162] = 
                                            {
                                                ["y"] = 542448.25,
                                                ["x"] = -197949.765625,
                                            }, -- end of [162]
                                            [170] = 
                                            {
                                                ["y"] = 542536.3125,
                                                ["x"] = -197822.21875,
                                            }, -- end of [170]
                                            [178] = 
                                            {
                                                ["y"] = 543130.5,
                                                ["x"] = -197805.125,
                                            }, -- end of [178]
                                            [186] = 
                                            {
                                                ["y"] = 545541.5,
                                                ["x"] = -198259.984375,
                                            }, -- end of [186]
                                            [194] = 
                                            {
                                                ["y"] = 545996.9375,
                                                ["x"] = -198289.796875,
                                            }, -- end of [194]
                                            [127] = 
                                            {
                                                ["y"] = 540201.375,
                                                ["x"] = -198408.765625,
                                            }, -- end of [127]
                                            [131] = 
                                            {
                                                ["y"] = 540916,
                                                ["x"] = -198506.171875,
                                            }, -- end of [131]
                                            [135] = 
                                            {
                                                ["y"] = 541063.375,
                                                ["x"] = -198542.234375,
                                            }, -- end of [135]
                                            [139] = 
                                            {
                                                ["y"] = 541201.25,
                                                ["x"] = -198605.46875,
                                            }, -- end of [139]
                                            [142] = 
                                            {
                                                ["y"] = 541295.5,
                                                ["x"] = -198669.390625,
                                            }, -- end of [142]
                                            [143] = 
                                            {
                                                ["y"] = 541407.1875,
                                                ["x"] = -198757.34375,
                                            }, -- end of [143]
                                            [147] = 
                                            {
                                                ["y"] = 541442.9375,
                                                ["x"] = -198767.859375,
                                            }, -- end of [147]
                                            [151] = 
                                            {
                                                ["y"] = 542461.5,
                                                ["x"] = -198243.546875,
                                            }, -- end of [151]
                                            [155] = 
                                            {
                                                ["y"] = 542480,
                                                ["x"] = -198212.796875,
                                            }, -- end of [155]
                                            [158] = 
                                            {
                                                ["y"] = 542447.6875,
                                                ["x"] = -198028.8125,
                                            }, -- end of [158]
                                            [159] = 
                                            {
                                                ["y"] = 542444.875,
                                                ["x"] = -198009.125,
                                            }, -- end of [159]
                                            [163] = 
                                            {
                                                ["y"] = 542453.3125,
                                                ["x"] = -197930.515625,
                                            }, -- end of [163]
                                            [167] = 
                                            {
                                                ["y"] = 542491.5,
                                                ["x"] = -197861.328125,
                                            }, -- end of [167]
                                            [171] = 
                                            {
                                                ["y"] = 542553.5625,
                                                ["x"] = -197812.359375,
                                            }, -- end of [171]
                                            [174] = 
                                            {
                                                ["y"] = 542610.0625,
                                                ["x"] = -197793.65625,
                                            }, -- end of [174]
                                            [175] = 
                                            {
                                                ["y"] = 542629.75,
                                                ["x"] = -197791.265625,
                                            }, -- end of [175]
                                            [179] = 
                                            {
                                                ["y"] = 543186.3125,
                                                ["x"] = -197809.046875,
                                            }, -- end of [179]
                                            [183] = 
                                            {
                                                ["y"] = 543408,
                                                ["x"] = -197840.3125,
                                            }, -- end of [183]
                                            [187] = 
                                            {
                                                ["y"] = 545596.3125,
                                                ["x"] = -198266.03125,
                                            }, -- end of [187]
                                            [189] = 
                                            {
                                                ["y"] = 545706.4375,
                                                ["x"] = -198272.421875,
                                            }, -- end of [189]
                                            [191] = 
                                            {
                                                ["y"] = 545916.9375,
                                                ["x"] = -198278.03125,
                                            }, -- end of [191]
                                            [190] = 
                                            {
                                                ["y"] = 545890,
                                                ["x"] = -198276.734375,
                                            }, -- end of [190]
                                            [195] = 
                                            {
                                                ["y"] = 546297.1875,
                                                ["x"] = -198356.921875,
                                            }, -- end of [195]
                                        }, -- end of [2]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 167,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 543898.45550574,
                                            ["x"] = -197937.6791145,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 8.2222222222222,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 4,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 10,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 3219.694354411,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 527179.99908447,
                                            ["x"] = -198394.12841797,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = false,
                                }, -- end of ["route"]
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["lateActivation"] = false,
                                ["groupId"] = 28,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 545346.53233598,
                                        ["type"] = "M-2 Bradley",
                                        ["name"] = "Unit #056",
                                        ["unitId"] = 130,
                                        ["heading"] = -0.80971079759051,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -202850.51313683,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 545332.58929506,
                                        ["type"] = "M-2 Bradley",
                                        ["name"] = "Unit #057",
                                        ["unitId"] = 131,
                                        ["heading"] = -0.80971079759051,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -202842.7633304,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 545306.37686157,
                                        ["type"] = "M-2 Bradley",
                                        ["name"] = "Unit #058",
                                        ["unitId"] = 132,
                                        ["heading"] = -0.80971079759051,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -202828.199646,
                                    }, -- end of [3]
                                }, -- end of ["units"]
                                ["y"] = 545346.53233598,
                                ["x"] = -202850.51313683,
                                ["name"] = "Armor Group 2",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [6] = 
                                        {
                                            [31] = 
                                            {
                                                ["y"] = 531656.75,
                                                ["x"] = -197849.640625,
                                            }, -- end of [31]
                                            [2] = 
                                            {
                                                ["y"] = 527465.125,
                                                ["x"] = -198435.75,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                ["y"] = 528076.625,
                                                ["x"] = -198417.671875,
                                            }, -- end of [8]
                                            [32] = 
                                            {
                                                ["y"] = 531698.0625,
                                                ["x"] = -197854.515625,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                ["y"] = 531739.125,
                                                ["x"] = -197861.296875,
                                            }, -- end of [33]
                                            [34] = 
                                            {
                                                ["y"] = 531779.8125,
                                                ["x"] = -197869.96875,
                                            }, -- end of [34]
                                            [35] = 
                                            {
                                                ["y"] = 532233.1875,
                                                ["x"] = -197977.703125,
                                            }, -- end of [35]
                                            [9] = 
                                            {
                                                ["y"] = 528124.125,
                                                ["x"] = -198419.625,
                                            }, -- end of [9]
                                            [36] = 
                                            {
                                                ["y"] = 532249.4375,
                                                ["x"] = -197980.796875,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                ["y"] = 532266,
                                                ["x"] = -197982.421875,
                                            }, -- end of [37]
                                            [38] = 
                                            {
                                                ["y"] = 532282.5625,
                                                ["x"] = -197982.546875,
                                            }, -- end of [38]
                                            [39] = 
                                            {
                                                ["y"] = 532299.125,
                                                ["x"] = -197981.1875,
                                            }, -- end of [39]
                                            [10] = 
                                            {
                                                ["y"] = 528692,
                                                ["x"] = -198449.640625,
                                            }, -- end of [10]
                                            [40] = 
                                            {
                                                ["y"] = 532315.5,
                                                ["x"] = -197978.359375,
                                            }, -- end of [40]
                                            [41] = 
                                            {
                                                ["y"] = 532738.8125,
                                                ["x"] = -197885.296875,
                                            }, -- end of [41]
                                            [42] = 
                                            {
                                                ["y"] = 532794.3125,
                                                ["x"] = -197874,
                                            }, -- end of [42]
                                            [43] = 
                                            {
                                                ["y"] = 532850.1875,
                                                ["x"] = -197864.453125,
                                            }, -- end of [43]
                                            [11] = 
                                            {
                                                ["y"] = 528750.75,
                                                ["x"] = -198451.875,
                                            }, -- end of [11]
                                            [44] = 
                                            {
                                                ["y"] = 532906.375,
                                                ["x"] = -197856.671875,
                                            }, -- end of [44]
                                            [45] = 
                                            {
                                                ["y"] = 532962.75,
                                                ["x"] = -197850.65625,
                                            }, -- end of [45]
                                            [46] = 
                                            {
                                                ["y"] = 533019.25,
                                                ["x"] = -197846.4375,
                                            }, -- end of [46]
                                            [3] = 
                                            {
                                                ["y"] = 527505.1875,
                                                ["x"] = -198436.0625,
                                            }, -- end of [3]
                                            [12] = 
                                            {
                                                ["y"] = 528809.4375,
                                                ["x"] = -198452.390625,
                                            }, -- end of [12]
                                            [48] = 
                                            {
                                                ["y"] = 533132.5625,
                                                ["x"] = -197843.3125,
                                            }, -- end of [48]
                                            [49] = 
                                            {
                                                ["y"] = 533189.25,
                                                ["x"] = -197844.4375,
                                            }, -- end of [49]
                                            [50] = 
                                            {
                                                ["y"] = 533245.875,
                                                ["x"] = -197847.34375,
                                            }, -- end of [50]
                                            [51] = 
                                            {
                                                ["y"] = 533302.3125,
                                                ["x"] = -197852.03125,
                                            }, -- end of [51]
                                            [13] = 
                                            {
                                                ["y"] = 528868.1875,
                                                ["x"] = -198451.1875,
                                            }, -- end of [13]
                                            [52] = 
                                            {
                                                ["y"] = 533358.625,
                                                ["x"] = -197858.5,
                                            }, -- end of [52]
                                            [53] = 
                                            {
                                                ["y"] = 533414.75,
                                                ["x"] = -197866.734375,
                                            }, -- end of [53]
                                            [54] = 
                                            {
                                                ["y"] = 533470.5625,
                                                ["x"] = -197876.71875,
                                            }, -- end of [54]
                                            [55] = 
                                            {
                                                ["y"] = 533526,
                                                ["x"] = -197888.46875,
                                            }, -- end of [55]
                                            [14] = 
                                            {
                                                ["y"] = 528926.8125,
                                                ["x"] = -198448.265625,
                                            }, -- end of [14]
                                            [56] = 
                                            {
                                                ["y"] = 533581.0625,
                                                ["x"] = -197901.953125,
                                            }, -- end of [56]
                                            [47] = 
                                            {
                                                ["y"] = 533075.875,
                                                ["x"] = -197843.984375,
                                            }, -- end of [47]
                                            [57] = 
                                            {
                                                ["y"] = 533635.625,
                                                ["x"] = -197917.171875,
                                            }, -- end of [57]
                                            [4] = 
                                            {
                                                ["y"] = 527545.25,
                                                ["x"] = -198435.03125,
                                            }, -- end of [4]
                                            [58] = 
                                            {
                                                ["y"] = 533689.75,
                                                ["x"] = -197934.09375,
                                            }, -- end of [58]
                                            [6] = 
                                            {
                                                ["y"] = 527981.625,
                                                ["x"] = -198417.171875,
                                            }, -- end of [6]
                                            [59] = 
                                            {
                                                ["y"] = 533743.3125,
                                                ["x"] = -197952.71875,
                                            }, -- end of [59]
                                            [15] = 
                                            {
                                                ["y"] = 528985.375,
                                                ["x"] = -198443.609375,
                                            }, -- end of [15]
                                            [60] = 
                                            {
                                                ["y"] = 534653.4375,
                                                ["x"] = -198285.40625,
                                            }, -- end of [60]
                                            [95] = 
                                            {
                                                ["y"] = 537851.75,
                                                ["x"] = -198145.25,
                                            }, -- end of [95]
                                            [61] = 
                                            {
                                                ["y"] = 534679.9375,
                                                ["x"] = -198294.15625,
                                            }, -- end of [61]
                                            [99] = 
                                            {
                                                ["y"] = 538128.5,
                                                ["x"] = -198202.6875,
                                            }, -- end of [99]
                                            [62] = 
                                            {
                                                ["y"] = 534706.875,
                                                ["x"] = -198301.25,
                                            }, -- end of [62]
                                            [1] = 
                                            {
                                                ["y"] = 527425.0625,
                                                ["x"] = -198434.09375,
                                            }, -- end of [1]
                                            [63] = 
                                            {
                                                ["y"] = 534734.1875,
                                                ["x"] = -198306.671875,
                                            }, -- end of [63]
                                            [16] = 
                                            {
                                                ["y"] = 529043.8125,
                                                ["x"] = -198437.234375,
                                            }, -- end of [16]
                                            [64] = 
                                            {
                                                ["y"] = 534761.8125,
                                                ["x"] = -198310.375,
                                            }, -- end of [64]
                                            [65] = 
                                            {
                                                ["y"] = 534789.625,
                                                ["x"] = -198312.375,
                                            }, -- end of [65]
                                            [66] = 
                                            {
                                                ["y"] = 534817.5,
                                                ["x"] = -198312.640625,
                                            }, -- end of [66]
                                            [17] = 
                                            {
                                                ["y"] = 529101.9375,
                                                ["x"] = -198429.15625,
                                            }, -- end of [17]
                                            [68] = 
                                            {
                                                ["y"] = 534873.0625,
                                                ["x"] = -198308.015625,
                                            }, -- end of [68]
                                            [69] = 
                                            {
                                                ["y"] = 534900.5,
                                                ["x"] = -198303.125,
                                            }, -- end of [69]
                                            [70] = 
                                            {
                                                ["y"] = 534927.5625,
                                                ["x"] = -198296.5625,
                                            }, -- end of [70]
                                            [18] = 
                                            {
                                                ["y"] = 529593.8125,
                                                ["x"] = -198353.46875,
                                            }, -- end of [18]
                                            [72] = 
                                            {
                                                ["y"] = 534980.25,
                                                ["x"] = -198278.453125,
                                            }, -- end of [72]
                                            [73] = 
                                            {
                                                ["y"] = 535005.6875,
                                                ["x"] = -198266.984375,
                                            }, -- end of [73]
                                            [74] = 
                                            {
                                                ["y"] = 535030.3125,
                                                ["x"] = -198253.96875,
                                            }, -- end of [74]
                                            [19] = 
                                            {
                                                ["y"] = 529654.1875,
                                                ["x"] = -198343.21875,
                                            }, -- end of [19]
                                            [76] = 
                                            {
                                                ["y"] = 535237.9375,
                                                ["x"] = -198135.90625,
                                            }, -- end of [76]
                                            [77] = 
                                            {
                                                ["y"] = 535278.375,
                                                ["x"] = -198114.015625,
                                            }, -- end of [77]
                                            [5] = 
                                            {
                                                ["y"] = 527934.0625,
                                                ["x"] = -198418.609375,
                                            }, -- end of [5]
                                            [20] = 
                                            {
                                                ["y"] = 529714.3125,
                                                ["x"] = -198331.140625,
                                            }, -- end of [20]
                                            [80] = 
                                            {
                                                ["y"] = 535404.625,
                                                ["x"] = -198058.75,
                                            }, -- end of [80]
                                            [81] = 
                                            {
                                                ["y"] = 535448.125,
                                                ["x"] = -198043.890625,
                                            }, -- end of [81]
                                            [82] = 
                                            {
                                                ["y"] = 535492.1875,
                                                ["x"] = -198030.859375,
                                            }, -- end of [82]
                                            [21] = 
                                            {
                                                ["y"] = 529773.9375,
                                                ["x"] = -198317.203125,
                                            }, -- end of [21]
                                            [84] = 
                                            {
                                                ["y"] = 535581.8125,
                                                ["x"] = -198010.390625,
                                            }, -- end of [84]
                                            [85] = 
                                            {
                                                ["y"] = 535627.125,
                                                ["x"] = -198002.96875,
                                            }, -- end of [85]
                                            [86] = 
                                            {
                                                ["y"] = 535672.75,
                                                ["x"] = -197997.46875,
                                            }, -- end of [86]
                                            [22] = 
                                            {
                                                ["y"] = 529833.1875,
                                                ["x"] = -198301.453125,
                                            }, -- end of [22]
                                            [88] = 
                                            {
                                                ["y"] = 535764.5,
                                                ["x"] = -197992.1875,
                                            }, -- end of [88]
                                            [89] = 
                                            {
                                                ["y"] = 535810.5,
                                                ["x"] = -197992.421875,
                                            }, -- end of [89]
                                            [90] = 
                                            {
                                                ["y"] = 535856.375,
                                                ["x"] = -197994.578125,
                                            }, -- end of [90]
                                            [23] = 
                                            {
                                                ["y"] = 531327.1875,
                                                ["x"] = -197879.484375,
                                            }, -- end of [23]
                                            [92] = 
                                            {
                                                ["y"] = 537668.4375,
                                                ["x"] = -198118.484375,
                                            }, -- end of [92]
                                            [93] = 
                                            {
                                                ["y"] = 537729.8125,
                                                ["x"] = -198125.515625,
                                            }, -- end of [93]
                                            [94] = 
                                            {
                                                ["y"] = 537790.875,
                                                ["x"] = -198134.4375,
                                            }, -- end of [94]
                                            [24] = 
                                            {
                                                ["y"] = 531367.4375,
                                                ["x"] = -197869.109375,
                                            }, -- end of [24]
                                            [96] = 
                                            {
                                                ["y"] = 537912.1875,
                                                ["x"] = -198157.921875,
                                            }, -- end of [96]
                                            [97] = 
                                            {
                                                ["y"] = 538015.875,
                                                ["x"] = -198181.3125,
                                            }, -- end of [97]
                                            [98] = 
                                            {
                                                ["y"] = 538072,
                                                ["x"] = -198192.96875,
                                            }, -- end of [98]
                                            [25] = 
                                            {
                                                ["y"] = 531408.1875,
                                                ["x"] = -197860.609375,
                                            }, -- end of [25]
                                            [100] = 
                                            {
                                                ["y"] = 538394.75,
                                                ["x"] = -198243.625,
                                            }, -- end of [100]
                                            [101] = 
                                            {
                                                ["y"] = 538412.75,
                                                ["x"] = -198245.65625,
                                            }, -- end of [101]
                                            [102] = 
                                            {
                                                ["y"] = 538430.875,
                                                ["x"] = -198246.25,
                                            }, -- end of [102]
                                            [26] = 
                                            {
                                                ["y"] = 531449.25,
                                                ["x"] = -197854,
                                            }, -- end of [26]
                                            [104] = 
                                            {
                                                ["y"] = 538481.375,
                                                ["x"] = -198242.578125,
                                            }, -- end of [104]
                                            [105] = 
                                            {
                                                ["y"] = 538499.25,
                                                ["x"] = -198241.640625,
                                            }, -- end of [105]
                                            [106] = 
                                            {
                                                ["y"] = 538517.125,
                                                ["x"] = -198241.96875,
                                            }, -- end of [106]
                                            [27] = 
                                            {
                                                ["y"] = 531490.5625,
                                                ["x"] = -197849.28125,
                                            }, -- end of [27]
                                            [75] = 
                                            {
                                                ["y"] = 535033.9375,
                                                ["x"] = -198251.921875,
                                            }, -- end of [75]
                                            [87] = 
                                            {
                                                ["y"] = 535718.625,
                                                ["x"] = -197993.859375,
                                            }, -- end of [87]
                                            [7] = 
                                            {
                                                ["y"] = 528029.125,
                                                ["x"] = -198416.859375,
                                            }, -- end of [7]
                                            [28] = 
                                            {
                                                ["y"] = 531532.125,
                                                ["x"] = -197846.5,
                                            }, -- end of [28]
                                            [78] = 
                                            {
                                                ["y"] = 535319.6875,
                                                ["x"] = -198093.84375,
                                            }, -- end of [78]
                                            [79] = 
                                            {
                                                ["y"] = 535361.75,
                                                ["x"] = -198075.40625,
                                            }, -- end of [79]
                                            [83] = 
                                            {
                                                ["y"] = 535536.75,
                                                ["x"] = -198019.6875,
                                            }, -- end of [83]
                                            [29] = 
                                            {
                                                ["y"] = 531573.6875,
                                                ["x"] = -197845.625,
                                            }, -- end of [29]
                                            [91] = 
                                            {
                                                ["y"] = 537606.875,
                                                ["x"] = -198113.359375,
                                            }, -- end of [91]
                                            [107] = 
                                            {
                                                ["y"] = 538534.9375,
                                                ["x"] = -198243.53125,
                                            }, -- end of [107]
                                            [103] = 
                                            {
                                                ["y"] = 538448.9375,
                                                ["x"] = -198245.40625,
                                            }, -- end of [103]
                                            [30] = 
                                            {
                                                ["y"] = 531615.25,
                                                ["x"] = -197846.671875,
                                            }, -- end of [30]
                                            [71] = 
                                            {
                                                ["y"] = 534954.1875,
                                                ["x"] = -198288.3125,
                                            }, -- end of [71]
                                            [67] = 
                                            {
                                                ["y"] = 534845.375,
                                                ["x"] = -198311.1875,
                                            }, -- end of [67]
                                        }, -- end of [6]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 542361.42857144,
                                                ["x"] = -200007.14285715,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 541207.14285715,
                                                ["x"] = -198955.71428572,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 541207.14285715,
                                                ["x"] = -198955.71428572,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 541013.06234741,
                                                ["x"] = -198526.56304932,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 545346.53233598,
                                                ["x"] = -202850.51313683,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 542361.42857144,
                                                ["x"] = -200007.14285715,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [27] = 
                                            {
                                                ["y"] = 538448.9375,
                                                ["x"] = -198245.40625,
                                            }, -- end of [27]
                                            [2] = 
                                            {
                                                ["y"] = 540981,
                                                ["x"] = -198518.421875,
                                            }, -- end of [2]
                                            [38] = 
                                            {
                                                ["y"] = 537668.4375,
                                                ["x"] = -198118.484375,
                                            }, -- end of [38]
                                            [3] = 
                                            {
                                                ["y"] = 540948.625,
                                                ["x"] = -198511.625,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 540916,
                                                ["x"] = -198506.171875,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 540366.8125,
                                                ["x"] = -198425.921875,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                ["y"] = 540311.8125,
                                                ["x"] = -198418.671875,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                ["y"] = 540256.6875,
                                                ["x"] = -198412.953125,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                ["y"] = 540201.375,
                                                ["x"] = -198408.765625,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                ["y"] = 540090.5625,
                                                ["x"] = -198404.96875,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                ["y"] = 539091.625,
                                                ["x"] = -198425.5625,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                ["y"] = 539066,
                                                ["x"] = -198422.796875,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                ["y"] = 539041.9375,
                                                ["x"] = -198413.5,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                ["y"] = 538796.9375,
                                                ["x"] = -198288.734375,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                ["y"] = 538523.4375,
                                                ["x"] = -198242.375,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                ["y"] = 538430.875,
                                                ["x"] = -198246.25,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                ["y"] = 538072,
                                                ["x"] = -198192.96875,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                ["y"] = 535856.375,
                                                ["x"] = -197994.578125,
                                            }, -- end of [40]
                                            [48] = 
                                            {
                                                ["y"] = 535509.6875,
                                                ["x"] = -198026.25,
                                            }, -- end of [48]
                                            [33] = 
                                            {
                                                ["y"] = 538015.875,
                                                ["x"] = -198181.3125,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                ["y"] = 535812.75,
                                                ["x"] = -197992.484375,
                                            }, -- end of [41]
                                            [49] = 
                                            {
                                                ["y"] = 535467.5625,
                                                ["x"] = -198037.890625,
                                            }, -- end of [49]
                                            [17] = 
                                            {
                                                ["y"] = 538861.1875,
                                                ["x"] = -198315.546875,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                ["y"] = 538774.5,
                                                ["x"] = -198282.75,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                ["y"] = 538502.4375,
                                                ["x"] = -198241.609375,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                ["y"] = 538412.75,
                                                ["x"] = -198245.65625,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                ["y"] = 537912.1875,
                                                ["x"] = -198157.921875,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                ["y"] = 535769.0625,
                                                ["x"] = -197992.125,
                                            }, -- end of [42]
                                            [50] = 
                                            {
                                                ["y"] = 535425.9375,
                                                ["x"] = -198051.203125,
                                            }, -- end of [50]
                                            [9] = 
                                            {
                                                ["y"] = 540146,
                                                ["x"] = -198406.09375,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                ["y"] = 540035.125,
                                                ["x"] = -198405.390625,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                ["y"] = 539078.75,
                                                ["x"] = -198425.015625,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                ["y"] = 539053.6875,
                                                ["x"] = -198418.9375,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                ["y"] = 538840.375,
                                                ["x"] = -198305.171875,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                ["y"] = 538751.6875,
                                                ["x"] = -198278.28125,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                ["y"] = 538481.375,
                                                ["x"] = -198242.578125,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                ["y"] = 538394.75,
                                                ["x"] = -198243.625,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                ["y"] = 537790.875,
                                                ["x"] = -198134.4375,
                                            }, -- end of [36]
                                            [44] = 
                                            {
                                                ["y"] = 535681.75,
                                                ["x"] = -197996.609375,
                                            }, -- end of [44]
                                            [31] = 
                                            {
                                                ["y"] = 538128.5,
                                                ["x"] = -198202.6875,
                                            }, -- end of [31]
                                            [47] = 
                                            {
                                                ["y"] = 535552.25,
                                                ["x"] = -198016.28125,
                                            }, -- end of [47]
                                            [46] = 
                                            {
                                                ["y"] = 535595.125,
                                                ["x"] = -198008,
                                            }, -- end of [46]
                                            [39] = 
                                            {
                                                ["y"] = 537606.875,
                                                ["x"] = -198113.359375,
                                            }, -- end of [39]
                                            [35] = 
                                            {
                                                ["y"] = 537851.75,
                                                ["x"] = -198145.25,
                                            }, -- end of [35]
                                            [37] = 
                                            {
                                                ["y"] = 537729.8125,
                                                ["x"] = -198125.515625,
                                            }, -- end of [37]
                                            [45] = 
                                            {
                                                ["y"] = 535638.375,
                                                ["x"] = -198001.4375,
                                            }, -- end of [45]
                                            [43] = 
                                            {
                                                ["y"] = 535725.375,
                                                ["x"] = -197993.5,
                                            }, -- end of [43]
                                            [1] = 
                                            {
                                                ["y"] = 541013.0625,
                                                ["x"] = -198526.5625,
                                            }, -- end of [1]
                                            [19] = 
                                            {
                                                ["y"] = 538818.9375,
                                                ["x"] = -198296.234375,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                ["y"] = 538544.375,
                                                ["x"] = -198244.875,
                                            }, -- end of [23]
                                            [51] = 
                                            {
                                                ["y"] = 535384.875,
                                                ["x"] = -198066.171875,
                                            }, -- end of [51]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [31] = 
                                            {
                                                ["y"] = 533245.875,
                                                ["x"] = -197847.34375,
                                            }, -- end of [31]
                                            [2] = 
                                            {
                                                ["y"] = 535347.1875,
                                                ["x"] = -198081.546875,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                ["y"] = 535005.6875,
                                                ["x"] = -198266.984375,
                                            }, -- end of [8]
                                            [32] = 
                                            {
                                                ["y"] = 533189.25,
                                                ["x"] = -197844.4375,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                ["y"] = 533132.5625,
                                                ["x"] = -197843.3125,
                                            }, -- end of [33]
                                            [34] = 
                                            {
                                                ["y"] = 533075.875,
                                                ["x"] = -197843.984375,
                                            }, -- end of [34]
                                            [35] = 
                                            {
                                                ["y"] = 533019.25,
                                                ["x"] = -197846.4375,
                                            }, -- end of [35]
                                            [9] = 
                                            {
                                                ["y"] = 534980.25,
                                                ["x"] = -198278.453125,
                                            }, -- end of [9]
                                            [36] = 
                                            {
                                                ["y"] = 532962.75,
                                                ["x"] = -197850.65625,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                ["y"] = 532906.375,
                                                ["x"] = -197856.671875,
                                            }, -- end of [37]
                                            [38] = 
                                            {
                                                ["y"] = 532850.1875,
                                                ["x"] = -197864.453125,
                                            }, -- end of [38]
                                            [39] = 
                                            {
                                                ["y"] = 532794.3125,
                                                ["x"] = -197874,
                                            }, -- end of [39]
                                            [10] = 
                                            {
                                                ["y"] = 534954.1875,
                                                ["x"] = -198288.3125,
                                            }, -- end of [10]
                                            [40] = 
                                            {
                                                ["y"] = 532738.8125,
                                                ["x"] = -197885.296875,
                                            }, -- end of [40]
                                            [41] = 
                                            {
                                                ["y"] = 532315.5,
                                                ["x"] = -197978.359375,
                                            }, -- end of [41]
                                            [42] = 
                                            {
                                                ["y"] = 532299.125,
                                                ["x"] = -197981.1875,
                                            }, -- end of [42]
                                            [43] = 
                                            {
                                                ["y"] = 532282.5625,
                                                ["x"] = -197982.546875,
                                            }, -- end of [43]
                                            [11] = 
                                            {
                                                ["y"] = 534927.5625,
                                                ["x"] = -198296.5625,
                                            }, -- end of [11]
                                            [44] = 
                                            {
                                                ["y"] = 532266,
                                                ["x"] = -197982.421875,
                                            }, -- end of [44]
                                            [45] = 
                                            {
                                                ["y"] = 532249.4375,
                                                ["x"] = -197980.796875,
                                            }, -- end of [45]
                                            [46] = 
                                            {
                                                ["y"] = 532233.1875,
                                                ["x"] = -197977.703125,
                                            }, -- end of [46]
                                            [3] = 
                                            {
                                                ["y"] = 535310.125,
                                                ["x"] = -198098.3125,
                                            }, -- end of [3]
                                            [12] = 
                                            {
                                                ["y"] = 534900.5,
                                                ["x"] = -198303.125,
                                            }, -- end of [12]
                                            [48] = 
                                            {
                                                ["y"] = 531739.125,
                                                ["x"] = -197861.296875,
                                            }, -- end of [48]
                                            [49] = 
                                            {
                                                ["y"] = 531698.0625,
                                                ["x"] = -197854.515625,
                                            }, -- end of [49]
                                            [50] = 
                                            {
                                                ["y"] = 531656.75,
                                                ["x"] = -197849.640625,
                                            }, -- end of [50]
                                            [51] = 
                                            {
                                                ["y"] = 531615.25,
                                                ["x"] = -197846.671875,
                                            }, -- end of [51]
                                            [13] = 
                                            {
                                                ["y"] = 534873.0625,
                                                ["x"] = -198308.015625,
                                            }, -- end of [13]
                                            [52] = 
                                            {
                                                ["y"] = 531573.6875,
                                                ["x"] = -197845.625,
                                            }, -- end of [52]
                                            [53] = 
                                            {
                                                ["y"] = 531532.125,
                                                ["x"] = -197846.5,
                                            }, -- end of [53]
                                            [54] = 
                                            {
                                                ["y"] = 531490.5625,
                                                ["x"] = -197849.28125,
                                            }, -- end of [54]
                                            [55] = 
                                            {
                                                ["y"] = 531449.25,
                                                ["x"] = -197854,
                                            }, -- end of [55]
                                            [14] = 
                                            {
                                                ["y"] = 534845.375,
                                                ["x"] = -198311.1875,
                                            }, -- end of [14]
                                            [56] = 
                                            {
                                                ["y"] = 531408.1875,
                                                ["x"] = -197860.609375,
                                            }, -- end of [56]
                                            [57] = 
                                            {
                                                ["y"] = 531367.4375,
                                                ["x"] = -197869.109375,
                                            }, -- end of [57]
                                            [58] = 
                                            {
                                                ["y"] = 531327.1875,
                                                ["x"] = -197879.484375,
                                            }, -- end of [58]
                                            [59] = 
                                            {
                                                ["y"] = 529833.1875,
                                                ["x"] = -198301.453125,
                                            }, -- end of [59]
                                            [15] = 
                                            {
                                                ["y"] = 534817.5,
                                                ["x"] = -198312.640625,
                                            }, -- end of [15]
                                            [60] = 
                                            {
                                                ["y"] = 529773.9375,
                                                ["x"] = -198317.203125,
                                            }, -- end of [60]
                                            [61] = 
                                            {
                                                ["y"] = 529714.3125,
                                                ["x"] = -198331.140625,
                                            }, -- end of [61]
                                            [62] = 
                                            {
                                                ["y"] = 529654.1875,
                                                ["x"] = -198343.21875,
                                            }, -- end of [62]
                                            [1] = 
                                            {
                                                ["y"] = 535384.875,
                                                ["x"] = -198066.171875,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 535273.6875,
                                                ["x"] = -198116.453125,
                                            }, -- end of [4]
                                            [16] = 
                                            {
                                                ["y"] = 534789.625,
                                                ["x"] = -198312.375,
                                            }, -- end of [16]
                                            [64] = 
                                            {
                                                ["y"] = 529101.9375,
                                                ["x"] = -198429.15625,
                                            }, -- end of [64]
                                            [65] = 
                                            {
                                                ["y"] = 529043.8125,
                                                ["x"] = -198437.234375,
                                            }, -- end of [65]
                                            [66] = 
                                            {
                                                ["y"] = 528985.375,
                                                ["x"] = -198443.609375,
                                            }, -- end of [66]
                                            [17] = 
                                            {
                                                ["y"] = 534761.8125,
                                                ["x"] = -198310.375,
                                            }, -- end of [17]
                                            [68] = 
                                            {
                                                ["y"] = 528868.1875,
                                                ["x"] = -198451.1875,
                                            }, -- end of [68]
                                            [69] = 
                                            {
                                                ["y"] = 528809.4375,
                                                ["x"] = -198452.390625,
                                            }, -- end of [69]
                                            [70] = 
                                            {
                                                ["y"] = 528750.75,
                                                ["x"] = -198451.875,
                                            }, -- end of [70]
                                            [18] = 
                                            {
                                                ["y"] = 534734.1875,
                                                ["x"] = -198306.671875,
                                            }, -- end of [18]
                                            [72] = 
                                            {
                                                ["y"] = 528124.125,
                                                ["x"] = -198419.625,
                                            }, -- end of [72]
                                            [73] = 
                                            {
                                                ["y"] = 528076.625,
                                                ["x"] = -198417.671875,
                                            }, -- end of [73]
                                            [74] = 
                                            {
                                                ["y"] = 528029.125,
                                                ["x"] = -198416.859375,
                                            }, -- end of [74]
                                            [19] = 
                                            {
                                                ["y"] = 534706.875,
                                                ["x"] = -198301.25,
                                            }, -- end of [19]
                                            [76] = 
                                            {
                                                ["y"] = 527934.0625,
                                                ["x"] = -198418.609375,
                                            }, -- end of [76]
                                            [77] = 
                                            {
                                                ["y"] = 527545.25,
                                                ["x"] = -198435.03125,
                                            }, -- end of [77]
                                            [5] = 
                                            {
                                                ["y"] = 535237.9375,
                                                ["x"] = -198135.90625,
                                            }, -- end of [5]
                                            [20] = 
                                            {
                                                ["y"] = 534679.9375,
                                                ["x"] = -198294.15625,
                                            }, -- end of [20]
                                            [80] = 
                                            {
                                                ["y"] = 527425.0625,
                                                ["x"] = -198434.09375,
                                            }, -- end of [80]
                                            [21] = 
                                            {
                                                ["y"] = 534653.4375,
                                                ["x"] = -198285.40625,
                                            }, -- end of [21]
                                            [22] = 
                                            {
                                                ["y"] = 533743.3125,
                                                ["x"] = -197952.71875,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                ["y"] = 533689.75,
                                                ["x"] = -197934.09375,
                                            }, -- end of [23]
                                            [6] = 
                                            {
                                                ["y"] = 535080.4375,
                                                ["x"] = -198225.484375,
                                            }, -- end of [6]
                                            [24] = 
                                            {
                                                ["y"] = 533635.625,
                                                ["x"] = -197917.171875,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 533581.0625,
                                                ["x"] = -197901.953125,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                ["y"] = 533526,
                                                ["x"] = -197888.46875,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 533470.5625,
                                                ["x"] = -197876.71875,
                                            }, -- end of [27]
                                            [7] = 
                                            {
                                                ["y"] = 535030.3125,
                                                ["x"] = -198253.96875,
                                            }, -- end of [7]
                                            [28] = 
                                            {
                                                ["y"] = 533414.75,
                                                ["x"] = -197866.734375,
                                            }, -- end of [28]
                                            [47] = 
                                            {
                                                ["y"] = 531779.8125,
                                                ["x"] = -197869.96875,
                                            }, -- end of [47]
                                            [63] = 
                                            {
                                                ["y"] = 529593.8125,
                                                ["x"] = -198353.46875,
                                            }, -- end of [63]
                                            [29] = 
                                            {
                                                ["y"] = 533358.625,
                                                ["x"] = -197858.5,
                                            }, -- end of [29]
                                            [75] = 
                                            {
                                                ["y"] = 527981.625,
                                                ["x"] = -198417.171875,
                                            }, -- end of [75]
                                            [67] = 
                                            {
                                                ["y"] = 528926.8125,
                                                ["x"] = -198448.265625,
                                            }, -- end of [67]
                                            [71] = 
                                            {
                                                ["y"] = 528692,
                                                ["x"] = -198449.640625,
                                            }, -- end of [71]
                                            [30] = 
                                            {
                                                ["y"] = 533302.3125,
                                                ["x"] = -197852.03125,
                                            }, -- end of [30]
                                            [78] = 
                                            {
                                                ["y"] = 527505.1875,
                                                ["x"] = -198436.0625,
                                            }, -- end of [78]
                                            [79] = 
                                            {
                                                ["y"] = 527465.125,
                                                ["x"] = -198435.75,
                                            }, -- end of [79]
                                        }, -- end of [5]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 12,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 545346.53233598,
                                            ["x"] = -202850.51313683,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 8.2222222222222,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 5,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 11,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 742.06294116649,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 542361.42857144,
                                            ["x"] = -200007.14285715,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 4,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1023.1096146088,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 541207.14285715,
                                            ["x"] = -198955.71428572,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 21,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 1088.5787641877,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 541013.06234741,
                                            ["x"] = -198526.56304932,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 7.1944444444444,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 18,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 2114.3190023158,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 535384.87384033,
                                            ["x"] = -198066.16870117,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 12,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 3538.4343598766,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 527425.06268311,
                                            ["x"] = -198434.09484863,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = false,
                                }, -- end of ["route"]
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["lateActivation"] = false,
                                ["groupId"] = 29,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 550765.0736084,
                                        ["type"] = "M-2 Bradley",
                                        ["name"] = "Unit #059",
                                        ["unitId"] = 133,
                                        ["heading"] = 0.3958616145017,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -202675.09789276,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 550761.69241333,
                                        ["type"] = "M-2 Bradley",
                                        ["name"] = "Unit #060",
                                        ["unitId"] = 134,
                                        ["heading"] = 0.3958616145017,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -202704.73470116,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 550760.67214966,
                                        ["type"] = "M-2 Bradley",
                                        ["name"] = "Unit #061",
                                        ["unitId"] = 135,
                                        ["heading"] = 0.3958616145017,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -202734.53394842,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 550761.68689077,
                                        ["type"] = "M-2 Bradley",
                                        ["name"] = "Unit #062",
                                        ["unitId"] = 136,
                                        ["heading"] = 0.3958616145017,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -202764.42590335,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 550765.0736084,
                                ["x"] = -202675.09789276,
                                ["name"] = "Armor Main Group",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [7] = 
                                            {
                                                ["y"] = 550933.8125,
                                                ["x"] = -202206.953125,
                                            }, -- end of [7]
                                            [1] = 
                                            {
                                                ["y"] = 550765.0625,
                                                ["x"] = -202675.09375,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 550769.8125,
                                                ["x"] = -202650.125,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                ["y"] = 550784.25,
                                                ["x"] = -202601.40625,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                ["y"] = 550964,
                                                ["x"] = -202137.75,
                                            }, -- end of [8]
                                            [9] = 
                                            {
                                                ["y"] = 551329.9375,
                                                ["x"] = -201323.546875,
                                            }, -- end of [9]
                                            [5] = 
                                            {
                                                ["y"] = 550878.1875,
                                                ["x"] = -202347.328125,
                                            }, -- end of [5]
                                            [3] = 
                                            {
                                                ["y"] = 550776.1875,
                                                ["x"] = -202625.515625,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                ["y"] = 550905.1875,
                                                ["x"] = -202276.8125,
                                            }, -- end of [6]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [127] = 
                                            {
                                                ["y"] = 545596.3125,
                                                ["x"] = -198266.03125,
                                            }, -- end of [127]
                                            [158] = 
                                            {
                                                ["y"] = 542480.75,
                                                ["x"] = -198203.671875,
                                            }, -- end of [158]
                                            [190] = 
                                            {
                                                ["y"] = 540035.125,
                                                ["x"] = -198405.390625,
                                            }, -- end of [190]
                                            [222] = 
                                            {
                                                ["y"] = 535718.625,
                                                ["x"] = -197993.859375,
                                            }, -- end of [222]
                                            [1] = 
                                            {
                                                ["y"] = 551329.9375,
                                                ["x"] = -201323.546875,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 551409.4375,
                                                ["x"] = -201146.609375,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 551418.25,
                                                ["x"] = -201124.8125,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 551425.3125,
                                                ["x"] = -201102.390625,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 551430.5625,
                                                ["x"] = -201079.484375,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                ["y"] = 551434.0625,
                                                ["x"] = -201056.234375,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                ["y"] = 551435.6875,
                                                ["x"] = -201032.796875,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                ["y"] = 551435.5,
                                                ["x"] = -201009.296875,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                ["y"] = 551429.5625,
                                                ["x"] = -200962.703125,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                ["y"] = 551416.5,
                                                ["x"] = -200917.59375,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                ["y"] = 551394.4375,
                                                ["x"] = -200856.5625,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                ["y"] = 551386.375,
                                                ["x"] = -200815.15625,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                ["y"] = 551391.5,
                                                ["x"] = -200731.234375,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                ["y"] = 551424.125,
                                                ["x"] = -200653.75,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                ["y"] = 551480.625,
                                                ["x"] = -200591.46875,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                ["y"] = 551570.75,
                                                ["x"] = -200516.828125,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                ["y"] = 551710.25,
                                                ["x"] = -200296.46875,
                                            }, -- end of [40]
                                            [48] = 
                                            {
                                                ["y"] = 551741.4375,
                                                ["x"] = -199970.515625,
                                            }, -- end of [48]
                                            [56] = 
                                            {
                                                ["y"] = 551683.1875,
                                                ["x"] = -199849.921875,
                                            }, -- end of [56]
                                            [64] = 
                                            {
                                                ["y"] = 551562.4375,
                                                ["x"] = -199798.65625,
                                            }, -- end of [64]
                                            [80] = 
                                            {
                                                ["y"] = 550982.4375,
                                                ["x"] = -200190.453125,
                                            }, -- end of [80]
                                            [96] = 
                                            {
                                                ["y"] = 549082.4375,
                                                ["x"] = -199123.671875,
                                            }, -- end of [96]
                                            [112] = 
                                            {
                                                ["y"] = 547611.625,
                                                ["x"] = -198558.125,
                                            }, -- end of [112]
                                            [128] = 
                                            {
                                                ["y"] = 545541.5,
                                                ["x"] = -198259.984375,
                                            }, -- end of [128]
                                            [160] = 
                                            {
                                                ["y"] = 542477.625,
                                                ["x"] = -198221.640625,
                                            }, -- end of [160]
                                            [192] = 
                                            {
                                                ["y"] = 539078.75,
                                                ["x"] = -198425.015625,
                                            }, -- end of [192]
                                            [224] = 
                                            {
                                                ["y"] = 535627.125,
                                                ["x"] = -198002.96875,
                                            }, -- end of [224]
                                            [256] = 
                                            {
                                                ["y"] = 533414.75,
                                                ["x"] = -197866.734375,
                                            }, -- end of [256]
                                            [257] = 
                                            {
                                                ["y"] = 533358.625,
                                                ["x"] = -197858.5,
                                            }, -- end of [257]
                                            [129] = 
                                            {
                                                ["y"] = 545486.875,
                                                ["x"] = -198252.046875,
                                            }, -- end of [129]
                                            [161] = 
                                            {
                                                ["y"] = 542473.625,
                                                ["x"] = -198229.890625,
                                            }, -- end of [161]
                                            [193] = 
                                            {
                                                ["y"] = 539066,
                                                ["x"] = -198422.796875,
                                            }, -- end of [193]
                                            [225] = 
                                            {
                                                ["y"] = 535581.8125,
                                                ["x"] = -198010.390625,
                                            }, -- end of [225]
                                            [258] = 
                                            {
                                                ["y"] = 533302.3125,
                                                ["x"] = -197852.03125,
                                            }, -- end of [258]
                                            [65] = 
                                            {
                                                ["y"] = 551545.625,
                                                ["x"] = -199800.46875,
                                            }, -- end of [65]
                                            [81] = 
                                            {
                                                ["y"] = 550958.5,
                                                ["x"] = -200190.28125,
                                            }, -- end of [81]
                                            [97] = 
                                            {
                                                ["y"] = 549035,
                                                ["x"] = -199090.0625,
                                            }, -- end of [97]
                                            [113] = 
                                            {
                                                ["y"] = 547556.875,
                                                ["x"] = -198547.875,
                                            }, -- end of [113]
                                            [130] = 
                                            {
                                                ["y"] = 545432.5625,
                                                ["x"] = -198242.234375,
                                            }, -- end of [130]
                                            [162] = 
                                            {
                                                ["y"] = 542468.1875,
                                                ["x"] = -198237.28125,
                                            }, -- end of [162]
                                            [194] = 
                                            {
                                                ["y"] = 539053.6875,
                                                ["x"] = -198418.9375,
                                            }, -- end of [194]
                                            [226] = 
                                            {
                                                ["y"] = 535536.75,
                                                ["x"] = -198019.6875,
                                            }, -- end of [226]
                                            [260] = 
                                            {
                                                ["y"] = 533189.25,
                                                ["x"] = -197844.4375,
                                            }, -- end of [260]
                                            [261] = 
                                            {
                                                ["y"] = 533132.5625,
                                                ["x"] = -197843.3125,
                                            }, -- end of [261]
                                            [131] = 
                                            {
                                                ["y"] = 543408,
                                                ["x"] = -197840.3125,
                                            }, -- end of [131]
                                            [163] = 
                                            {
                                                ["y"] = 542461.5,
                                                ["x"] = -198243.546875,
                                            }, -- end of [163]
                                            [195] = 
                                            {
                                                ["y"] = 539041.9375,
                                                ["x"] = -198413.5,
                                            }, -- end of [195]
                                            [227] = 
                                            {
                                                ["y"] = 535492.1875,
                                                ["x"] = -198030.859375,
                                            }, -- end of [227]
                                            [262] = 
                                            {
                                                ["y"] = 533075.875,
                                                ["x"] = -197843.984375,
                                            }, -- end of [262]
                                            [33] = 
                                            {
                                                ["y"] = 551593.25,
                                                ["x"] = -200492.921875,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                ["y"] = 551720.5625,
                                                ["x"] = -200265.25,
                                            }, -- end of [41]
                                            [49] = 
                                            {
                                                ["y"] = 551741.4375,
                                                ["x"] = -199957.203125,
                                            }, -- end of [49]
                                            [57] = 
                                            {
                                                ["y"] = 551671.3125,
                                                ["x"] = -199837.78125,
                                            }, -- end of [57]
                                            [66] = 
                                            {
                                                ["y"] = 551529.0625,
                                                ["x"] = -199804.171875,
                                            }, -- end of [66]
                                            [82] = 
                                            {
                                                ["y"] = 550934.625,
                                                ["x"] = -200188.203125,
                                            }, -- end of [82]
                                            [98] = 
                                            {
                                                ["y"] = 548986.5625,
                                                ["x"] = -199057.859375,
                                            }, -- end of [98]
                                            [114] = 
                                            {
                                                ["y"] = 547501.8125,
                                                ["x"] = -198539.140625,
                                            }, -- end of [114]
                                            [132] = 
                                            {
                                                ["y"] = 543352.9375,
                                                ["x"] = -197830.171875,
                                            }, -- end of [132]
                                            [164] = 
                                            {
                                                ["y"] = 542453.8125,
                                                ["x"] = -198248.5,
                                            }, -- end of [164]
                                            [196] = 
                                            {
                                                ["y"] = 538861.1875,
                                                ["x"] = -198315.546875,
                                            }, -- end of [196]
                                            [228] = 
                                            {
                                                ["y"] = 535448.125,
                                                ["x"] = -198043.890625,
                                            }, -- end of [228]
                                            [264] = 
                                            {
                                                ["y"] = 532962.75,
                                                ["x"] = -197850.65625,
                                            }, -- end of [264]
                                            [265] = 
                                            {
                                                ["y"] = 532906.375,
                                                ["x"] = -197856.671875,
                                            }, -- end of [265]
                                            [133] = 
                                            {
                                                ["y"] = 543297.625,
                                                ["x"] = -197821.578125,
                                            }, -- end of [133]
                                            [165] = 
                                            {
                                                ["y"] = 541461.125,
                                                ["x"] = -198762.46875,
                                            }, -- end of [165]
                                            [197] = 
                                            {
                                                ["y"] = 538840.375,
                                                ["x"] = -198305.171875,
                                            }, -- end of [197]
                                            [229] = 
                                            {
                                                ["y"] = 535404.625,
                                                ["x"] = -198058.75,
                                            }, -- end of [229]
                                            [266] = 
                                            {
                                                ["y"] = 532850.1875,
                                                ["x"] = -197864.453125,
                                            }, -- end of [266]
                                            [67] = 
                                            {
                                                ["y"] = 551513.0625,
                                                ["x"] = -199809.71875,
                                            }, -- end of [67]
                                            [83] = 
                                            {
                                                ["y"] = 550911.0625,
                                                ["x"] = -200184.21875,
                                            }, -- end of [83]
                                            [99] = 
                                            {
                                                ["y"] = 548937.1875,
                                                ["x"] = -199027.0625,
                                            }, -- end of [99]
                                            [115] = 
                                            {
                                                ["y"] = 547446.5625,
                                                ["x"] = -198531.953125,
                                            }, -- end of [115]
                                            [134] = 
                                            {
                                                ["y"] = 543242.0625,
                                                ["x"] = -197814.53125,
                                            }, -- end of [134]
                                            [166] = 
                                            {
                                                ["y"] = 541452.3125,
                                                ["x"] = -198766.03125,
                                            }, -- end of [166]
                                            [198] = 
                                            {
                                                ["y"] = 538818.9375,
                                                ["x"] = -198296.234375,
                                            }, -- end of [198]
                                            [230] = 
                                            {
                                                ["y"] = 535361.75,
                                                ["x"] = -198075.40625,
                                            }, -- end of [230]
                                            [268] = 
                                            {
                                                ["y"] = 532738.8125,
                                                ["x"] = -197885.296875,
                                            }, -- end of [268]
                                            [269] = 
                                            {
                                                ["y"] = 532315.5,
                                                ["x"] = -197978.359375,
                                            }, -- end of [269]
                                            [135] = 
                                            {
                                                ["y"] = 543186.3125,
                                                ["x"] = -197809.046875,
                                            }, -- end of [135]
                                            [167] = 
                                            {
                                                ["y"] = 541442.9375,
                                                ["x"] = -198767.859375,
                                            }, -- end of [167]
                                            [199] = 
                                            {
                                                ["y"] = 538796.9375,
                                                ["x"] = -198288.734375,
                                            }, -- end of [199]
                                            [231] = 
                                            {
                                                ["y"] = 535319.6875,
                                                ["x"] = -198093.84375,
                                            }, -- end of [231]
                                            [17] = 
                                            {
                                                ["y"] = 551384.9375,
                                                ["x"] = -200794.078125,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                ["y"] = 551397.125,
                                                ["x"] = -200710.890625,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                ["y"] = 551436.1875,
                                                ["x"] = -200636.4375,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                ["y"] = 551495.6875,
                                                ["x"] = -200580.640625,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                ["y"] = 551614.5,
                                                ["x"] = -200467.828125,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                ["y"] = 551729.125,
                                                ["x"] = -200233.515625,
                                            }, -- end of [42]
                                            [50] = 
                                            {
                                                ["y"] = 551739.625,
                                                ["x"] = -199944,
                                            }, -- end of [50]
                                            [58] = 
                                            {
                                                ["y"] = 551658.1875,
                                                ["x"] = -199827.0625,
                                            }, -- end of [58]
                                            [68] = 
                                            {
                                                ["y"] = 551497.75,
                                                ["x"] = -199817.046875,
                                            }, -- end of [68]
                                            [84] = 
                                            {
                                                ["y"] = 550887.8125,
                                                ["x"] = -200178.375,
                                            }, -- end of [84]
                                            [100] = 
                                            {
                                                ["y"] = 548886.9375,
                                                ["x"] = -198997.734375,
                                            }, -- end of [100]
                                            [116] = 
                                            {
                                                ["y"] = 546742.25,
                                                ["x"] = -198450.265625,
                                            }, -- end of [116]
                                            [136] = 
                                            {
                                                ["y"] = 543130.5,
                                                ["x"] = -197805.125,
                                            }, -- end of [136]
                                            [168] = 
                                            {
                                                ["y"] = 541433.375,
                                                ["x"] = -198767.859375,
                                            }, -- end of [168]
                                            [200] = 
                                            {
                                                ["y"] = 538774.5,
                                                ["x"] = -198282.75,
                                            }, -- end of [200]
                                            [232] = 
                                            {
                                                ["y"] = 535278.375,
                                                ["x"] = -198114.015625,
                                            }, -- end of [232]
                                            [272] = 
                                            {
                                                ["y"] = 532266,
                                                ["x"] = -197982.421875,
                                            }, -- end of [272]
                                            [273] = 
                                            {
                                                ["y"] = 532249.4375,
                                                ["x"] = -197980.796875,
                                            }, -- end of [273]
                                            [137] = 
                                            {
                                                ["y"] = 543074.5,
                                                ["x"] = -197802.78125,
                                            }, -- end of [137]
                                            [169] = 
                                            {
                                                ["y"] = 541424.0625,
                                                ["x"] = -198766.0625,
                                            }, -- end of [169]
                                            [201] = 
                                            {
                                                ["y"] = 538751.6875,
                                                ["x"] = -198278.28125,
                                            }, -- end of [201]
                                            [233] = 
                                            {
                                                ["y"] = 535237.9375,
                                                ["x"] = -198135.90625,
                                            }, -- end of [233]
                                            [274] = 
                                            {
                                                ["y"] = 532233.1875,
                                                ["x"] = -197977.703125,
                                            }, -- end of [274]
                                            [69] = 
                                            {
                                                ["y"] = 551483.375,
                                                ["x"] = -199826.046875,
                                            }, -- end of [69]
                                            [85] = 
                                            {
                                                ["y"] = 550865.1875,
                                                ["x"] = -200170.703125,
                                            }, -- end of [85]
                                            [101] = 
                                            {
                                                ["y"] = 548835.875,
                                                ["x"] = -198969.859375,
                                            }, -- end of [101]
                                            [117] = 
                                            {
                                                ["y"] = 546704.3125,
                                                ["x"] = -198445.1875,
                                            }, -- end of [117]
                                            [138] = 
                                            {
                                                ["y"] = 542649.6875,
                                                ["x"] = -197790.828125,
                                            }, -- end of [138]
                                            [170] = 
                                            {
                                                ["y"] = 541415.1875,
                                                ["x"] = -198762.515625,
                                            }, -- end of [170]
                                            [202] = 
                                            {
                                                ["y"] = 538544.375,
                                                ["x"] = -198244.875,
                                            }, -- end of [202]
                                            [234] = 
                                            {
                                                ["y"] = 535080.4375,
                                                ["x"] = -198225.484375,
                                            }, -- end of [234]
                                            [276] = 
                                            {
                                                ["y"] = 531739.125,
                                                ["x"] = -197861.296875,
                                            }, -- end of [276]
                                            [277] = 
                                            {
                                                ["y"] = 531698.0625,
                                                ["x"] = -197854.515625,
                                            }, -- end of [277]
                                            [139] = 
                                            {
                                                ["y"] = 542629.75,
                                                ["x"] = -197791.265625,
                                            }, -- end of [139]
                                            [171] = 
                                            {
                                                ["y"] = 541407.1875,
                                                ["x"] = -198757.34375,
                                            }, -- end of [171]
                                            [203] = 
                                            {
                                                ["y"] = 538523.4375,
                                                ["x"] = -198242.375,
                                            }, -- end of [203]
                                            [235] = 
                                            {
                                                ["y"] = 535030.3125,
                                                ["x"] = -198253.96875,
                                            }, -- end of [235]
                                            [278] = 
                                            {
                                                ["y"] = 531656.75,
                                                ["x"] = -197849.640625,
                                            }, -- end of [278]
                                            [35] = 
                                            {
                                                ["y"] = 551634.3125,
                                                ["x"] = -200441.59375,
                                            }, -- end of [35]
                                            [43] = 
                                            {
                                                ["y"] = 551735.875,
                                                ["x"] = -200201.375,
                                            }, -- end of [43]
                                            [51] = 
                                            {
                                                ["y"] = 551736.0625,
                                                ["x"] = -199931.15625,
                                            }, -- end of [51]
                                            [59] = 
                                            {
                                                ["y"] = 551643.9375,
                                                ["x"] = -199817.90625,
                                            }, -- end of [59]
                                            [70] = 
                                            {
                                                ["y"] = 551470.125,
                                                ["x"] = -199836.609375,
                                            }, -- end of [70]
                                            [86] = 
                                            {
                                                ["y"] = 550843.1875,
                                                ["x"] = -200161.234375,
                                            }, -- end of [86]
                                            [102] = 
                                            {
                                                ["y"] = 548784.0625,
                                                ["x"] = -198943.5,
                                            }, -- end of [102]
                                            [118] = 
                                            {
                                                ["y"] = 546666.5625,
                                                ["x"] = -198438.796875,
                                            }, -- end of [118]
                                            [140] = 
                                            {
                                                ["y"] = 542610.0625,
                                                ["x"] = -197793.65625,
                                            }, -- end of [140]
                                            [172] = 
                                            {
                                                ["y"] = 541295.5,
                                                ["x"] = -198669.390625,
                                            }, -- end of [172]
                                            [204] = 
                                            {
                                                ["y"] = 538502.4375,
                                                ["x"] = -198241.609375,
                                            }, -- end of [204]
                                            [236] = 
                                            {
                                                ["y"] = 535005.6875,
                                                ["x"] = -198266.984375,
                                            }, -- end of [236]
                                            [280] = 
                                            {
                                                ["y"] = 531573.6875,
                                                ["x"] = -197845.625,
                                            }, -- end of [280]
                                            [281] = 
                                            {
                                                ["y"] = 531532.125,
                                                ["x"] = -197846.5,
                                            }, -- end of [281]
                                            [141] = 
                                            {
                                                ["y"] = 542590.625,
                                                ["x"] = -197798,
                                            }, -- end of [141]
                                            [173] = 
                                            {
                                                ["y"] = 541265.125,
                                                ["x"] = -198646.59375,
                                            }, -- end of [173]
                                            [205] = 
                                            {
                                                ["y"] = 538481.375,
                                                ["x"] = -198242.578125,
                                            }, -- end of [205]
                                            [237] = 
                                            {
                                                ["y"] = 534980.25,
                                                ["x"] = -198278.453125,
                                            }, -- end of [237]
                                            [282] = 
                                            {
                                                ["y"] = 531490.5625,
                                                ["x"] = -197849.28125,
                                            }, -- end of [282]
                                            [71] = 
                                            {
                                                ["y"] = 551177.3125,
                                                ["x"] = -200109.90625,
                                            }, -- end of [71]
                                            [87] = 
                                            {
                                                ["y"] = 549940.3125,
                                                ["x"] = -199729.484375,
                                            }, -- end of [87]
                                            [103] = 
                                            {
                                                ["y"] = 548731.4375,
                                                ["x"] = -198918.65625,
                                            }, -- end of [103]
                                            [119] = 
                                            {
                                                ["y"] = 546629.0625,
                                                ["x"] = -198431.109375,
                                            }, -- end of [119]
                                            [142] = 
                                            {
                                                ["y"] = 542571.75,
                                                ["x"] = -197804.265625,
                                            }, -- end of [142]
                                            [174] = 
                                            {
                                                ["y"] = 541233.6875,
                                                ["x"] = -198625.28125,
                                            }, -- end of [174]
                                            [206] = 
                                            {
                                                ["y"] = 538448.9375,
                                                ["x"] = -198245.40625,
                                            }, -- end of [206]
                                            [238] = 
                                            {
                                                ["y"] = 534954.1875,
                                                ["x"] = -198288.3125,
                                            }, -- end of [238]
                                            [284] = 
                                            {
                                                ["y"] = 531408.1875,
                                                ["x"] = -197860.609375,
                                            }, -- end of [284]
                                            [285] = 
                                            {
                                                ["y"] = 531367.4375,
                                                ["x"] = -197869.109375,
                                            }, -- end of [285]
                                            [9] = 
                                            {
                                                ["y"] = 551433.4375,
                                                ["x"] = -200985.875,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                ["y"] = 551423.9375,
                                                ["x"] = -200939.890625,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                ["y"] = 551401.0625,
                                                ["x"] = -200876.609375,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                ["y"] = 551389.5,
                                                ["x"] = -200836.03125,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                ["y"] = 551385.375,
                                                ["x"] = -200772.96875,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                ["y"] = 551404.5,
                                                ["x"] = -200691.109375,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                ["y"] = 551449.75,
                                                ["x"] = -200620.21875,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                ["y"] = 551521.875,
                                                ["x"] = -200560.75,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                ["y"] = 551652.625,
                                                ["x"] = -200414.328125,
                                            }, -- end of [36]
                                            [44] = 
                                            {
                                                ["y"] = 551740.9375,
                                                ["x"] = -200168.890625,
                                            }, -- end of [44]
                                            [52] = 
                                            {
                                                ["y"] = 551730.8125,
                                                ["x"] = -199918.90625,
                                            }, -- end of [52]
                                            [60] = 
                                            {
                                                ["y"] = 551628.6875,
                                                ["x"] = -199810.40625,
                                            }, -- end of [60]
                                            [72] = 
                                            {
                                                ["y"] = 551159.1875,
                                                ["x"] = -200125.53125,
                                            }, -- end of [72]
                                            [88] = 
                                            {
                                                ["y"] = 549885.3125,
                                                ["x"] = -199702.203125,
                                            }, -- end of [88]
                                            [104] = 
                                            {
                                                ["y"] = 548678.125,
                                                ["x"] = -198895.34375,
                                            }, -- end of [104]
                                            [120] = 
                                            {
                                                ["y"] = 545996.9375,
                                                ["x"] = -198289.796875,
                                            }, -- end of [120]
                                            [144] = 
                                            {
                                                ["y"] = 542536.3125,
                                                ["x"] = -197822.21875,
                                            }, -- end of [144]
                                            [176] = 
                                            {
                                                ["y"] = 541167.9375,
                                                ["x"] = -198587.21875,
                                            }, -- end of [176]
                                            [208] = 
                                            {
                                                ["y"] = 538412.75,
                                                ["x"] = -198245.65625,
                                            }, -- end of [208]
                                            [240] = 
                                            {
                                                ["y"] = 534900.5,
                                                ["x"] = -198303.125,
                                            }, -- end of [240]
                                            [288] = 
                                            {
                                                ["y"] = 529773.9375,
                                                ["x"] = -198317.203125,
                                            }, -- end of [288]
                                            [289] = 
                                            {
                                                ["y"] = 529714.3125,
                                                ["x"] = -198331.140625,
                                            }, -- end of [289]
                                            [145] = 
                                            {
                                                ["y"] = 542520.125,
                                                ["x"] = -197833.75,
                                            }, -- end of [145]
                                            [177] = 
                                            {
                                                ["y"] = 541133.8125,
                                                ["x"] = -198570.5625,
                                            }, -- end of [177]
                                            [209] = 
                                            {
                                                ["y"] = 538394.75,
                                                ["x"] = -198243.625,
                                            }, -- end of [209]
                                            [241] = 
                                            {
                                                ["y"] = 534873.0625,
                                                ["x"] = -198308.015625,
                                            }, -- end of [241]
                                            [290] = 
                                            {
                                                ["y"] = 529654.1875,
                                                ["x"] = -198343.21875,
                                            }, -- end of [290]
                                            [73] = 
                                            {
                                                ["y"] = 551139.875,
                                                ["x"] = -200139.65625,
                                            }, -- end of [73]
                                            [89] = 
                                            {
                                                ["y"] = 549831.125,
                                                ["x"] = -199673.265625,
                                            }, -- end of [89]
                                            [105] = 
                                            {
                                                ["y"] = 548624.1875,
                                                ["x"] = -198873.59375,
                                            }, -- end of [105]
                                            [121] = 
                                            {
                                                ["y"] = 545970.5,
                                                ["x"] = -198284.578125,
                                            }, -- end of [121]
                                            [146] = 
                                            {
                                                ["y"] = 542505.125,
                                                ["x"] = -197846.828125,
                                            }, -- end of [146]
                                            [178] = 
                                            {
                                                ["y"] = 541098.9375,
                                                ["x"] = -198555.5625,
                                            }, -- end of [178]
                                            [210] = 
                                            {
                                                ["y"] = 538128.5,
                                                ["x"] = -198202.6875,
                                            }, -- end of [210]
                                            [242] = 
                                            {
                                                ["y"] = 534845.375,
                                                ["x"] = -198311.1875,
                                            }, -- end of [242]
                                            [292] = 
                                            {
                                                ["y"] = 529101.9375,
                                                ["x"] = -198429.15625,
                                            }, -- end of [292]
                                            [293] = 
                                            {
                                                ["y"] = 529043.8125,
                                                ["x"] = -198437.234375,
                                            }, -- end of [293]
                                            [147] = 
                                            {
                                                ["y"] = 542491.5,
                                                ["x"] = -197861.328125,
                                            }, -- end of [147]
                                            [179] = 
                                            {
                                                ["y"] = 541063.375,
                                                ["x"] = -198542.234375,
                                            }, -- end of [179]
                                            [211] = 
                                            {
                                                ["y"] = 538072,
                                                ["x"] = -198192.96875,
                                            }, -- end of [211]
                                            [243] = 
                                            {
                                                ["y"] = 534817.5,
                                                ["x"] = -198312.640625,
                                            }, -- end of [243]
                                            [294] = 
                                            {
                                                ["y"] = 528985.375,
                                                ["x"] = -198443.609375,
                                            }, -- end of [294]
                                            [37] = 
                                            {
                                                ["y"] = 551669.4375,
                                                ["x"] = -200386.09375,
                                            }, -- end of [37]
                                            [45] = 
                                            {
                                                ["y"] = 551744.1875,
                                                ["x"] = -200136.1875,
                                            }, -- end of [45]
                                            [53] = 
                                            {
                                                ["y"] = 551723.9375,
                                                ["x"] = -199907.46875,
                                            }, -- end of [53]
                                            [61] = 
                                            {
                                                ["y"] = 551612.75,
                                                ["x"] = -199804.671875,
                                            }, -- end of [61]
                                            [74] = 
                                            {
                                                ["y"] = 551119.4375,
                                                ["x"] = -200152.203125,
                                            }, -- end of [74]
                                            [90] = 
                                            {
                                                ["y"] = 549777.8125,
                                                ["x"] = -199642.65625,
                                            }, -- end of [90]
                                            [106] = 
                                            {
                                                ["y"] = 548569.625,
                                                ["x"] = -198853.421875,
                                            }, -- end of [106]
                                            [122] = 
                                            {
                                                ["y"] = 545943.8125,
                                                ["x"] = -198280.65625,
                                            }, -- end of [122]
                                            [148] = 
                                            {
                                                ["y"] = 542479.4375,
                                                ["x"] = -197877.109375,
                                            }, -- end of [148]
                                            [180] = 
                                            {
                                                ["y"] = 541027.1875,
                                                ["x"] = -198530.59375,
                                            }, -- end of [180]
                                            [212] = 
                                            {
                                                ["y"] = 538015.875,
                                                ["x"] = -198181.3125,
                                            }, -- end of [212]
                                            [244] = 
                                            {
                                                ["y"] = 534789.625,
                                                ["x"] = -198312.375,
                                            }, -- end of [244]
                                            [296] = 
                                            {
                                                ["y"] = 528868.1875,
                                                ["x"] = -198451.1875,
                                            }, -- end of [296]
                                            [297] = 
                                            {
                                                ["y"] = 528809.4375,
                                                ["x"] = -198452.390625,
                                            }, -- end of [297]
                                            [149] = 
                                            {
                                                ["y"] = 542468.9375,
                                                ["x"] = -197894.015625,
                                            }, -- end of [149]
                                            [181] = 
                                            {
                                                ["y"] = 540990.5,
                                                ["x"] = -198520.703125,
                                            }, -- end of [181]
                                            [213] = 
                                            {
                                                ["y"] = 537912.1875,
                                                ["x"] = -198157.921875,
                                            }, -- end of [213]
                                            [245] = 
                                            {
                                                ["y"] = 534761.8125,
                                                ["x"] = -198310.375,
                                            }, -- end of [245]
                                            [298] = 
                                            {
                                                ["y"] = 528750.75,
                                                ["x"] = -198451.875,
                                            }, -- end of [298]
                                            [75] = 
                                            {
                                                ["y"] = 551098.125,
                                                ["x"] = -200163.078125,
                                            }, -- end of [75]
                                            [91] = 
                                            {
                                                ["y"] = 549725.5,
                                                ["x"] = -199610.4375,
                                            }, -- end of [91]
                                            [107] = 
                                            {
                                                ["y"] = 548514.5,
                                                ["x"] = -198834.84375,
                                            }, -- end of [107]
                                            [123] = 
                                            {
                                                ["y"] = 545916.9375,
                                                ["x"] = -198278.03125,
                                            }, -- end of [123]
                                            [150] = 
                                            {
                                                ["y"] = 542460.1875,
                                                ["x"] = -197911.875,
                                            }, -- end of [150]
                                            [182] = 
                                            {
                                                ["y"] = 540953.4375,
                                                ["x"] = -198512.546875,
                                            }, -- end of [182]
                                            [214] = 
                                            {
                                                ["y"] = 537851.75,
                                                ["x"] = -198145.25,
                                            }, -- end of [214]
                                            [246] = 
                                            {
                                                ["y"] = 534734.1875,
                                                ["x"] = -198306.671875,
                                            }, -- end of [246]
                                            [300] = 
                                            {
                                                ["y"] = 528124.125,
                                                ["x"] = -198419.625,
                                            }, -- end of [300]
                                            [301] = 
                                            {
                                                ["y"] = 528076.625,
                                                ["x"] = -198417.671875,
                                            }, -- end of [301]
                                            [151] = 
                                            {
                                                ["y"] = 542453.3125,
                                                ["x"] = -197930.515625,
                                            }, -- end of [151]
                                            [183] = 
                                            {
                                                ["y"] = 540916,
                                                ["x"] = -198506.171875,
                                            }, -- end of [183]
                                            [215] = 
                                            {
                                                ["y"] = 537790.875,
                                                ["x"] = -198134.4375,
                                            }, -- end of [215]
                                            [247] = 
                                            {
                                                ["y"] = 534706.875,
                                                ["x"] = -198301.25,
                                            }, -- end of [247]
                                            [19] = 
                                            {
                                                ["y"] = 551387.5625,
                                                ["x"] = -200751.96875,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                ["y"] = 551413.5,
                                                ["x"] = -200672.015625,
                                            }, -- end of [23]
                                            [27] = 
                                            {
                                                ["y"] = 551464.5625,
                                                ["x"] = -200605.1875,
                                            }, -- end of [27]
                                            [31] = 
                                            {
                                                ["y"] = 551546.875,
                                                ["x"] = -200539.453125,
                                            }, -- end of [31]
                                            [38] = 
                                            {
                                                ["y"] = 551684.6875,
                                                ["x"] = -200356.984375,
                                            }, -- end of [38]
                                            [46] = 
                                            {
                                                ["y"] = 551745.625,
                                                ["x"] = -200103.359375,
                                            }, -- end of [46]
                                            [54] = 
                                            {
                                                ["y"] = 551723.9375,
                                                ["x"] = -199907.46875,
                                            }, -- end of [54]
                                            [62] = 
                                            {
                                                ["y"] = 551596.25,
                                                ["x"] = -199800.765625,
                                            }, -- end of [62]
                                            [76] = 
                                            {
                                                ["y"] = 551076,
                                                ["x"] = -200172.21875,
                                            }, -- end of [76]
                                            [92] = 
                                            {
                                                ["y"] = 549674.1875,
                                                ["x"] = -199576.640625,
                                            }, -- end of [92]
                                            [108] = 
                                            {
                                                ["y"] = 547827.3125,
                                                ["x"] = -198614.3125,
                                            }, -- end of [108]
                                            [124] = 
                                            {
                                                ["y"] = 545890,
                                                ["x"] = -198276.734375,
                                            }, -- end of [124]
                                            [152] = 
                                            {
                                                ["y"] = 542448.25,
                                                ["x"] = -197949.765625,
                                            }, -- end of [152]
                                            [184] = 
                                            {
                                                ["y"] = 540366.8125,
                                                ["x"] = -198425.921875,
                                            }, -- end of [184]
                                            [216] = 
                                            {
                                                ["y"] = 537729.8125,
                                                ["x"] = -198125.515625,
                                            }, -- end of [216]
                                            [248] = 
                                            {
                                                ["y"] = 534679.9375,
                                                ["x"] = -198294.15625,
                                            }, -- end of [248]
                                            [304] = 
                                            {
                                                ["y"] = 527934.0625,
                                                ["x"] = -198418.609375,
                                            }, -- end of [304]
                                            [305] = 
                                            {
                                                ["y"] = 527707.625,
                                                ["x"] = -198428.171875,
                                            }, -- end of [305]
                                            [153] = 
                                            {
                                                ["y"] = 542445.125,
                                                ["x"] = -197969.40625,
                                            }, -- end of [153]
                                            [185] = 
                                            {
                                                ["y"] = 540311.8125,
                                                ["x"] = -198418.671875,
                                            }, -- end of [185]
                                            [217] = 
                                            {
                                                ["y"] = 537668.4375,
                                                ["x"] = -198118.484375,
                                            }, -- end of [217]
                                            [249] = 
                                            {
                                                ["y"] = 534653.4375,
                                                ["x"] = -198285.40625,
                                            }, -- end of [249]
                                            [77] = 
                                            {
                                                ["y"] = 551053.25,
                                                ["x"] = -200179.578125,
                                            }, -- end of [77]
                                            [93] = 
                                            {
                                                ["y"] = 549624,
                                                ["x"] = -199541.28125,
                                            }, -- end of [93]
                                            [109] = 
                                            {
                                                ["y"] = 547774,
                                                ["x"] = -198598.015625,
                                            }, -- end of [109]
                                            [125] = 
                                            {
                                                ["y"] = 545706.4375,
                                                ["x"] = -198272.421875,
                                            }, -- end of [125]
                                            [154] = 
                                            {
                                                ["y"] = 542444,
                                                ["x"] = -197989.265625,
                                            }, -- end of [154]
                                            [186] = 
                                            {
                                                ["y"] = 540256.6875,
                                                ["x"] = -198412.953125,
                                            }, -- end of [186]
                                            [218] = 
                                            {
                                                ["y"] = 537606.875,
                                                ["x"] = -198113.359375,
                                            }, -- end of [218]
                                            [250] = 
                                            {
                                                ["y"] = 533743.3125,
                                                ["x"] = -197952.71875,
                                            }, -- end of [250]
                                            [155] = 
                                            {
                                                ["y"] = 542444.875,
                                                ["x"] = -198009.125,
                                            }, -- end of [155]
                                            [187] = 
                                            {
                                                ["y"] = 540201.375,
                                                ["x"] = -198408.765625,
                                            }, -- end of [187]
                                            [219] = 
                                            {
                                                ["y"] = 535856.375,
                                                ["x"] = -197994.578125,
                                            }, -- end of [219]
                                            [251] = 
                                            {
                                                ["y"] = 533689.75,
                                                ["x"] = -197934.09375,
                                            }, -- end of [251]
                                            [143] = 
                                            {
                                                ["y"] = 542553.5625,
                                                ["x"] = -197812.359375,
                                            }, -- end of [143]
                                            [302] = 
                                            {
                                                ["y"] = 528029.125,
                                                ["x"] = -198416.859375,
                                            }, -- end of [302]
                                            [299] = 
                                            {
                                                ["y"] = 528692,
                                                ["x"] = -198449.640625,
                                            }, -- end of [299]
                                            [39] = 
                                            {
                                                ["y"] = 551698.3125,
                                                ["x"] = -200327.078125,
                                            }, -- end of [39]
                                            [47] = 
                                            {
                                                ["y"] = 551745.25,
                                                ["x"] = -200070.5,
                                            }, -- end of [47]
                                            [55] = 
                                            {
                                                ["y"] = 551693.5625,
                                                ["x"] = -199863.3125,
                                            }, -- end of [55]
                                            [63] = 
                                            {
                                                ["y"] = 551579.4375,
                                                ["x"] = -199798.75,
                                            }, -- end of [63]
                                            [78] = 
                                            {
                                                ["y"] = 551029.9375,
                                                ["x"] = -200185.078125,
                                            }, -- end of [78]
                                            [94] = 
                                            {
                                                ["y"] = 549574.8125,
                                                ["x"] = -199504.390625,
                                            }, -- end of [94]
                                            [110] = 
                                            {
                                                ["y"] = 547720.25,
                                                ["x"] = -198583.21875,
                                            }, -- end of [110]
                                            [126] = 
                                            {
                                                ["y"] = 545651.3125,
                                                ["x"] = -198270.171875,
                                            }, -- end of [126]
                                            [156] = 
                                            {
                                                ["y"] = 542447.6875,
                                                ["x"] = -198028.8125,
                                            }, -- end of [156]
                                            [188] = 
                                            {
                                                ["y"] = 540146,
                                                ["x"] = -198406.09375,
                                            }, -- end of [188]
                                            [220] = 
                                            {
                                                ["y"] = 535810.5,
                                                ["x"] = -197992.421875,
                                            }, -- end of [220]
                                            [252] = 
                                            {
                                                ["y"] = 533635.625,
                                                ["x"] = -197917.171875,
                                            }, -- end of [252]
                                            [295] = 
                                            {
                                                ["y"] = 528926.8125,
                                                ["x"] = -198448.265625,
                                            }, -- end of [295]
                                            [159] = 
                                            {
                                                ["y"] = 542480,
                                                ["x"] = -198212.796875,
                                            }, -- end of [159]
                                            [175] = 
                                            {
                                                ["y"] = 541201.25,
                                                ["x"] = -198605.46875,
                                            }, -- end of [175]
                                            [191] = 
                                            {
                                                ["y"] = 539091.625,
                                                ["x"] = -198425.5625,
                                            }, -- end of [191]
                                            [207] = 
                                            {
                                                ["y"] = 538430.875,
                                                ["x"] = -198246.25,
                                            }, -- end of [207]
                                            [223] = 
                                            {
                                                ["y"] = 535672.75,
                                                ["x"] = -197997.46875,
                                            }, -- end of [223]
                                            [239] = 
                                            {
                                                ["y"] = 534927.5625,
                                                ["x"] = -198296.5625,
                                            }, -- end of [239]
                                            [254] = 
                                            {
                                                ["y"] = 533526,
                                                ["x"] = -197888.46875,
                                            }, -- end of [254]
                                            [255] = 
                                            {
                                                ["y"] = 533470.5625,
                                                ["x"] = -197876.71875,
                                            }, -- end of [255]
                                            [267] = 
                                            {
                                                ["y"] = 532794.3125,
                                                ["x"] = -197874,
                                            }, -- end of [267]
                                            [263] = 
                                            {
                                                ["y"] = 533019.25,
                                                ["x"] = -197846.4375,
                                            }, -- end of [263]
                                            [259] = 
                                            {
                                                ["y"] = 533245.875,
                                                ["x"] = -197847.34375,
                                            }, -- end of [259]
                                            [157] = 
                                            {
                                                ["y"] = 542479.875,
                                                ["x"] = -198194.5625,
                                            }, -- end of [157]
                                            [189] = 
                                            {
                                                ["y"] = 540090.5625,
                                                ["x"] = -198404.96875,
                                            }, -- end of [189]
                                            [221] = 
                                            {
                                                ["y"] = 535764.5,
                                                ["x"] = -197992.1875,
                                            }, -- end of [221]
                                            [253] = 
                                            {
                                                ["y"] = 533581.0625,
                                                ["x"] = -197901.953125,
                                            }, -- end of [253]
                                            [270] = 
                                            {
                                                ["y"] = 532299.125,
                                                ["x"] = -197981.1875,
                                            }, -- end of [270]
                                            [271] = 
                                            {
                                                ["y"] = 532282.5625,
                                                ["x"] = -197982.546875,
                                            }, -- end of [271]
                                            [275] = 
                                            {
                                                ["y"] = 531779.8125,
                                                ["x"] = -197869.96875,
                                            }, -- end of [275]
                                            [279] = 
                                            {
                                                ["y"] = 531615.25,
                                                ["x"] = -197846.671875,
                                            }, -- end of [279]
                                            [283] = 
                                            {
                                                ["y"] = 531449.25,
                                                ["x"] = -197854,
                                            }, -- end of [283]
                                            [286] = 
                                            {
                                                ["y"] = 531327.1875,
                                                ["x"] = -197879.484375,
                                            }, -- end of [286]
                                            [287] = 
                                            {
                                                ["y"] = 529833.1875,
                                                ["x"] = -198301.453125,
                                            }, -- end of [287]
                                            [291] = 
                                            {
                                                ["y"] = 529593.8125,
                                                ["x"] = -198353.46875,
                                            }, -- end of [291]
                                            [79] = 
                                            {
                                                ["y"] = 551006.3125,
                                                ["x"] = -200188.71875,
                                            }, -- end of [79]
                                            [95] = 
                                            {
                                                ["y"] = 549128.9375,
                                                ["x"] = -199158.640625,
                                            }, -- end of [95]
                                            [111] = 
                                            {
                                                ["y"] = 547666.125,
                                                ["x"] = -198569.921875,
                                            }, -- end of [111]
                                            [303] = 
                                            {
                                                ["y"] = 527981.625,
                                                ["x"] = -198417.171875,
                                            }, -- end of [303]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 527676.85714288,
                                                ["x"] = -198408.85714287,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 527676.85714288,
                                                ["x"] = -198408.85714287,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 40,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 550765.0736084,
                                            ["x"] = -202675.09789276,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 8.2222222222222,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 6,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 64,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 313.99932285225,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 551329.92162426,
                                            ["x"] = -201323.53972949,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 16,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 5149.3385385763,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 527707.64043142,
                                            ["x"] = -198428.17253181,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = false,
                                }, -- end of ["route"]
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["lateActivation"] = true,
                                ["groupId"] = 38,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 569552.87420654,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Unit #069",
                                        ["unitId"] = 161,
                                        ["heading"] = -0.7785140630698,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -222557.14221191,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 569578.3063463,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #070",
                                        ["unitId"] = 162,
                                        ["heading"] = -0.7785140630698,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -222569.74084489,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 569605.30922559,
                                        ["type"] = "HEMTT TFFT",
                                        ["name"] = "Unit #071",
                                        ["unitId"] = 163,
                                        ["heading"] = -0.7785140630698,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -222582.8662625,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 569632.24684039,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #072",
                                        ["unitId"] = 164,
                                        ["heading"] = -0.7785140630698,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -222595.95992769,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 569659.24066579,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #073",
                                        ["unitId"] = 165,
                                        ["heading"] = -0.7785140630698,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -222609.08088632,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 569686.24116543,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #074",
                                        ["unitId"] = 166,
                                        ["heading"] = -0.7785140630698,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -222622.20511817,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 569713.24803254,
                                        ["type"] = "M978 HEMTT Tanker",
                                        ["name"] = "Unit #075",
                                        ["unitId"] = 167,
                                        ["heading"] = -0.7785140630698,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -222635.33247416,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 569740.2419602,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #076",
                                        ["unitId"] = 168,
                                        ["heading"] = -0.7785140630698,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -222648.45348248,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 569767.24882731,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #077",
                                        ["unitId"] = 169,
                                        ["heading"] = -0.7785140630698,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -222661.58083847,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 569794.24912244,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Unit #078",
                                        ["unitId"] = 170,
                                        ["heading"] = -0.7785140630698,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -222674.70497092,
                                    }, -- end of [10]
                                }, -- end of ["units"]
                                ["y"] = 569552.87420654,
                                ["x"] = -222557.14221191,
                                ["name"] = "Replacement Convoy 1",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [127] = 
                                            {
                                                ["y"] = 562785.0625,
                                                ["x"] = -213833.265625,
                                            }, -- end of [127]
                                            [158] = 
                                            {
                                                ["y"] = 560766.1875,
                                                ["x"] = -211223.875,
                                            }, -- end of [158]
                                            [190] = 
                                            {
                                                ["y"] = 558624.75,
                                                ["x"] = -209012.90625,
                                            }, -- end of [190]
                                            [222] = 
                                            {
                                                ["y"] = 556157.875,
                                                ["x"] = -205839.609375,
                                            }, -- end of [222]
                                            [1] = 
                                            {
                                                ["y"] = 569552.875,
                                                ["x"] = -222557.140625,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 569503.6875,
                                                ["x"] = -222531.25,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 569455.375,
                                                ["x"] = -222503.765625,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 569407.9375,
                                                ["x"] = -222474.703125,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 569361.5625,
                                                ["x"] = -222444.125,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                ["y"] = 569316.125,
                                                ["x"] = -222412.03125,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                ["y"] = 569271.8125,
                                                ["x"] = -222378.46875,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                ["y"] = 569228.625,
                                                ["x"] = -222343.484375,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                ["y"] = 569145.75,
                                                ["x"] = -222269.359375,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                ["y"] = 569067.9375,
                                                ["x"] = -222189.96875,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                ["y"] = 568995.4375,
                                                ["x"] = -222105.671875,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                ["y"] = 568814.75,
                                                ["x"] = -221888.75,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                ["y"] = 568715.75,
                                                ["x"] = -221804.984375,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                ["y"] = 568599.9375,
                                                ["x"] = -221746.734375,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                ["y"] = 568473.625,
                                                ["x"] = -221717.21875,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                ["y"] = 567610.1875,
                                                ["x"] = -221616.859375,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                ["y"] = 566875.8125,
                                                ["x"] = -219838.34375,
                                            }, -- end of [40]
                                            [48] = 
                                            {
                                                ["y"] = 566622.9375,
                                                ["x"] = -219405.71875,
                                            }, -- end of [48]
                                            [56] = 
                                            {
                                                ["y"] = 565303.125,
                                                ["x"] = -217979.46875,
                                            }, -- end of [56]
                                            [64] = 
                                            {
                                                ["y"] = 565186.5625,
                                                ["x"] = -217640.390625,
                                            }, -- end of [64]
                                            [80] = 
                                            {
                                                ["y"] = 565028.125,
                                                ["x"] = -216435.53125,
                                            }, -- end of [80]
                                            [96] = 
                                            {
                                                ["y"] = 564216.75,
                                                ["x"] = -215313.5,
                                            }, -- end of [96]
                                            [112] = 
                                            {
                                                ["y"] = 563693.4375,
                                                ["x"] = -214804.828125,
                                            }, -- end of [112]
                                            [128] = 
                                            {
                                                ["y"] = 562741.875,
                                                ["x"] = -213811.6875,
                                            }, -- end of [128]
                                            [160] = 
                                            {
                                                ["y"] = 560716.75,
                                                ["x"] = -211162.90625,
                                            }, -- end of [160]
                                            [192] = 
                                            {
                                                ["y"] = 558559.0625,
                                                ["x"] = -208927.453125,
                                            }, -- end of [192]
                                            [224] = 
                                            {
                                                ["y"] = 556131.375,
                                                ["x"] = -205829.125,
                                            }, -- end of [224]
                                            [256] = 
                                            {
                                                ["y"] = 555390.75,
                                                ["x"] = -205670.25,
                                            }, -- end of [256]
                                            [257] = 
                                            {
                                                ["y"] = 555378.9375,
                                                ["x"] = -205658.171875,
                                            }, -- end of [257]
                                            [129] = 
                                            {
                                                ["y"] = 562699.5625,
                                                ["x"] = -213788.390625,
                                            }, -- end of [129]
                                            [161] = 
                                            {
                                                ["y"] = 560689.875,
                                                ["x"] = -211134.3125,
                                            }, -- end of [161]
                                            [193] = 
                                            {
                                                ["y"] = 558527.9375,
                                                ["x"] = -208883.421875,
                                            }, -- end of [193]
                                            [225] = 
                                            {
                                                ["y"] = 556117.3125,
                                                ["x"] = -205826.484375,
                                            }, -- end of [225]
                                            [258] = 
                                            {
                                                ["y"] = 555368.5625,
                                                ["x"] = -205644.84375,
                                            }, -- end of [258]
                                            [65] = 
                                            {
                                                ["y"] = 565174.4375,
                                                ["x"] = -217585.296875,
                                            }, -- end of [65]
                                            [81] = 
                                            {
                                                ["y"] = 565014,
                                                ["x"] = -216403.484375,
                                            }, -- end of [81]
                                            [97] = 
                                            {
                                                ["y"] = 564198.3125,
                                                ["x"] = -215286.453125,
                                            }, -- end of [97]
                                            [113] = 
                                            {
                                                ["y"] = 563247.1875,
                                                ["x"] = -214116.40625,
                                            }, -- end of [113]
                                            [130] = 
                                            {
                                                ["y"] = 562658.25,
                                                ["x"] = -213763.421875,
                                            }, -- end of [130]
                                            [162] = 
                                            {
                                                ["y"] = 560661.625,
                                                ["x"] = -211107.078125,
                                            }, -- end of [162]
                                            [194] = 
                                            {
                                                ["y"] = 558498.0625,
                                                ["x"] = -208838.578125,
                                            }, -- end of [194]
                                            [226] = 
                                            {
                                                ["y"] = 556103,
                                                ["x"] = -205825.671875,
                                            }, -- end of [226]
                                            [260] = 
                                            {
                                                ["y"] = 555352.5,
                                                ["x"] = -205615.171875,
                                            }, -- end of [260]
                                            [261] = 
                                            {
                                                ["y"] = 555296.0625,
                                                ["x"] = -205474.75,
                                            }, -- end of [261]
                                            [131] = 
                                            {
                                                ["y"] = 562617.9375,
                                                ["x"] = -213736.796875,
                                            }, -- end of [131]
                                            [163] = 
                                            {
                                                ["y"] = 560632.0625,
                                                ["x"] = -211081.265625,
                                            }, -- end of [163]
                                            [195] = 
                                            {
                                                ["y"] = 558469.375,
                                                ["x"] = -208792.953125,
                                            }, -- end of [195]
                                            [227] = 
                                            {
                                                ["y"] = 556088.75,
                                                ["x"] = -205826.671875,
                                            }, -- end of [227]
                                            [262] = 
                                            {
                                                ["y"] = 555260.6875,
                                                ["x"] = -205381.109375,
                                            }, -- end of [262]
                                            [33] = 
                                            {
                                                ["y"] = 567584.9375,
                                                ["x"] = -221592.484375,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                ["y"] = 566850.25,
                                                ["x"] = -219780.96875,
                                            }, -- end of [41]
                                            [49] = 
                                            {
                                                ["y"] = 566583.9375,
                                                ["x"] = -219356.5,
                                            }, -- end of [49]
                                            [57] = 
                                            {
                                                ["y"] = 565291.25,
                                                ["x"] = -217961.03125,
                                            }, -- end of [57]
                                            [66] = 
                                            {
                                                ["y"] = 565163.875,
                                                ["x"] = -217529.875,
                                            }, -- end of [66]
                                            [82] = 
                                            {
                                                ["y"] = 564995.75,
                                                ["x"] = -216365.828125,
                                            }, -- end of [82]
                                            [98] = 
                                            {
                                                ["y"] = 564178.75,
                                                ["x"] = -215260.25,
                                            }, -- end of [98]
                                            [114] = 
                                            {
                                                ["y"] = 563230.8125,
                                                ["x"] = -214092.6875,
                                            }, -- end of [114]
                                            [132] = 
                                            {
                                                ["y"] = 562578.75,
                                                ["x"] = -213708.578125,
                                            }, -- end of [132]
                                            [164] = 
                                            {
                                                ["y"] = 560601.25,
                                                ["x"] = -211056.921875,
                                            }, -- end of [164]
                                            [196] = 
                                            {
                                                ["y"] = 558380.8125,
                                                ["x"] = -208647.734375,
                                            }, -- end of [196]
                                            [228] = 
                                            {
                                                ["y"] = 556032.4375,
                                                ["x"] = -205834.265625,
                                            }, -- end of [228]
                                            [264] = 
                                            {
                                                ["y"] = 555254.4375,
                                                ["x"] = -205374.234375,
                                            }, -- end of [264]
                                            [265] = 
                                            {
                                                ["y"] = 555249.8125,
                                                ["x"] = -205373.09375,
                                            }, -- end of [265]
                                            [133] = 
                                            {
                                                ["y"] = 562540.75,
                                                ["x"] = -213678.8125,
                                            }, -- end of [133]
                                            [165] = 
                                            {
                                                ["y"] = 560569.25,
                                                ["x"] = -211034.140625,
                                            }, -- end of [165]
                                            [197] = 
                                            {
                                                ["y"] = 557600.6875,
                                                ["x"] = -207368.90625,
                                            }, -- end of [197]
                                            [229] = 
                                            {
                                                ["y"] = 556017.375,
                                                ["x"] = -205835.46875,
                                            }, -- end of [229]
                                            [266] = 
                                            {
                                                ["y"] = 555245.125,
                                                ["x"] = -205373.8125,
                                            }, -- end of [266]
                                            [67] = 
                                            {
                                                ["y"] = 565154.875,
                                                ["x"] = -217474.1875,
                                            }, -- end of [67]
                                            [83] = 
                                            {
                                                ["y"] = 564975.875,
                                                ["x"] = -216328.984375,
                                            }, -- end of [83]
                                            [99] = 
                                            {
                                                ["y"] = 564158.0625,
                                                ["x"] = -215234.890625,
                                            }, -- end of [99]
                                            [115] = 
                                            {
                                                ["y"] = 563213.125,
                                                ["x"] = -214069.9375,
                                            }, -- end of [115]
                                            [134] = 
                                            {
                                                ["y"] = 562503.9375,
                                                ["x"] = -213647.53125,
                                            }, -- end of [134]
                                            [166] = 
                                            {
                                                ["y"] = 560340,
                                                ["x"] = -210879.015625,
                                            }, -- end of [166]
                                            [198] = 
                                            {
                                                ["y"] = 557567.375,
                                                ["x"] = -207316.125,
                                            }, -- end of [198]
                                            [230] = 
                                            {
                                                ["y"] = 556002.1875,
                                                ["x"] = -205835.015625,
                                            }, -- end of [230]
                                            [268] = 
                                            {
                                                ["y"] = 553274.75,
                                                ["x"] = -206053.296875,
                                            }, -- end of [268]
                                            [135] = 
                                            {
                                                ["y"] = 562468.4375,
                                                ["x"] = -213614.796875,
                                            }, -- end of [135]
                                            [167] = 
                                            {
                                                ["y"] = 560267.3125,
                                                ["x"] = -210829.796875,
                                            }, -- end of [167]
                                            [199] = 
                                            {
                                                ["y"] = 557532.375,
                                                ["x"] = -207264.421875,
                                            }, -- end of [199]
                                            [231] = 
                                            {
                                                ["y"] = 555987.1875,
                                                ["x"] = -205832.9375,
                                            }, -- end of [231]
                                            [17] = 
                                            {
                                                ["y"] = 568791.9375,
                                                ["x"] = -221865.640625,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                ["y"] = 568688.125,
                                                ["x"] = -221787.875,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                ["y"] = 568569.0625,
                                                ["x"] = -221736.5625,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                ["y"] = 567939.375,
                                                ["x"] = -221657.390625,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                ["y"] = 567570.4375,
                                                ["x"] = -221577,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                ["y"] = 566822.9375,
                                                ["x"] = -219724.4375,
                                            }, -- end of [42]
                                            [50] = 
                                            {
                                                ["y"] = 566561.4375,
                                                ["x"] = -219329.5,
                                            }, -- end of [50]
                                            [58] = 
                                            {
                                                ["y"] = 565280.8125,
                                                ["x"] = -217941.78125,
                                            }, -- end of [58]
                                            [68] = 
                                            {
                                                ["y"] = 565147.4375,
                                                ["x"] = -217418.25,
                                            }, -- end of [68]
                                            [84] = 
                                            {
                                                ["y"] = 564954.5,
                                                ["x"] = -216293,
                                            }, -- end of [84]
                                            [100] = 
                                            {
                                                ["y"] = 564136.25,
                                                ["x"] = -215210.46875,
                                            }, -- end of [100]
                                            [116] = 
                                            {
                                                ["y"] = 563194.1875,
                                                ["x"] = -214048.265625,
                                            }, -- end of [116]
                                            [136] = 
                                            {
                                                ["y"] = 562434.3125,
                                                ["x"] = -213580.65625,
                                            }, -- end of [136]
                                            [168] = 
                                            {
                                                ["y"] = 560257.1875,
                                                ["x"] = -210823.796875,
                                            }, -- end of [168]
                                            [200] = 
                                            {
                                                ["y"] = 557495.8125,
                                                ["x"] = -207213.828125,
                                            }, -- end of [200]
                                            [232] = 
                                            {
                                                ["y"] = 555972.5625,
                                                ["x"] = -205829.21875,
                                            }, -- end of [232]
                                            [137] = 
                                            {
                                                ["y"] = 562401.5625,
                                                ["x"] = -213545.1875,
                                            }, -- end of [137]
                                            [169] = 
                                            {
                                                ["y"] = 560246.4375,
                                                ["x"] = -210819.015625,
                                            }, -- end of [169]
                                            [201] = 
                                            {
                                                ["y"] = 557457.6875,
                                                ["x"] = -207164.390625,
                                            }, -- end of [201]
                                            [233] = 
                                            {
                                                ["y"] = 555958.375,
                                                ["x"] = -205823.9375,
                                            }, -- end of [233]
                                            [69] = 
                                            {
                                                ["y"] = 565141.625,
                                                ["x"] = -217362.140625,
                                            }, -- end of [69]
                                            [85] = 
                                            {
                                                ["y"] = 564931.6875,
                                                ["x"] = -216257.9375,
                                            }, -- end of [85]
                                            [101] = 
                                            {
                                                ["y"] = 563851.6875,
                                                ["x"] = -214905.65625,
                                            }, -- end of [101]
                                            [117] = 
                                            {
                                                ["y"] = 563174,
                                                ["x"] = -214027.703125,
                                            }, -- end of [117]
                                            [138] = 
                                            {
                                                ["y"] = 562370.25,
                                                ["x"] = -213508.421875,
                                            }, -- end of [138]
                                            [170] = 
                                            {
                                                ["y"] = 560235.25,
                                                ["x"] = -210815.53125,
                                            }, -- end of [170]
                                            [202] = 
                                            {
                                                ["y"] = 557418,
                                                ["x"] = -207116.171875,
                                            }, -- end of [202]
                                            [234] = 
                                            {
                                                ["y"] = 555944.8125,
                                                ["x"] = -205817.140625,
                                            }, -- end of [234]
                                            [139] = 
                                            {
                                                ["y"] = 562340.4375,
                                                ["x"] = -213470.421875,
                                            }, -- end of [139]
                                            [171] = 
                                            {
                                                ["y"] = 560223.6875,
                                                ["x"] = -210813.375,
                                            }, -- end of [171]
                                            [203] = 
                                            {
                                                ["y"] = 557376.875,
                                                ["x"] = -207069.21875,
                                            }, -- end of [203]
                                            [235] = 
                                            {
                                                ["y"] = 555854.875,
                                                ["x"] = -205765.640625,
                                            }, -- end of [235]
                                            [35] = 
                                            {
                                                ["y"] = 567557.3125,
                                                ["x"] = -221560.328125,
                                            }, -- end of [35]
                                            [43] = 
                                            {
                                                ["y"] = 566793.8125,
                                                ["x"] = -219668.78125,
                                            }, -- end of [43]
                                            [51] = 
                                            {
                                                ["y"] = 566528.8125,
                                                ["x"] = -219291.984375,
                                            }, -- end of [51]
                                            [59] = 
                                            {
                                                ["y"] = 565271.75,
                                                ["x"] = -217921.8125,
                                            }, -- end of [59]
                                            [70] = 
                                            {
                                                ["y"] = 565137.375,
                                                ["x"] = -217305.890625,
                                            }, -- end of [70]
                                            [86] = 
                                            {
                                                ["y"] = 564907.375,
                                                ["x"] = -216223.859375,
                                            }, -- end of [86]
                                            [102] = 
                                            {
                                                ["y"] = 563837.375,
                                                ["x"] = -214891.9375,
                                            }, -- end of [102]
                                            [118] = 
                                            {
                                                ["y"] = 563152.625,
                                                ["x"] = -214008.359375,
                                            }, -- end of [118]
                                            [140] = 
                                            {
                                                ["y"] = 562312.1875,
                                                ["x"] = -213431.25,
                                            }, -- end of [140]
                                            [172] = 
                                            {
                                                ["y"] = 560184.625,
                                                ["x"] = -210809.03125,
                                            }, -- end of [172]
                                            [204] = 
                                            {
                                                ["y"] = 557334.3125,
                                                ["x"] = -207023.5625,
                                            }, -- end of [204]
                                            [236] = 
                                            {
                                                ["y"] = 555842.8125,
                                                ["x"] = -205759.640625,
                                            }, -- end of [236]
                                            [141] = 
                                            {
                                                ["y"] = 562285.5625,
                                                ["x"] = -213390.984375,
                                            }, -- end of [141]
                                            [173] = 
                                            {
                                                ["y"] = 559964.5,
                                                ["x"] = -210835.296875,
                                            }, -- end of [173]
                                            [205] = 
                                            {
                                                ["y"] = 557290.3125,
                                                ["x"] = -206979.265625,
                                            }, -- end of [205]
                                            [237] = 
                                            {
                                                ["y"] = 555830.125,
                                                ["x"] = -205755.0625,
                                            }, -- end of [237]
                                            [71] = 
                                            {
                                                ["y"] = 565107.5,
                                                ["x"] = -216821.859375,
                                            }, -- end of [71]
                                            [87] = 
                                            {
                                                ["y"] = 564881.6875,
                                                ["x"] = -216190.828125,
                                            }, -- end of [87]
                                            [103] = 
                                            {
                                                ["y"] = 563821.8125,
                                                ["x"] = -214879.703125,
                                            }, -- end of [103]
                                            [119] = 
                                            {
                                                ["y"] = 563130.25,
                                                ["x"] = -213990.265625,
                                            }, -- end of [119]
                                            [142] = 
                                            {
                                                ["y"] = 562260.5625,
                                                ["x"] = -213349.671875,
                                            }, -- end of [142]
                                            [174] = 
                                            {
                                                ["y"] = 559951.1875,
                                                ["x"] = -210835.65625,
                                            }, -- end of [174]
                                            [206] = 
                                            {
                                                ["y"] = 557245,
                                                ["x"] = -206936.359375,
                                            }, -- end of [206]
                                            [238] = 
                                            {
                                                ["y"] = 555817,
                                                ["x"] = -205751.984375,
                                            }, -- end of [238]
                                            [9] = 
                                            {
                                                ["y"] = 569186.5625,
                                                ["x"] = -222307.09375,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                ["y"] = 569106.1875,
                                                ["x"] = -222230.296875,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                ["y"] = 569031,
                                                ["x"] = -222148.421875,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                ["y"] = 568836.1875,
                                                ["x"] = -221913.15625,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                ["y"] = 568767.75,
                                                ["x"] = -221843.9375,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                ["y"] = 568659.5625,
                                                ["x"] = -221772.421875,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                ["y"] = 568537.6875,
                                                ["x"] = -221728.234375,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                ["y"] = 567620.4375,
                                                ["x"] = -221621.6875,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                ["y"] = 567545.625,
                                                ["x"] = -221542.59375,
                                            }, -- end of [36]
                                            [44] = 
                                            {
                                                ["y"] = 566763,
                                                ["x"] = -219614.078125,
                                            }, -- end of [44]
                                            [52] = 
                                            {
                                                ["y"] = 566495.25,
                                                ["x"] = -219255.296875,
                                            }, -- end of [52]
                                            [60] = 
                                            {
                                                ["y"] = 565264.25,
                                                ["x"] = -217901.234375,
                                            }, -- end of [60]
                                            [72] = 
                                            {
                                                ["y"] = 565103.6875,
                                                ["x"] = -216759.84375,
                                            }, -- end of [72]
                                            [88] = 
                                            {
                                                ["y"] = 564854.625,
                                                ["x"] = -216158.890625,
                                            }, -- end of [88]
                                            [104] = 
                                            {
                                                ["y"] = 563805.0625,
                                                ["x"] = -214869.0625,
                                            }, -- end of [104]
                                            [120] = 
                                            {
                                                ["y"] = 563106.8125,
                                                ["x"] = -213973.5,
                                            }, -- end of [120]
                                            [144] = 
                                            {
                                                ["y"] = 562215.625,
                                                ["x"] = -213264.203125,
                                            }, -- end of [144]
                                            [176] = 
                                            {
                                                ["y"] = 559925.0625,
                                                ["x"] = -210831.09375,
                                            }, -- end of [176]
                                            [208] = 
                                            {
                                                ["y"] = 556420.1875,
                                                ["x"] = -206224.75,
                                            }, -- end of [208]
                                            [240] = 
                                            {
                                                ["y"] = 555790.125,
                                                ["x"] = -205750.484375,
                                            }, -- end of [240]
                                            [145] = 
                                            {
                                                ["y"] = 562195.75,
                                                ["x"] = -213220.171875,
                                            }, -- end of [145]
                                            [177] = 
                                            {
                                                ["y"] = 559912.6875,
                                                ["x"] = -210826.265625,
                                            }, -- end of [177]
                                            [209] = 
                                            {
                                                ["y"] = 556396.6875,
                                                ["x"] = -206203.34375,
                                            }, -- end of [209]
                                            [241] = 
                                            {
                                                ["y"] = 555776.75,
                                                ["x"] = -205752.078125,
                                            }, -- end of [241]
                                            [73] = 
                                            {
                                                ["y"] = 565100.25,
                                                ["x"] = -216718.171875,
                                            }, -- end of [73]
                                            [89] = 
                                            {
                                                ["y"] = 564441.8125,
                                                ["x"] = -215692.1875,
                                            }, -- end of [89]
                                            [105] = 
                                            {
                                                ["y"] = 563787.375,
                                                ["x"] = -214860.125,
                                            }, -- end of [105]
                                            [121] = 
                                            {
                                                ["y"] = 563082.4375,
                                                ["x"] = -213958.109375,
                                            }, -- end of [121]
                                            [146] = 
                                            {
                                                ["y"] = 562031.9375,
                                                ["x"] = -212836.296875,
                                            }, -- end of [146]
                                            [178] = 
                                            {
                                                ["y"] = 559901.0625,
                                                ["x"] = -210819.84375,
                                            }, -- end of [178]
                                            [210] = 
                                            {
                                                ["y"] = 556374.3125,
                                                ["x"] = -206180.734375,
                                            }, -- end of [210]
                                            [242] = 
                                            {
                                                ["y"] = 555763.625,
                                                ["x"] = -205755.203125,
                                            }, -- end of [242]
                                            [147] = 
                                            {
                                                ["y"] = 562027.3125,
                                                ["x"] = -212827.890625,
                                            }, -- end of [147]
                                            [179] = 
                                            {
                                                ["y"] = 559890.375,
                                                ["x"] = -210811.9375,
                                            }, -- end of [179]
                                            [211] = 
                                            {
                                                ["y"] = 556353.125,
                                                ["x"] = -206156.96875,
                                            }, -- end of [211]
                                            [243] = 
                                            {
                                                ["y"] = 555751,
                                                ["x"] = -205759.828125,
                                            }, -- end of [243]
                                            [37] = 
                                            {
                                                ["y"] = 567535.4375,
                                                ["x"] = -221523.9375,
                                            }, -- end of [37]
                                            [45] = 
                                            {
                                                ["y"] = 566730.4375,
                                                ["x"] = -219560.359375,
                                            }, -- end of [45]
                                            [53] = 
                                            {
                                                ["y"] = 566018.4375,
                                                ["x"] = -218746.859375,
                                            }, -- end of [53]
                                            [61] = 
                                            {
                                                ["y"] = 565232.25,
                                                ["x"] = -217803.3125,
                                            }, -- end of [61]
                                            [74] = 
                                            {
                                                ["y"] = 565095.0625,
                                                ["x"] = -216676.671875,
                                            }, -- end of [74]
                                            [90] = 
                                            {
                                                ["y"] = 564421.625,
                                                ["x"] = -215668.09375,
                                            }, -- end of [90]
                                            [106] = 
                                            {
                                                ["y"] = 563768.9375,
                                                ["x"] = -214852.96875,
                                            }, -- end of [106]
                                            [122] = 
                                            {
                                                ["y"] = 563057.25,
                                                ["x"] = -213944.140625,
                                            }, -- end of [122]
                                            [148] = 
                                            {
                                                ["y"] = 562021.125,
                                                ["x"] = -212820.515625,
                                            }, -- end of [148]
                                            [180] = 
                                            {
                                                ["y"] = 559880.875,
                                                ["x"] = -210802.6875,
                                            }, -- end of [180]
                                            [212] = 
                                            {
                                                ["y"] = 556333.3125,
                                                ["x"] = -206132.125,
                                            }, -- end of [212]
                                            [244] = 
                                            {
                                                ["y"] = 555706.6875,
                                                ["x"] = -205779,
                                            }, -- end of [244]
                                            [149] = 
                                            {
                                                ["y"] = 561573.625,
                                                ["x"] = -212379.203125,
                                            }, -- end of [149]
                                            [181] = 
                                            {
                                                ["y"] = 559337.0625,
                                                ["x"] = -210199.21875,
                                            }, -- end of [181]
                                            [213] = 
                                            {
                                                ["y"] = 556314.8125,
                                                ["x"] = -206106.265625,
                                            }, -- end of [213]
                                            [245] = 
                                            {
                                                ["y"] = 555690.625,
                                                ["x"] = -205784.984375,
                                            }, -- end of [245]
                                            [75] = 
                                            {
                                                ["y"] = 565088.125,
                                                ["x"] = -216635.4375,
                                            }, -- end of [75]
                                            [91] = 
                                            {
                                                ["y"] = 564402.75,
                                                ["x"] = -215642.984375,
                                            }, -- end of [91]
                                            [107] = 
                                            {
                                                ["y"] = 563746.0625,
                                                ["x"] = -214845.40625,
                                            }, -- end of [107]
                                            [123] = 
                                            {
                                                ["y"] = 563031.3125,
                                                ["x"] = -213931.671875,
                                            }, -- end of [123]
                                            [150] = 
                                            {
                                                ["y"] = 561563.125,
                                                ["x"] = -212367.6875,
                                            }, -- end of [150]
                                            [182] = 
                                            {
                                                ["y"] = 559309.625,
                                                ["x"] = -210167.5,
                                            }, -- end of [182]
                                            [214] = 
                                            {
                                                ["y"] = 556297.6875,
                                                ["x"] = -206079.453125,
                                            }, -- end of [214]
                                            [246] = 
                                            {
                                                ["y"] = 555674.0625,
                                                ["x"] = -205789.28125,
                                            }, -- end of [246]
                                            [151] = 
                                            {
                                                ["y"] = 561553.8125,
                                                ["x"] = -212355.140625,
                                            }, -- end of [151]
                                            [183] = 
                                            {
                                                ["y"] = 559283.5625,
                                                ["x"] = -210134.671875,
                                            }, -- end of [183]
                                            [215] = 
                                            {
                                                ["y"] = 556282,
                                                ["x"] = -206051.78125,
                                            }, -- end of [215]
                                            [247] = 
                                            {
                                                ["y"] = 555657.125,
                                                ["x"] = -205791.84375,
                                            }, -- end of [247]
                                            [19] = 
                                            {
                                                ["y"] = 568742.3125,
                                                ["x"] = -221823.6875,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                ["y"] = 568630.125,
                                                ["x"] = -221758.703125,
                                            }, -- end of [23]
                                            [27] = 
                                            {
                                                ["y"] = 568505.8125,
                                                ["x"] = -221721.78125,
                                            }, -- end of [27]
                                            [31] = 
                                            {
                                                ["y"] = 567614.875,
                                                ["x"] = -221620.140625,
                                            }, -- end of [31]
                                            [38] = 
                                            {
                                                ["y"] = 567526.9375,
                                                ["x"] = -221504.484375,
                                            }, -- end of [38]
                                            [46] = 
                                            {
                                                ["y"] = 566696.25,
                                                ["x"] = -219507.703125,
                                            }, -- end of [46]
                                            [54] = 
                                            {
                                                ["y"] = 565330.6875,
                                                ["x"] = -218013.515625,
                                            }, -- end of [54]
                                            [62] = 
                                            {
                                                ["y"] = 565215.5,
                                                ["x"] = -217749.4375,
                                            }, -- end of [62]
                                            [76] = 
                                            {
                                                ["y"] = 565079.5,
                                                ["x"] = -216594.515625,
                                            }, -- end of [76]
                                            [92] = 
                                            {
                                                ["y"] = 564385.1875,
                                                ["x"] = -215616.90625,
                                            }, -- end of [92]
                                            [108] = 
                                            {
                                                ["y"] = 563733.5,
                                                ["x"] = -214840.328125,
                                            }, -- end of [108]
                                            [124] = 
                                            {
                                                ["y"] = 563004.6875,
                                                ["x"] = -213920.703125,
                                            }, -- end of [124]
                                            [152] = 
                                            {
                                                ["y"] = 561545.875,
                                                ["x"] = -212341.671875,
                                            }, -- end of [152]
                                            [184] = 
                                            {
                                                ["y"] = 559258.9375,
                                                ["x"] = -210100.765625,
                                            }, -- end of [184]
                                            [216] = 
                                            {
                                                ["y"] = 556267.8125,
                                                ["x"] = -206023.3125,
                                            }, -- end of [216]
                                            [248] = 
                                            {
                                                ["y"] = 555640,
                                                ["x"] = -205792.640625,
                                            }, -- end of [248]
                                            [153] = 
                                            {
                                                ["y"] = 561479,
                                                ["x"] = -212213.5,
                                            }, -- end of [153]
                                            [185] = 
                                            {
                                                ["y"] = 559235.6875,
                                                ["x"] = -210065.859375,
                                            }, -- end of [185]
                                            [217] = 
                                            {
                                                ["y"] = 556205.75,
                                                ["x"] = -205891.171875,
                                            }, -- end of [217]
                                            [249] = 
                                            {
                                                ["y"] = 555622.9375,
                                                ["x"] = -205791.671875,
                                            }, -- end of [249]
                                            [77] = 
                                            {
                                                ["y"] = 565069.1875,
                                                ["x"] = -216554,
                                            }, -- end of [77]
                                            [93] = 
                                            {
                                                ["y"] = 564367.875,
                                                ["x"] = -215590.765625,
                                            }, -- end of [93]
                                            [109] = 
                                            {
                                                ["y"] = 563721.75,
                                                ["x"] = -214833.59375,
                                            }, -- end of [109]
                                            [125] = 
                                            {
                                                ["y"] = 562873.875,
                                                ["x"] = -213871.109375,
                                            }, -- end of [125]
                                            [154] = 
                                            {
                                                ["y"] = 561464.5,
                                                ["x"] = -212186.984375,
                                            }, -- end of [154]
                                            [186] = 
                                            {
                                                ["y"] = 559214,
                                                ["x"] = -210030.015625,
                                            }, -- end of [186]
                                            [218] = 
                                            {
                                                ["y"] = 556199,
                                                ["x"] = -205878.578125,
                                            }, -- end of [218]
                                            [250] = 
                                            {
                                                ["y"] = 555606,
                                                ["x"] = -205788.953125,
                                            }, -- end of [250]
                                            [155] = 
                                            {
                                                ["y"] = 561449.0625,
                                                ["x"] = -212161.046875,
                                            }, -- end of [155]
                                            [187] = 
                                            {
                                                ["y"] = 559193.8125,
                                                ["x"] = -209993.28125,
                                            }, -- end of [187]
                                            [219] = 
                                            {
                                                ["y"] = 556190.6875,
                                                ["x"] = -205866.9375,
                                            }, -- end of [219]
                                            [251] = 
                                            {
                                                ["y"] = 555589.5,
                                                ["x"] = -205784.5,
                                            }, -- end of [251]
                                            [39] = 
                                            {
                                                ["y"] = 566899.5625,
                                                ["x"] = -219896.484375,
                                            }, -- end of [39]
                                            [47] = 
                                            {
                                                ["y"] = 566660.375,
                                                ["x"] = -219456.125,
                                            }, -- end of [47]
                                            [55] = 
                                            {
                                                ["y"] = 565316.25,
                                                ["x"] = -217997,
                                            }, -- end of [55]
                                            [63] = 
                                            {
                                                ["y"] = 565200.25,
                                                ["x"] = -217695.125,
                                            }, -- end of [63]
                                            [78] = 
                                            {
                                                ["y"] = 565057.125,
                                                ["x"] = -216513.953125,
                                            }, -- end of [78]
                                            [94] = 
                                            {
                                                ["y"] = 564250,
                                                ["x"] = -215369.84375,
                                            }, -- end of [94]
                                            [110] = 
                                            {
                                                ["y"] = 563711.0625,
                                                ["x"] = -214825.328125,
                                            }, -- end of [110]
                                            [126] = 
                                            {
                                                ["y"] = 562829.125,
                                                ["x"] = -213853.078125,
                                            }, -- end of [126]
                                            [156] = 
                                            {
                                                ["y"] = 561432.6875,
                                                ["x"] = -212135.6875,
                                            }, -- end of [156]
                                            [188] = 
                                            {
                                                ["y"] = 558829.625,
                                                ["x"] = -209296.921875,
                                            }, -- end of [188]
                                            [220] = 
                                            {
                                                ["y"] = 556180.9375,
                                                ["x"] = -205856.453125,
                                            }, -- end of [220]
                                            [252] = 
                                            {
                                                ["y"] = 555573.5,
                                                ["x"] = -205778.375,
                                            }, -- end of [252]
                                            [267] = 
                                            {
                                                ["y"] = 554513.6875,
                                                ["x"] = -205622.390625,
                                            }, -- end of [267]
                                            [263] = 
                                            {
                                                ["y"] = 555258.25,
                                                ["x"] = -205377.0625,
                                            }, -- end of [263]
                                            [259] = 
                                            {
                                                ["y"] = 555359.6875,
                                                ["x"] = -205630.453125,
                                            }, -- end of [259]
                                            [157] = 
                                            {
                                                ["y"] = 561415.3125,
                                                ["x"] = -212110.96875,
                                            }, -- end of [157]
                                            [189] = 
                                            {
                                                ["y"] = 558719.375,
                                                ["x"] = -209129.390625,
                                            }, -- end of [189]
                                            [221] = 
                                            {
                                                ["y"] = 556169.9375,
                                                ["x"] = -205847.296875,
                                            }, -- end of [221]
                                            [253] = 
                                            {
                                                ["y"] = 555558.25,
                                                ["x"] = -205770.625,
                                            }, -- end of [253]
                                            [255] = 
                                            {
                                                ["y"] = 555403.8125,
                                                ["x"] = -205680.96875,
                                            }, -- end of [255]
                                            [254] = 
                                            {
                                                ["y"] = 555418,
                                                ["x"] = -205690.15625,
                                            }, -- end of [254]
                                            [239] = 
                                            {
                                                ["y"] = 555803.625,
                                                ["x"] = -205750.453125,
                                            }, -- end of [239]
                                            [223] = 
                                            {
                                                ["y"] = 556144.9375,
                                                ["x"] = -205833.515625,
                                            }, -- end of [223]
                                            [207] = 
                                            {
                                                ["y"] = 557198.3125,
                                                ["x"] = -206894.890625,
                                            }, -- end of [207]
                                            [191] = 
                                            {
                                                ["y"] = 558591.3125,
                                                ["x"] = -208970.625,
                                            }, -- end of [191]
                                            [175] = 
                                            {
                                                ["y"] = 559938,
                                                ["x"] = -210834.25,
                                            }, -- end of [175]
                                            [159] = 
                                            {
                                                ["y"] = 560742.25,
                                                ["x"] = -211192.78125,
                                            }, -- end of [159]
                                            [79] = 
                                            {
                                                ["y"] = 565043.4375,
                                                ["x"] = -216474.4375,
                                            }, -- end of [79]
                                            [95] = 
                                            {
                                                ["y"] = 564234,
                                                ["x"] = -215341.3125,
                                            }, -- end of [95]
                                            [111] = 
                                            {
                                                ["y"] = 563701.5625,
                                                ["x"] = -214815.671875,
                                            }, -- end of [111]
                                            [143] = 
                                            {
                                                ["y"] = 562237.25,
                                                ["x"] = -213307.390625,
                                            }, -- end of [143]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [27] = 
                                            {
                                                ["y"] = 552591.5625,
                                                ["x"] = -205095.71875,
                                            }, -- end of [27]
                                            [2] = 
                                            {
                                                ["y"] = 553195.3125,
                                                ["x"] = -206080.890625,
                                            }, -- end of [2]
                                            [38] = 
                                            {
                                                ["y"] = 552308.875,
                                                ["x"] = -205047.984375,
                                            }, -- end of [38]
                                            [3] = 
                                            {
                                                ["y"] = 553190.6875,
                                                ["x"] = -206081.546875,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 553186.125,
                                                ["x"] = -206080.390625,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 553182.375,
                                                ["x"] = -206077.59375,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                ["y"] = 553179.9375,
                                                ["x"] = -206073.5625,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                ["y"] = 552951.875,
                                                ["x"] = -205402.234375,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                ["y"] = 552914.0625,
                                                ["x"] = -205299.1875,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                ["y"] = 552904.875,
                                                ["x"] = -205283.1875,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                ["y"] = 552890.875,
                                                ["x"] = -205271.171875,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                ["y"] = 552873.6875,
                                                ["x"] = -205264.484375,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                ["y"] = 552561.625,
                                                ["x"] = -205254.5,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                ["y"] = 552552.1875,
                                                ["x"] = -205243.84375,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                ["y"] = 552570.3125,
                                                ["x"] = -205170.796875,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                ["y"] = 552591.5625,
                                                ["x"] = -205091.109375,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                ["y"] = 552486.25,
                                                ["x"] = -205065.625,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                ["y"] = 552124.5625,
                                                ["x"] = -205113.34375,
                                            }, -- end of [40]
                                            [33] = 
                                            {
                                                ["y"] = 552444.9375,
                                                ["x"] = -205056.984375,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                ["y"] = 552104.6875,
                                                ["x"] = -205119.5625,
                                            }, -- end of [41]
                                            [17] = 
                                            {
                                                ["y"] = 552557.875,
                                                ["x"] = -205253.5,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                ["y"] = 552554.5,
                                                ["x"] = -205224.4375,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                ["y"] = 552575.75,
                                                ["x"] = -205153.1875,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                ["y"] = 552589.8125,
                                                ["x"] = -205086.828125,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                ["y"] = 552376.9375,
                                                ["x"] = -205045.734375,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                ["y"] = 552084.375,
                                                ["x"] = -205124.125,
                                            }, -- end of [42]
                                            [9] = 
                                            {
                                                ["y"] = 552910.1875,
                                                ["x"] = -205290.796875,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                ["y"] = 552898.375,
                                                ["x"] = -205276.578125,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                ["y"] = 552882.5625,
                                                ["x"] = -205267.09375,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                ["y"] = 552864.5,
                                                ["x"] = -205263.421875,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                ["y"] = 552554.6875,
                                                ["x"] = -205251.125,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                ["y"] = 552555.9375,
                                                ["x"] = -205215.671875,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                ["y"] = 552580.625,
                                                ["x"] = -205135.421875,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                ["y"] = 552586.5625,
                                                ["x"] = -205083.5625,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                ["y"] = 552342.8125,
                                                ["x"] = -205043.3125,
                                            }, -- end of [36]
                                            [44] = 
                                            {
                                                ["y"] = 552043,
                                                ["x"] = -205128.15625,
                                            }, -- end of [44]
                                            [47] = 
                                            {
                                                ["y"] = 551999.875,
                                                ["x"] = -205125.0625,
                                            }, -- end of [47]
                                            [46] = 
                                            {
                                                ["y"] = 552001.5625,
                                                ["x"] = -205125.3125,
                                            }, -- end of [46]
                                            [39] = 
                                            {
                                                ["y"] = 552292.5,
                                                ["x"] = -205052.9375,
                                            }, -- end of [39]
                                            [43] = 
                                            {
                                                ["y"] = 552063.8125,
                                                ["x"] = -205127,
                                            }, -- end of [43]
                                            [37] = 
                                            {
                                                ["y"] = 552325.75,
                                                ["x"] = -205044.765625,
                                            }, -- end of [37]
                                            [45] = 
                                            {
                                                ["y"] = 552022.25,
                                                ["x"] = -205127.59375,
                                            }, -- end of [45]
                                            [35] = 
                                            {
                                                ["y"] = 552359.9375,
                                                ["x"] = -205043.640625,
                                            }, -- end of [35]
                                            [1] = 
                                            {
                                                ["y"] = 553274.75,
                                                ["x"] = -206053.296875,
                                            }, -- end of [1]
                                            [19] = 
                                            {
                                                ["y"] = 552552.75,
                                                ["x"] = -205247.734375,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                ["y"] = 552558.1875,
                                                ["x"] = -205207.09375,
                                            }, -- end of [23]
                                            [31] = 
                                            {
                                                ["y"] = 552582.25,
                                                ["x"] = -205081.78125,
                                            }, -- end of [31]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 545007.99999998,
                                                ["x"] = -198161.42857142,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 545007.99999998,
                                                ["x"] = -198161.42857142,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [3] = 
                                        {
                                            [33] = 
                                            {
                                                ["y"] = 550689.1875,
                                                ["x"] = -203269.109375,
                                            }, -- end of [33]
                                            [35] = 
                                            {
                                                ["y"] = 550712.5,
                                                ["x"] = -203236.1875,
                                            }, -- end of [35]
                                            [37] = 
                                            {
                                                ["y"] = 550768,
                                                ["x"] = -203177.75,
                                            }, -- end of [37]
                                            [39] = 
                                            {
                                                ["y"] = 550781,
                                                ["x"] = -203159.765625,
                                            }, -- end of [39]
                                            [41] = 
                                            {
                                                ["y"] = 550788.3125,
                                                ["x"] = -203138.84375,
                                            }, -- end of [41]
                                            [43] = 
                                            {
                                                ["y"] = 550789.375,
                                                ["x"] = -203116.703125,
                                            }, -- end of [43]
                                            [45] = 
                                            {
                                                ["y"] = 550761,
                                                ["x"] = -202748.640625,
                                            }, -- end of [45]
                                            [47] = 
                                            {
                                                ["y"] = 550762.1875,
                                                ["x"] = -202698.671875,
                                            }, -- end of [47]
                                            [49] = 
                                            {
                                                ["y"] = 550770,
                                                ["x"] = -202649.3125,
                                            }, -- end of [49]
                                            [51] = 
                                            {
                                                ["y"] = 550784.25,
                                                ["x"] = -202601.40625,
                                            }, -- end of [51]
                                            [53] = 
                                            {
                                                ["y"] = 550905.1875,
                                                ["x"] = -202276.8125,
                                            }, -- end of [53]
                                            [55] = 
                                            {
                                                ["y"] = 550964,
                                                ["x"] = -202137.75,
                                            }, -- end of [55]
                                            [57] = 
                                            {
                                                ["y"] = 551418.25,
                                                ["x"] = -201124.8125,
                                            }, -- end of [57]
                                            [59] = 
                                            {
                                                ["y"] = 551430.5625,
                                                ["x"] = -201079.484375,
                                            }, -- end of [59]
                                            [61] = 
                                            {
                                                ["y"] = 551435.6875,
                                                ["x"] = -201032.796875,
                                            }, -- end of [61]
                                            [63] = 
                                            {
                                                ["y"] = 551433.4375,
                                                ["x"] = -200985.875,
                                            }, -- end of [63]
                                            [66] = 
                                            {
                                                ["y"] = 551416.5,
                                                ["x"] = -200917.59375,
                                            }, -- end of [66]
                                            [70] = 
                                            {
                                                ["y"] = 551386.375,
                                                ["x"] = -200815.15625,
                                            }, -- end of [70]
                                            [74] = 
                                            {
                                                ["y"] = 551391.5,
                                                ["x"] = -200731.234375,
                                            }, -- end of [74]
                                            [78] = 
                                            {
                                                ["y"] = 551424.125,
                                                ["x"] = -200653.75,
                                            }, -- end of [78]
                                            [82] = 
                                            {
                                                ["y"] = 551480.625,
                                                ["x"] = -200591.46875,
                                            }, -- end of [82]
                                            [86] = 
                                            {
                                                ["y"] = 551570.75,
                                                ["x"] = -200516.828125,
                                            }, -- end of [86]
                                            [90] = 
                                            {
                                                ["y"] = 551652.625,
                                                ["x"] = -200414.328125,
                                            }, -- end of [90]
                                            [94] = 
                                            {
                                                ["y"] = 551710.25,
                                                ["x"] = -200296.46875,
                                            }, -- end of [94]
                                            [98] = 
                                            {
                                                ["y"] = 551740.9375,
                                                ["x"] = -200168.890625,
                                            }, -- end of [98]
                                            [102] = 
                                            {
                                                ["y"] = 551741.4375,
                                                ["x"] = -199970.515625,
                                            }, -- end of [102]
                                            [106] = 
                                            {
                                                ["y"] = 551730.8125,
                                                ["x"] = -199918.90625,
                                            }, -- end of [106]
                                            [110] = 
                                            {
                                                ["y"] = 551683.1875,
                                                ["x"] = -199849.921875,
                                            }, -- end of [110]
                                            [114] = 
                                            {
                                                ["y"] = 551628.6875,
                                                ["x"] = -199810.40625,
                                            }, -- end of [114]
                                            [118] = 
                                            {
                                                ["y"] = 551562.4375,
                                                ["x"] = -199798.65625,
                                            }, -- end of [118]
                                            [122] = 
                                            {
                                                ["y"] = 551497.75,
                                                ["x"] = -199817.046875,
                                            }, -- end of [122]
                                            [126] = 
                                            {
                                                ["y"] = 551159.1875,
                                                ["x"] = -200125.53125,
                                            }, -- end of [126]
                                            [132] = 
                                            {
                                                ["y"] = 551029.9375,
                                                ["x"] = -200185.078125,
                                            }, -- end of [132]
                                            [140] = 
                                            {
                                                ["y"] = 550843.1875,
                                                ["x"] = -200161.234375,
                                            }, -- end of [140]
                                            [148] = 
                                            {
                                                ["y"] = 549574.8125,
                                                ["x"] = -199504.390625,
                                            }, -- end of [148]
                                            [156] = 
                                            {
                                                ["y"] = 548784.0625,
                                                ["x"] = -198943.5,
                                            }, -- end of [156]
                                            [164] = 
                                            {
                                                ["y"] = 547720.25,
                                                ["x"] = -198583.21875,
                                            }, -- end of [164]
                                            [172] = 
                                            {
                                                ["y"] = 546666.5625,
                                                ["x"] = -198438.796875,
                                            }, -- end of [172]
                                            [180] = 
                                            {
                                                ["y"] = 545651.3125,
                                                ["x"] = -198270.171875,
                                            }, -- end of [180]
                                            [1] = 
                                            {
                                                ["y"] = 551999.875,
                                                ["x"] = -205125.0625,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 551824.875,
                                                ["x"] = -205098.390625,
                                            }, -- end of [2]
                                            [133] = 
                                            {
                                                ["y"] = 551006.3125,
                                                ["x"] = -200188.71875,
                                            }, -- end of [133]
                                            [141] = 
                                            {
                                                ["y"] = 549940.3125,
                                                ["x"] = -199729.484375,
                                            }, -- end of [141]
                                            [149] = 
                                            {
                                                ["y"] = 549128.9375,
                                                ["x"] = -199158.640625,
                                            }, -- end of [149]
                                            [157] = 
                                            {
                                                ["y"] = 548731.4375,
                                                ["x"] = -198918.65625,
                                            }, -- end of [157]
                                            [165] = 
                                            {
                                                ["y"] = 547666.125,
                                                ["x"] = -198569.921875,
                                            }, -- end of [165]
                                            [173] = 
                                            {
                                                ["y"] = 546629.0625,
                                                ["x"] = -198431.109375,
                                            }, -- end of [173]
                                            [181] = 
                                            {
                                                ["y"] = 545596.3125,
                                                ["x"] = -198266.03125,
                                            }, -- end of [181]
                                            [3] = 
                                            {
                                                ["y"] = 551797.0625,
                                                ["x"] = -205093.25,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 551769.625,
                                                ["x"] = -205086.375,
                                            }, -- end of [4]
                                            [67] = 
                                            {
                                                ["y"] = 551401.0625,
                                                ["x"] = -200876.609375,
                                            }, -- end of [67]
                                            [71] = 
                                            {
                                                ["y"] = 551384.9375,
                                                ["x"] = -200794.078125,
                                            }, -- end of [71]
                                            [75] = 
                                            {
                                                ["y"] = 551397.125,
                                                ["x"] = -200710.890625,
                                            }, -- end of [75]
                                            [5] = 
                                            {
                                                ["y"] = 551742.6875,
                                                ["x"] = -205077.78125,
                                            }, -- end of [5]
                                            [83] = 
                                            {
                                                ["y"] = 551495.6875,
                                                ["x"] = -200580.640625,
                                            }, -- end of [83]
                                            [87] = 
                                            {
                                                ["y"] = 551593.25,
                                                ["x"] = -200492.921875,
                                            }, -- end of [87]
                                            [91] = 
                                            {
                                                ["y"] = 551669.4375,
                                                ["x"] = -200386.09375,
                                            }, -- end of [91]
                                            [6] = 
                                            {
                                                ["y"] = 551716.375,
                                                ["x"] = -205067.515625,
                                            }, -- end of [6]
                                            [99] = 
                                            {
                                                ["y"] = 551744.1875,
                                                ["x"] = -200136.1875,
                                            }, -- end of [99]
                                            [103] = 
                                            {
                                                ["y"] = 551741.4375,
                                                ["x"] = -199957.203125,
                                            }, -- end of [103]
                                            [107] = 
                                            {
                                                ["y"] = 551723.9375,
                                                ["x"] = -199907.46875,
                                            }, -- end of [107]
                                            [7] = 
                                            {
                                                ["y"] = 551690.75,
                                                ["x"] = -205055.59375,
                                            }, -- end of [7]
                                            [115] = 
                                            {
                                                ["y"] = 551612.75,
                                                ["x"] = -199804.671875,
                                            }, -- end of [115]
                                            [119] = 
                                            {
                                                ["y"] = 551545.625,
                                                ["x"] = -199800.46875,
                                            }, -- end of [119]
                                            [123] = 
                                            {
                                                ["y"] = 551483.375,
                                                ["x"] = -199826.046875,
                                            }, -- end of [123]
                                            [8] = 
                                            {
                                                ["y"] = 551665.875,
                                                ["x"] = -205042.09375,
                                            }, -- end of [8]
                                            [134] = 
                                            {
                                                ["y"] = 550982.4375,
                                                ["x"] = -200190.453125,
                                            }, -- end of [134]
                                            [9] = 
                                            {
                                                ["y"] = 551641.9375,
                                                ["x"] = -205027.0625,
                                            }, -- end of [9]
                                            [150] = 
                                            {
                                                ["y"] = 549082.4375,
                                                ["x"] = -199123.671875,
                                            }, -- end of [150]
                                            [10] = 
                                            {
                                                ["y"] = 551619,
                                                ["x"] = -205010.546875,
                                            }, -- end of [10]
                                            [166] = 
                                            {
                                                ["y"] = 547611.625,
                                                ["x"] = -198558.125,
                                            }, -- end of [166]
                                            [11] = 
                                            {
                                                ["y"] = 551490.25,
                                                ["x"] = -204911.65625,
                                            }, -- end of [11]
                                            [182] = 
                                            {
                                                ["y"] = 545541.5,
                                                ["x"] = -198259.984375,
                                            }, -- end of [182]
                                            [12] = 
                                            {
                                                ["y"] = 551471.375,
                                                ["x"] = -204896.046875,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                ["y"] = 551453.5625,
                                                ["x"] = -204879.3125,
                                            }, -- end of [13]
                                            [14] = 
                                            {
                                                ["y"] = 551436.8125,
                                                ["x"] = -204861.515625,
                                            }, -- end of [14]
                                            [15] = 
                                            {
                                                ["y"] = 551421.125,
                                                ["x"] = -204842.734375,
                                            }, -- end of [15]
                                            [16] = 
                                            {
                                                ["y"] = 551406.6875,
                                                ["x"] = -204823.015625,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                ["y"] = 551393.4375,
                                                ["x"] = -204802.4375,
                                            }, -- end of [17]
                                            [18] = 
                                            {
                                                ["y"] = 551123.875,
                                                ["x"] = -204360.140625,
                                            }, -- end of [18]
                                            [19] = 
                                            {
                                                ["y"] = 550986.5625,
                                                ["x"] = -204107.640625,
                                            }, -- end of [19]
                                            [20] = 
                                            {
                                                ["y"] = 550875.25,
                                                ["x"] = -203896.59375,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                ["y"] = 550842.5625,
                                                ["x"] = -203830.484375,
                                            }, -- end of [21]
                                            [22] = 
                                            {
                                                ["y"] = 550821.6875,
                                                ["x"] = -203793.796875,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                ["y"] = 550623.75,
                                                ["x"] = -203474,
                                            }, -- end of [23]
                                            [24] = 
                                            {
                                                ["y"] = 550618.5625,
                                                ["x"] = -203463.984375,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 550614.9375,
                                                ["x"] = -203453.3125,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                ["y"] = 550612.9375,
                                                ["x"] = -203442.203125,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 550612.6875,
                                                ["x"] = -203430.9375,
                                            }, -- end of [27]
                                            [28] = 
                                            {
                                                ["y"] = 550614.0625,
                                                ["x"] = -203419.75,
                                            }, -- end of [28]
                                            [29] = 
                                            {
                                                ["y"] = 550617.0625,
                                                ["x"] = -203408.890625,
                                            }, -- end of [29]
                                            [30] = 
                                            {
                                                ["y"] = 550621.6875,
                                                ["x"] = -203398.59375,
                                            }, -- end of [30]
                                            [31] = 
                                            {
                                                ["y"] = 550638.75,
                                                ["x"] = -203368.671875,
                                            }, -- end of [31]
                                            [32] = 
                                            {
                                                ["y"] = 550679.4375,
                                                ["x"] = -203286.796875,
                                            }, -- end of [32]
                                            [34] = 
                                            {
                                                ["y"] = 550700.25,
                                                ["x"] = -203252.203125,
                                            }, -- end of [34]
                                            [36] = 
                                            {
                                                ["y"] = 550726,
                                                ["x"] = -203221.15625,
                                            }, -- end of [36]
                                            [38] = 
                                            {
                                                ["y"] = 550775.1875,
                                                ["x"] = -203169.21875,
                                            }, -- end of [38]
                                            [40] = 
                                            {
                                                ["y"] = 550785.4375,
                                                ["x"] = -203149.5625,
                                            }, -- end of [40]
                                            [42] = 
                                            {
                                                ["y"] = 550789.6875,
                                                ["x"] = -203127.8125,
                                            }, -- end of [42]
                                            [44] = 
                                            {
                                                ["y"] = 550767.75,
                                                ["x"] = -202895.625,
                                            }, -- end of [44]
                                            [46] = 
                                            {
                                                ["y"] = 550760.75,
                                                ["x"] = -202723.640625,
                                            }, -- end of [46]
                                            [48] = 
                                            {
                                                ["y"] = 550765.25,
                                                ["x"] = -202673.859375,
                                            }, -- end of [48]
                                            [50] = 
                                            {
                                                ["y"] = 550776.3125,
                                                ["x"] = -202625.125,
                                            }, -- end of [50]
                                            [52] = 
                                            {
                                                ["y"] = 550878.1875,
                                                ["x"] = -202347.328125,
                                            }, -- end of [52]
                                            [54] = 
                                            {
                                                ["y"] = 550933.8125,
                                                ["x"] = -202206.953125,
                                            }, -- end of [54]
                                            [56] = 
                                            {
                                                ["y"] = 551409.4375,
                                                ["x"] = -201146.609375,
                                            }, -- end of [56]
                                            [58] = 
                                            {
                                                ["y"] = 551425.3125,
                                                ["x"] = -201102.390625,
                                            }, -- end of [58]
                                            [60] = 
                                            {
                                                ["y"] = 551434.0625,
                                                ["x"] = -201056.234375,
                                            }, -- end of [60]
                                            [62] = 
                                            {
                                                ["y"] = 551435.5,
                                                ["x"] = -201009.296875,
                                            }, -- end of [62]
                                            [64] = 
                                            {
                                                ["y"] = 551429.5625,
                                                ["x"] = -200962.703125,
                                            }, -- end of [64]
                                            [68] = 
                                            {
                                                ["y"] = 551394.4375,
                                                ["x"] = -200856.5625,
                                            }, -- end of [68]
                                            [72] = 
                                            {
                                                ["y"] = 551385.375,
                                                ["x"] = -200772.96875,
                                            }, -- end of [72]
                                            [76] = 
                                            {
                                                ["y"] = 551404.5,
                                                ["x"] = -200691.109375,
                                            }, -- end of [76]
                                            [80] = 
                                            {
                                                ["y"] = 551449.75,
                                                ["x"] = -200620.21875,
                                            }, -- end of [80]
                                            [84] = 
                                            {
                                                ["y"] = 551521.875,
                                                ["x"] = -200560.75,
                                            }, -- end of [84]
                                            [88] = 
                                            {
                                                ["y"] = 551614.5,
                                                ["x"] = -200467.828125,
                                            }, -- end of [88]
                                            [92] = 
                                            {
                                                ["y"] = 551684.6875,
                                                ["x"] = -200356.984375,
                                            }, -- end of [92]
                                            [96] = 
                                            {
                                                ["y"] = 551729.125,
                                                ["x"] = -200233.515625,
                                            }, -- end of [96]
                                            [100] = 
                                            {
                                                ["y"] = 551745.625,
                                                ["x"] = -200103.359375,
                                            }, -- end of [100]
                                            [104] = 
                                            {
                                                ["y"] = 551739.625,
                                                ["x"] = -199944,
                                            }, -- end of [104]
                                            [108] = 
                                            {
                                                ["y"] = 551723.9375,
                                                ["x"] = -199907.46875,
                                            }, -- end of [108]
                                            [112] = 
                                            {
                                                ["y"] = 551658.1875,
                                                ["x"] = -199827.0625,
                                            }, -- end of [112]
                                            [116] = 
                                            {
                                                ["y"] = 551596.25,
                                                ["x"] = -199800.765625,
                                            }, -- end of [116]
                                            [120] = 
                                            {
                                                ["y"] = 551529.0625,
                                                ["x"] = -199804.171875,
                                            }, -- end of [120]
                                            [124] = 
                                            {
                                                ["y"] = 551470.125,
                                                ["x"] = -199836.609375,
                                            }, -- end of [124]
                                            [128] = 
                                            {
                                                ["y"] = 551119.4375,
                                                ["x"] = -200152.203125,
                                            }, -- end of [128]
                                            [136] = 
                                            {
                                                ["y"] = 550934.625,
                                                ["x"] = -200188.203125,
                                            }, -- end of [136]
                                            [144] = 
                                            {
                                                ["y"] = 549777.8125,
                                                ["x"] = -199642.65625,
                                            }, -- end of [144]
                                            [152] = 
                                            {
                                                ["y"] = 548986.5625,
                                                ["x"] = -199057.859375,
                                            }, -- end of [152]
                                            [160] = 
                                            {
                                                ["y"] = 548569.625,
                                                ["x"] = -198853.421875,
                                            }, -- end of [160]
                                            [168] = 
                                            {
                                                ["y"] = 547501.8125,
                                                ["x"] = -198539.140625,
                                            }, -- end of [168]
                                            [176] = 
                                            {
                                                ["y"] = 545943.8125,
                                                ["x"] = -198280.65625,
                                            }, -- end of [176]
                                            [184] = 
                                            {
                                                ["y"] = 545432.5625,
                                                ["x"] = -198242.234375,
                                            }, -- end of [184]
                                            [129] = 
                                            {
                                                ["y"] = 551098.125,
                                                ["x"] = -200163.078125,
                                            }, -- end of [129]
                                            [137] = 
                                            {
                                                ["y"] = 550911.0625,
                                                ["x"] = -200184.21875,
                                            }, -- end of [137]
                                            [145] = 
                                            {
                                                ["y"] = 549725.5,
                                                ["x"] = -199610.4375,
                                            }, -- end of [145]
                                            [153] = 
                                            {
                                                ["y"] = 548937.1875,
                                                ["x"] = -199027.0625,
                                            }, -- end of [153]
                                            [161] = 
                                            {
                                                ["y"] = 548514.5,
                                                ["x"] = -198834.84375,
                                            }, -- end of [161]
                                            [169] = 
                                            {
                                                ["y"] = 547446.5625,
                                                ["x"] = -198531.953125,
                                            }, -- end of [169]
                                            [177] = 
                                            {
                                                ["y"] = 545916.9375,
                                                ["x"] = -198278.03125,
                                            }, -- end of [177]
                                            [185] = 
                                            {
                                                ["y"] = 545008.6875,
                                                ["x"] = -198158.09375,
                                            }, -- end of [185]
                                            [65] = 
                                            {
                                                ["y"] = 551423.9375,
                                                ["x"] = -200939.890625,
                                            }, -- end of [65]
                                            [69] = 
                                            {
                                                ["y"] = 551389.5,
                                                ["x"] = -200836.03125,
                                            }, -- end of [69]
                                            [73] = 
                                            {
                                                ["y"] = 551387.5625,
                                                ["x"] = -200751.96875,
                                            }, -- end of [73]
                                            [77] = 
                                            {
                                                ["y"] = 551413.5,
                                                ["x"] = -200672.015625,
                                            }, -- end of [77]
                                            [81] = 
                                            {
                                                ["y"] = 551464.5625,
                                                ["x"] = -200605.1875,
                                            }, -- end of [81]
                                            [85] = 
                                            {
                                                ["y"] = 551546.875,
                                                ["x"] = -200539.453125,
                                            }, -- end of [85]
                                            [89] = 
                                            {
                                                ["y"] = 551634.3125,
                                                ["x"] = -200441.59375,
                                            }, -- end of [89]
                                            [93] = 
                                            {
                                                ["y"] = 551698.3125,
                                                ["x"] = -200327.078125,
                                            }, -- end of [93]
                                            [97] = 
                                            {
                                                ["y"] = 551735.875,
                                                ["x"] = -200201.375,
                                            }, -- end of [97]
                                            [101] = 
                                            {
                                                ["y"] = 551745.25,
                                                ["x"] = -200070.5,
                                            }, -- end of [101]
                                            [105] = 
                                            {
                                                ["y"] = 551736.0625,
                                                ["x"] = -199931.15625,
                                            }, -- end of [105]
                                            [109] = 
                                            {
                                                ["y"] = 551693.5625,
                                                ["x"] = -199863.3125,
                                            }, -- end of [109]
                                            [113] = 
                                            {
                                                ["y"] = 551643.9375,
                                                ["x"] = -199817.90625,
                                            }, -- end of [113]
                                            [117] = 
                                            {
                                                ["y"] = 551579.4375,
                                                ["x"] = -199798.75,
                                            }, -- end of [117]
                                            [121] = 
                                            {
                                                ["y"] = 551513.0625,
                                                ["x"] = -199809.71875,
                                            }, -- end of [121]
                                            [125] = 
                                            {
                                                ["y"] = 551177.3125,
                                                ["x"] = -200109.90625,
                                            }, -- end of [125]
                                            [130] = 
                                            {
                                                ["y"] = 551076,
                                                ["x"] = -200172.21875,
                                            }, -- end of [130]
                                            [138] = 
                                            {
                                                ["y"] = 550887.8125,
                                                ["x"] = -200178.375,
                                            }, -- end of [138]
                                            [146] = 
                                            {
                                                ["y"] = 549674.1875,
                                                ["x"] = -199576.640625,
                                            }, -- end of [146]
                                            [154] = 
                                            {
                                                ["y"] = 548886.9375,
                                                ["x"] = -198997.734375,
                                            }, -- end of [154]
                                            [162] = 
                                            {
                                                ["y"] = 547827.3125,
                                                ["x"] = -198614.3125,
                                            }, -- end of [162]
                                            [170] = 
                                            {
                                                ["y"] = 546742.25,
                                                ["x"] = -198450.265625,
                                            }, -- end of [170]
                                            [178] = 
                                            {
                                                ["y"] = 545890,
                                                ["x"] = -198276.734375,
                                            }, -- end of [178]
                                            [183] = 
                                            {
                                                ["y"] = 545486.875,
                                                ["x"] = -198252.046875,
                                            }, -- end of [183]
                                            [179] = 
                                            {
                                                ["y"] = 545706.4375,
                                                ["x"] = -198272.421875,
                                            }, -- end of [179]
                                            [175] = 
                                            {
                                                ["y"] = 545970.5,
                                                ["x"] = -198284.578125,
                                            }, -- end of [175]
                                            [174] = 
                                            {
                                                ["y"] = 545996.9375,
                                                ["x"] = -198289.796875,
                                            }, -- end of [174]
                                            [171] = 
                                            {
                                                ["y"] = 546704.3125,
                                                ["x"] = -198445.1875,
                                            }, -- end of [171]
                                            [167] = 
                                            {
                                                ["y"] = 547556.875,
                                                ["x"] = -198547.875,
                                            }, -- end of [167]
                                            [163] = 
                                            {
                                                ["y"] = 547774,
                                                ["x"] = -198598.015625,
                                            }, -- end of [163]
                                            [159] = 
                                            {
                                                ["y"] = 548624.1875,
                                                ["x"] = -198873.59375,
                                            }, -- end of [159]
                                            [158] = 
                                            {
                                                ["y"] = 548678.125,
                                                ["x"] = -198895.34375,
                                            }, -- end of [158]
                                            [155] = 
                                            {
                                                ["y"] = 548835.875,
                                                ["x"] = -198969.859375,
                                            }, -- end of [155]
                                            [151] = 
                                            {
                                                ["y"] = 549035,
                                                ["x"] = -199090.0625,
                                            }, -- end of [151]
                                            [147] = 
                                            {
                                                ["y"] = 549624,
                                                ["x"] = -199541.28125,
                                            }, -- end of [147]
                                            [143] = 
                                            {
                                                ["y"] = 549831.125,
                                                ["x"] = -199673.265625,
                                            }, -- end of [143]
                                            [142] = 
                                            {
                                                ["y"] = 549885.3125,
                                                ["x"] = -199702.203125,
                                            }, -- end of [142]
                                            [139] = 
                                            {
                                                ["y"] = 550865.1875,
                                                ["x"] = -200170.703125,
                                            }, -- end of [139]
                                            [135] = 
                                            {
                                                ["y"] = 550958.5,
                                                ["x"] = -200190.28125,
                                            }, -- end of [135]
                                            [131] = 
                                            {
                                                ["y"] = 551053.25,
                                                ["x"] = -200179.578125,
                                            }, -- end of [131]
                                            [127] = 
                                            {
                                                ["y"] = 551139.875,
                                                ["x"] = -200139.65625,
                                            }, -- end of [127]
                                            [111] = 
                                            {
                                                ["y"] = 551671.3125,
                                                ["x"] = -199837.78125,
                                            }, -- end of [111]
                                            [95] = 
                                            {
                                                ["y"] = 551720.5625,
                                                ["x"] = -200265.25,
                                            }, -- end of [95]
                                            [79] = 
                                            {
                                                ["y"] = 551436.1875,
                                                ["x"] = -200636.4375,
                                            }, -- end of [79]
                                        }, -- end of [3]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 27,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 569552.87420654,
                                            ["x"] = -222557.14221191,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 8.2222222222222,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["enabled"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 9,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 6,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 3222.0576727454,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 553274.71949713,
                                            ["x"] = -206053.30944675,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 7.1944444444444,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 36,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 3780.8448437007,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 551999.89045544,
                                            ["x"] = -205125.06088632,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 7.1944444444444,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 192,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 5222.1463943859,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 545008.67279121,
                                            ["x"] = -198158.07990976,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 7.1944444444444,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = true,
                                }, -- end of ["route"]
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [9]
                            [10] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["lateActivation"] = true,
                                ["groupId"] = 39,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 570301.75113079,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Unit #079",
                                        ["unitId"] = 171,
                                        ["heading"] = -0.73046650246068,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -222921.38833291,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 570283.09713623,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #080",
                                        ["unitId"] = 172,
                                        ["heading"] = -0.73046650246068,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -222912.32111738,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 570256.12373331,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #081",
                                        ["unitId"] = 173,
                                        ["heading"] = -0.73046650246068,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -222899.21005652,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 570229.12947104,
                                        ["type"] = "HEMTT TFFT",
                                        ["name"] = "Unit #082",
                                        ["unitId"] = 174,
                                        ["heading"] = -0.73046650246068,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -222886.08885648,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 570202.12907365,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #083",
                                        ["unitId"] = 175,
                                        ["heading"] = -0.73046650246068,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -222872.96467432,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 570175.12867627,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #084",
                                        ["unitId"] = 176,
                                        ["heading"] = -0.73046650246068,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -222859.84049217,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 570148.12827888,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #085",
                                        ["unitId"] = 177,
                                        ["heading"] = -0.73046650246068,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -222846.71631001,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 570121.1278815,
                                        ["type"] = "M978 HEMTT Tanker",
                                        ["name"] = "Unit #088",
                                        ["unitId"] = 178,
                                        ["heading"] = -0.73046650246068,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -222833.59212786,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 570094.12584808,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #089",
                                        ["unitId"] = 179,
                                        ["heading"] = -0.73046650246068,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -222820.46715047,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 570067.1254507,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Unit #090",
                                        ["unitId"] = 180,
                                        ["heading"] = -0.73046650246068,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -222807.34296832,
                                    }, -- end of [10]
                                }, -- end of ["units"]
                                ["y"] = 570301.75113079,
                                ["x"] = -222921.38833291,
                                ["name"] = "Replacement Convoy 2",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [127] = 
                                            {
                                                ["y"] = 562829.125,
                                                ["x"] = -213853.078125,
                                            }, -- end of [127]
                                            [158] = 
                                            {
                                                ["y"] = 561415.3125,
                                                ["x"] = -212110.96875,
                                            }, -- end of [158]
                                            [190] = 
                                            {
                                                ["y"] = 558719.375,
                                                ["x"] = -209129.390625,
                                            }, -- end of [190]
                                            [222] = 
                                            {
                                                ["y"] = 556169.9375,
                                                ["x"] = -205847.296875,
                                            }, -- end of [222]
                                            [1] = 
                                            {
                                                ["y"] = 570301.75,
                                                ["x"] = -222921.390625,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 569576.75,
                                                ["x"] = -222568.984375,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 569525.375,
                                                ["x"] = -222542.90625,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 569474.875,
                                                ["x"] = -222515.109375,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 569425.3125,
                                                ["x"] = -222485.609375,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                ["y"] = 569376.8125,
                                                ["x"] = -222454.4375,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                ["y"] = 569329.4375,
                                                ["x"] = -222421.65625,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                ["y"] = 569283.1875,
                                                ["x"] = -222387.28125,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                ["y"] = 569194.25,
                                                ["x"] = -222313.90625,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                ["y"] = 569110.5,
                                                ["x"] = -222234.6875,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                ["y"] = 569032.3125,
                                                ["x"] = -222149.96875,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                ["y"] = 568836.1875,
                                                ["x"] = -221913.15625,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                ["y"] = 568742.3125,
                                                ["x"] = -221823.6875,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                ["y"] = 568630.125,
                                                ["x"] = -221758.703125,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                ["y"] = 568505.8125,
                                                ["x"] = -221721.78125,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                ["y"] = 567614.875,
                                                ["x"] = -221620.140625,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                ["y"] = 566899.5625,
                                                ["x"] = -219896.484375,
                                            }, -- end of [40]
                                            [48] = 
                                            {
                                                ["y"] = 566660.375,
                                                ["x"] = -219456.125,
                                            }, -- end of [48]
                                            [56] = 
                                            {
                                                ["y"] = 565316.25,
                                                ["x"] = -217997,
                                            }, -- end of [56]
                                            [64] = 
                                            {
                                                ["y"] = 565200.25,
                                                ["x"] = -217695.125,
                                            }, -- end of [64]
                                            [80] = 
                                            {
                                                ["y"] = 565043.4375,
                                                ["x"] = -216474.4375,
                                            }, -- end of [80]
                                            [96] = 
                                            {
                                                ["y"] = 564234,
                                                ["x"] = -215341.3125,
                                            }, -- end of [96]
                                            [112] = 
                                            {
                                                ["y"] = 563701.5625,
                                                ["x"] = -214815.671875,
                                            }, -- end of [112]
                                            [128] = 
                                            {
                                                ["y"] = 562785.0625,
                                                ["x"] = -213833.265625,
                                            }, -- end of [128]
                                            [160] = 
                                            {
                                                ["y"] = 560742.25,
                                                ["x"] = -211192.78125,
                                            }, -- end of [160]
                                            [192] = 
                                            {
                                                ["y"] = 558591.3125,
                                                ["x"] = -208970.625,
                                            }, -- end of [192]
                                            [224] = 
                                            {
                                                ["y"] = 556144.9375,
                                                ["x"] = -205833.515625,
                                            }, -- end of [224]
                                            [256] = 
                                            {
                                                ["y"] = 555403.8125,
                                                ["x"] = -205680.96875,
                                            }, -- end of [256]
                                            [257] = 
                                            {
                                                ["y"] = 555390.75,
                                                ["x"] = -205670.25,
                                            }, -- end of [257]
                                            [129] = 
                                            {
                                                ["y"] = 562741.875,
                                                ["x"] = -213811.6875,
                                            }, -- end of [129]
                                            [161] = 
                                            {
                                                ["y"] = 560716.75,
                                                ["x"] = -211162.90625,
                                            }, -- end of [161]
                                            [193] = 
                                            {
                                                ["y"] = 558559.0625,
                                                ["x"] = -208927.453125,
                                            }, -- end of [193]
                                            [225] = 
                                            {
                                                ["y"] = 556131.375,
                                                ["x"] = -205829.125,
                                            }, -- end of [225]
                                            [258] = 
                                            {
                                                ["y"] = 555378.9375,
                                                ["x"] = -205658.171875,
                                            }, -- end of [258]
                                            [65] = 
                                            {
                                                ["y"] = 565186.5625,
                                                ["x"] = -217640.390625,
                                            }, -- end of [65]
                                            [81] = 
                                            {
                                                ["y"] = 565028.125,
                                                ["x"] = -216435.53125,
                                            }, -- end of [81]
                                            [97] = 
                                            {
                                                ["y"] = 564216.75,
                                                ["x"] = -215313.5,
                                            }, -- end of [97]
                                            [113] = 
                                            {
                                                ["y"] = 563693.4375,
                                                ["x"] = -214804.828125,
                                            }, -- end of [113]
                                            [130] = 
                                            {
                                                ["y"] = 562699.5625,
                                                ["x"] = -213788.390625,
                                            }, -- end of [130]
                                            [162] = 
                                            {
                                                ["y"] = 560689.875,
                                                ["x"] = -211134.3125,
                                            }, -- end of [162]
                                            [194] = 
                                            {
                                                ["y"] = 558527.9375,
                                                ["x"] = -208883.421875,
                                            }, -- end of [194]
                                            [226] = 
                                            {
                                                ["y"] = 556117.3125,
                                                ["x"] = -205826.484375,
                                            }, -- end of [226]
                                            [260] = 
                                            {
                                                ["y"] = 555359.6875,
                                                ["x"] = -205630.453125,
                                            }, -- end of [260]
                                            [261] = 
                                            {
                                                ["y"] = 555352.5,
                                                ["x"] = -205615.171875,
                                            }, -- end of [261]
                                            [131] = 
                                            {
                                                ["y"] = 562658.25,
                                                ["x"] = -213763.421875,
                                            }, -- end of [131]
                                            [163] = 
                                            {
                                                ["y"] = 560661.625,
                                                ["x"] = -211107.078125,
                                            }, -- end of [163]
                                            [195] = 
                                            {
                                                ["y"] = 558498.0625,
                                                ["x"] = -208838.578125,
                                            }, -- end of [195]
                                            [227] = 
                                            {
                                                ["y"] = 556103,
                                                ["x"] = -205825.671875,
                                            }, -- end of [227]
                                            [262] = 
                                            {
                                                ["y"] = 555296.0625,
                                                ["x"] = -205474.75,
                                            }, -- end of [262]
                                            [33] = 
                                            {
                                                ["y"] = 567610.1875,
                                                ["x"] = -221616.859375,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                ["y"] = 566875.8125,
                                                ["x"] = -219838.34375,
                                            }, -- end of [41]
                                            [49] = 
                                            {
                                                ["y"] = 566622.9375,
                                                ["x"] = -219405.71875,
                                            }, -- end of [49]
                                            [57] = 
                                            {
                                                ["y"] = 565303.125,
                                                ["x"] = -217979.46875,
                                            }, -- end of [57]
                                            [66] = 
                                            {
                                                ["y"] = 565174.4375,
                                                ["x"] = -217585.296875,
                                            }, -- end of [66]
                                            [82] = 
                                            {
                                                ["y"] = 565014,
                                                ["x"] = -216403.484375,
                                            }, -- end of [82]
                                            [98] = 
                                            {
                                                ["y"] = 564198.3125,
                                                ["x"] = -215286.453125,
                                            }, -- end of [98]
                                            [114] = 
                                            {
                                                ["y"] = 563247.1875,
                                                ["x"] = -214116.40625,
                                            }, -- end of [114]
                                            [132] = 
                                            {
                                                ["y"] = 562617.9375,
                                                ["x"] = -213736.796875,
                                            }, -- end of [132]
                                            [164] = 
                                            {
                                                ["y"] = 560632.0625,
                                                ["x"] = -211081.265625,
                                            }, -- end of [164]
                                            [196] = 
                                            {
                                                ["y"] = 558469.375,
                                                ["x"] = -208792.953125,
                                            }, -- end of [196]
                                            [228] = 
                                            {
                                                ["y"] = 556088.75,
                                                ["x"] = -205826.671875,
                                            }, -- end of [228]
                                            [264] = 
                                            {
                                                ["y"] = 555258.25,
                                                ["x"] = -205377.0625,
                                            }, -- end of [264]
                                            [265] = 
                                            {
                                                ["y"] = 555254.4375,
                                                ["x"] = -205374.234375,
                                            }, -- end of [265]
                                            [133] = 
                                            {
                                                ["y"] = 562578.75,
                                                ["x"] = -213708.578125,
                                            }, -- end of [133]
                                            [165] = 
                                            {
                                                ["y"] = 560601.25,
                                                ["x"] = -211056.921875,
                                            }, -- end of [165]
                                            [197] = 
                                            {
                                                ["y"] = 558380.8125,
                                                ["x"] = -208647.734375,
                                            }, -- end of [197]
                                            [229] = 
                                            {
                                                ["y"] = 556032.4375,
                                                ["x"] = -205834.265625,
                                            }, -- end of [229]
                                            [266] = 
                                            {
                                                ["y"] = 555249.8125,
                                                ["x"] = -205373.09375,
                                            }, -- end of [266]
                                            [67] = 
                                            {
                                                ["y"] = 565163.875,
                                                ["x"] = -217529.875,
                                            }, -- end of [67]
                                            [83] = 
                                            {
                                                ["y"] = 564995.75,
                                                ["x"] = -216365.828125,
                                            }, -- end of [83]
                                            [99] = 
                                            {
                                                ["y"] = 564178.75,
                                                ["x"] = -215260.25,
                                            }, -- end of [99]
                                            [115] = 
                                            {
                                                ["y"] = 563230.8125,
                                                ["x"] = -214092.6875,
                                            }, -- end of [115]
                                            [134] = 
                                            {
                                                ["y"] = 562540.75,
                                                ["x"] = -213678.8125,
                                            }, -- end of [134]
                                            [166] = 
                                            {
                                                ["y"] = 560569.25,
                                                ["x"] = -211034.140625,
                                            }, -- end of [166]
                                            [198] = 
                                            {
                                                ["y"] = 557600.6875,
                                                ["x"] = -207368.90625,
                                            }, -- end of [198]
                                            [230] = 
                                            {
                                                ["y"] = 556017.375,
                                                ["x"] = -205835.46875,
                                            }, -- end of [230]
                                            [268] = 
                                            {
                                                ["y"] = 554737.6875,
                                                ["x"] = -205546.09375,
                                            }, -- end of [268]
                                            [135] = 
                                            {
                                                ["y"] = 562503.9375,
                                                ["x"] = -213647.53125,
                                            }, -- end of [135]
                                            [167] = 
                                            {
                                                ["y"] = 560340,
                                                ["x"] = -210879.015625,
                                            }, -- end of [167]
                                            [199] = 
                                            {
                                                ["y"] = 557567.375,
                                                ["x"] = -207316.125,
                                            }, -- end of [199]
                                            [231] = 
                                            {
                                                ["y"] = 556002.1875,
                                                ["x"] = -205835.015625,
                                            }, -- end of [231]
                                            [17] = 
                                            {
                                                ["y"] = 568814.75,
                                                ["x"] = -221888.75,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                ["y"] = 568715.75,
                                                ["x"] = -221804.984375,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                ["y"] = 568599.9375,
                                                ["x"] = -221746.734375,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                ["y"] = 568473.625,
                                                ["x"] = -221717.21875,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                ["y"] = 567584.9375,
                                                ["x"] = -221592.484375,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                ["y"] = 566850.25,
                                                ["x"] = -219780.96875,
                                            }, -- end of [42]
                                            [50] = 
                                            {
                                                ["y"] = 566583.9375,
                                                ["x"] = -219356.5,
                                            }, -- end of [50]
                                            [58] = 
                                            {
                                                ["y"] = 565291.25,
                                                ["x"] = -217961.03125,
                                            }, -- end of [58]
                                            [68] = 
                                            {
                                                ["y"] = 565154.875,
                                                ["x"] = -217474.1875,
                                            }, -- end of [68]
                                            [84] = 
                                            {
                                                ["y"] = 564975.875,
                                                ["x"] = -216328.984375,
                                            }, -- end of [84]
                                            [100] = 
                                            {
                                                ["y"] = 564158.0625,
                                                ["x"] = -215234.890625,
                                            }, -- end of [100]
                                            [116] = 
                                            {
                                                ["y"] = 563213.125,
                                                ["x"] = -214069.9375,
                                            }, -- end of [116]
                                            [136] = 
                                            {
                                                ["y"] = 562468.4375,
                                                ["x"] = -213614.796875,
                                            }, -- end of [136]
                                            [168] = 
                                            {
                                                ["y"] = 560267.3125,
                                                ["x"] = -210829.796875,
                                            }, -- end of [168]
                                            [200] = 
                                            {
                                                ["y"] = 557532.375,
                                                ["x"] = -207264.421875,
                                            }, -- end of [200]
                                            [232] = 
                                            {
                                                ["y"] = 555987.1875,
                                                ["x"] = -205832.9375,
                                            }, -- end of [232]
                                            [137] = 
                                            {
                                                ["y"] = 562434.3125,
                                                ["x"] = -213580.65625,
                                            }, -- end of [137]
                                            [169] = 
                                            {
                                                ["y"] = 560257.1875,
                                                ["x"] = -210823.796875,
                                            }, -- end of [169]
                                            [201] = 
                                            {
                                                ["y"] = 557495.8125,
                                                ["x"] = -207213.828125,
                                            }, -- end of [201]
                                            [233] = 
                                            {
                                                ["y"] = 555972.5625,
                                                ["x"] = -205829.21875,
                                            }, -- end of [233]
                                            [69] = 
                                            {
                                                ["y"] = 565147.4375,
                                                ["x"] = -217418.25,
                                            }, -- end of [69]
                                            [85] = 
                                            {
                                                ["y"] = 564954.5,
                                                ["x"] = -216293,
                                            }, -- end of [85]
                                            [101] = 
                                            {
                                                ["y"] = 564136.25,
                                                ["x"] = -215210.46875,
                                            }, -- end of [101]
                                            [117] = 
                                            {
                                                ["y"] = 563194.1875,
                                                ["x"] = -214048.265625,
                                            }, -- end of [117]
                                            [138] = 
                                            {
                                                ["y"] = 562401.5625,
                                                ["x"] = -213545.1875,
                                            }, -- end of [138]
                                            [170] = 
                                            {
                                                ["y"] = 560246.4375,
                                                ["x"] = -210819.015625,
                                            }, -- end of [170]
                                            [202] = 
                                            {
                                                ["y"] = 557457.6875,
                                                ["x"] = -207164.390625,
                                            }, -- end of [202]
                                            [234] = 
                                            {
                                                ["y"] = 555958.375,
                                                ["x"] = -205823.9375,
                                            }, -- end of [234]
                                            [139] = 
                                            {
                                                ["y"] = 562370.25,
                                                ["x"] = -213508.421875,
                                            }, -- end of [139]
                                            [171] = 
                                            {
                                                ["y"] = 560235.25,
                                                ["x"] = -210815.53125,
                                            }, -- end of [171]
                                            [203] = 
                                            {
                                                ["y"] = 557418,
                                                ["x"] = -207116.171875,
                                            }, -- end of [203]
                                            [235] = 
                                            {
                                                ["y"] = 555944.8125,
                                                ["x"] = -205817.140625,
                                            }, -- end of [235]
                                            [35] = 
                                            {
                                                ["y"] = 567570.4375,
                                                ["x"] = -221577,
                                            }, -- end of [35]
                                            [43] = 
                                            {
                                                ["y"] = 566822.9375,
                                                ["x"] = -219724.4375,
                                            }, -- end of [43]
                                            [51] = 
                                            {
                                                ["y"] = 566561.4375,
                                                ["x"] = -219329.5,
                                            }, -- end of [51]
                                            [59] = 
                                            {
                                                ["y"] = 565280.8125,
                                                ["x"] = -217941.78125,
                                            }, -- end of [59]
                                            [70] = 
                                            {
                                                ["y"] = 565141.625,
                                                ["x"] = -217362.140625,
                                            }, -- end of [70]
                                            [86] = 
                                            {
                                                ["y"] = 564931.6875,
                                                ["x"] = -216257.9375,
                                            }, -- end of [86]
                                            [102] = 
                                            {
                                                ["y"] = 563851.6875,
                                                ["x"] = -214905.65625,
                                            }, -- end of [102]
                                            [118] = 
                                            {
                                                ["y"] = 563174,
                                                ["x"] = -214027.703125,
                                            }, -- end of [118]
                                            [140] = 
                                            {
                                                ["y"] = 562340.4375,
                                                ["x"] = -213470.421875,
                                            }, -- end of [140]
                                            [172] = 
                                            {
                                                ["y"] = 560223.6875,
                                                ["x"] = -210813.375,
                                            }, -- end of [172]
                                            [204] = 
                                            {
                                                ["y"] = 557376.875,
                                                ["x"] = -207069.21875,
                                            }, -- end of [204]
                                            [236] = 
                                            {
                                                ["y"] = 555854.875,
                                                ["x"] = -205765.640625,
                                            }, -- end of [236]
                                            [141] = 
                                            {
                                                ["y"] = 562312.1875,
                                                ["x"] = -213431.25,
                                            }, -- end of [141]
                                            [173] = 
                                            {
                                                ["y"] = 560184.625,
                                                ["x"] = -210809.03125,
                                            }, -- end of [173]
                                            [205] = 
                                            {
                                                ["y"] = 557334.3125,
                                                ["x"] = -207023.5625,
                                            }, -- end of [205]
                                            [237] = 
                                            {
                                                ["y"] = 555842.8125,
                                                ["x"] = -205759.640625,
                                            }, -- end of [237]
                                            [71] = 
                                            {
                                                ["y"] = 565137.375,
                                                ["x"] = -217305.890625,
                                            }, -- end of [71]
                                            [87] = 
                                            {
                                                ["y"] = 564907.375,
                                                ["x"] = -216223.859375,
                                            }, -- end of [87]
                                            [103] = 
                                            {
                                                ["y"] = 563837.375,
                                                ["x"] = -214891.9375,
                                            }, -- end of [103]
                                            [119] = 
                                            {
                                                ["y"] = 563152.625,
                                                ["x"] = -214008.359375,
                                            }, -- end of [119]
                                            [142] = 
                                            {
                                                ["y"] = 562285.5625,
                                                ["x"] = -213390.984375,
                                            }, -- end of [142]
                                            [174] = 
                                            {
                                                ["y"] = 559964.5,
                                                ["x"] = -210835.296875,
                                            }, -- end of [174]
                                            [206] = 
                                            {
                                                ["y"] = 557290.3125,
                                                ["x"] = -206979.265625,
                                            }, -- end of [206]
                                            [238] = 
                                            {
                                                ["y"] = 555830.125,
                                                ["x"] = -205755.0625,
                                            }, -- end of [238]
                                            [9] = 
                                            {
                                                ["y"] = 569238.0625,
                                                ["x"] = -222351.34375,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                ["y"] = 569151.6875,
                                                ["x"] = -222275.015625,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                ["y"] = 569070.6875,
                                                ["x"] = -222193,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                ["y"] = 568995.4375,
                                                ["x"] = -222105.671875,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                ["y"] = 568791.9375,
                                                ["x"] = -221865.640625,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                ["y"] = 568688.125,
                                                ["x"] = -221787.875,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                ["y"] = 568569.0625,
                                                ["x"] = -221736.5625,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                ["y"] = 567939.375,
                                                ["x"] = -221657.390625,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                ["y"] = 567557.3125,
                                                ["x"] = -221560.328125,
                                            }, -- end of [36]
                                            [44] = 
                                            {
                                                ["y"] = 566793.8125,
                                                ["x"] = -219668.78125,
                                            }, -- end of [44]
                                            [52] = 
                                            {
                                                ["y"] = 566528.8125,
                                                ["x"] = -219291.984375,
                                            }, -- end of [52]
                                            [60] = 
                                            {
                                                ["y"] = 565271.75,
                                                ["x"] = -217921.8125,
                                            }, -- end of [60]
                                            [72] = 
                                            {
                                                ["y"] = 565107.5,
                                                ["x"] = -216821.859375,
                                            }, -- end of [72]
                                            [88] = 
                                            {
                                                ["y"] = 564881.6875,
                                                ["x"] = -216190.828125,
                                            }, -- end of [88]
                                            [104] = 
                                            {
                                                ["y"] = 563821.8125,
                                                ["x"] = -214879.703125,
                                            }, -- end of [104]
                                            [120] = 
                                            {
                                                ["y"] = 563130.25,
                                                ["x"] = -213990.265625,
                                            }, -- end of [120]
                                            [144] = 
                                            {
                                                ["y"] = 562237.25,
                                                ["x"] = -213307.390625,
                                            }, -- end of [144]
                                            [176] = 
                                            {
                                                ["y"] = 559938,
                                                ["x"] = -210834.25,
                                            }, -- end of [176]
                                            [208] = 
                                            {
                                                ["y"] = 557198.3125,
                                                ["x"] = -206894.890625,
                                            }, -- end of [208]
                                            [240] = 
                                            {
                                                ["y"] = 555803.625,
                                                ["x"] = -205750.453125,
                                            }, -- end of [240]
                                            [145] = 
                                            {
                                                ["y"] = 562215.625,
                                                ["x"] = -213264.203125,
                                            }, -- end of [145]
                                            [177] = 
                                            {
                                                ["y"] = 559925.0625,
                                                ["x"] = -210831.09375,
                                            }, -- end of [177]
                                            [209] = 
                                            {
                                                ["y"] = 556420.1875,
                                                ["x"] = -206224.75,
                                            }, -- end of [209]
                                            [241] = 
                                            {
                                                ["y"] = 555790.125,
                                                ["x"] = -205750.484375,
                                            }, -- end of [241]
                                            [73] = 
                                            {
                                                ["y"] = 565103.6875,
                                                ["x"] = -216759.84375,
                                            }, -- end of [73]
                                            [89] = 
                                            {
                                                ["y"] = 564854.625,
                                                ["x"] = -216158.890625,
                                            }, -- end of [89]
                                            [105] = 
                                            {
                                                ["y"] = 563805.0625,
                                                ["x"] = -214869.0625,
                                            }, -- end of [105]
                                            [121] = 
                                            {
                                                ["y"] = 563106.8125,
                                                ["x"] = -213973.5,
                                            }, -- end of [121]
                                            [146] = 
                                            {
                                                ["y"] = 562195.75,
                                                ["x"] = -213220.171875,
                                            }, -- end of [146]
                                            [178] = 
                                            {
                                                ["y"] = 559912.6875,
                                                ["x"] = -210826.265625,
                                            }, -- end of [178]
                                            [210] = 
                                            {
                                                ["y"] = 556396.6875,
                                                ["x"] = -206203.34375,
                                            }, -- end of [210]
                                            [242] = 
                                            {
                                                ["y"] = 555776.75,
                                                ["x"] = -205752.078125,
                                            }, -- end of [242]
                                            [147] = 
                                            {
                                                ["y"] = 562031.9375,
                                                ["x"] = -212836.296875,
                                            }, -- end of [147]
                                            [179] = 
                                            {
                                                ["y"] = 559901.0625,
                                                ["x"] = -210819.84375,
                                            }, -- end of [179]
                                            [211] = 
                                            {
                                                ["y"] = 556374.3125,
                                                ["x"] = -206180.734375,
                                            }, -- end of [211]
                                            [243] = 
                                            {
                                                ["y"] = 555763.625,
                                                ["x"] = -205755.203125,
                                            }, -- end of [243]
                                            [37] = 
                                            {
                                                ["y"] = 567545.625,
                                                ["x"] = -221542.59375,
                                            }, -- end of [37]
                                            [45] = 
                                            {
                                                ["y"] = 566763,
                                                ["x"] = -219614.078125,
                                            }, -- end of [45]
                                            [53] = 
                                            {
                                                ["y"] = 566495.25,
                                                ["x"] = -219255.296875,
                                            }, -- end of [53]
                                            [61] = 
                                            {
                                                ["y"] = 565264.25,
                                                ["x"] = -217901.234375,
                                            }, -- end of [61]
                                            [74] = 
                                            {
                                                ["y"] = 565100.25,
                                                ["x"] = -216718.171875,
                                            }, -- end of [74]
                                            [90] = 
                                            {
                                                ["y"] = 564441.8125,
                                                ["x"] = -215692.1875,
                                            }, -- end of [90]
                                            [106] = 
                                            {
                                                ["y"] = 563787.375,
                                                ["x"] = -214860.125,
                                            }, -- end of [106]
                                            [122] = 
                                            {
                                                ["y"] = 563082.4375,
                                                ["x"] = -213958.109375,
                                            }, -- end of [122]
                                            [148] = 
                                            {
                                                ["y"] = 562027.3125,
                                                ["x"] = -212827.890625,
                                            }, -- end of [148]
                                            [180] = 
                                            {
                                                ["y"] = 559890.375,
                                                ["x"] = -210811.9375,
                                            }, -- end of [180]
                                            [212] = 
                                            {
                                                ["y"] = 556353.125,
                                                ["x"] = -206156.96875,
                                            }, -- end of [212]
                                            [244] = 
                                            {
                                                ["y"] = 555751,
                                                ["x"] = -205759.828125,
                                            }, -- end of [244]
                                            [149] = 
                                            {
                                                ["y"] = 562021.125,
                                                ["x"] = -212820.515625,
                                            }, -- end of [149]
                                            [181] = 
                                            {
                                                ["y"] = 559880.875,
                                                ["x"] = -210802.6875,
                                            }, -- end of [181]
                                            [213] = 
                                            {
                                                ["y"] = 556333.3125,
                                                ["x"] = -206132.125,
                                            }, -- end of [213]
                                            [245] = 
                                            {
                                                ["y"] = 555706.6875,
                                                ["x"] = -205779,
                                            }, -- end of [245]
                                            [75] = 
                                            {
                                                ["y"] = 565095.0625,
                                                ["x"] = -216676.671875,
                                            }, -- end of [75]
                                            [91] = 
                                            {
                                                ["y"] = 564421.625,
                                                ["x"] = -215668.09375,
                                            }, -- end of [91]
                                            [107] = 
                                            {
                                                ["y"] = 563768.9375,
                                                ["x"] = -214852.96875,
                                            }, -- end of [107]
                                            [123] = 
                                            {
                                                ["y"] = 563057.25,
                                                ["x"] = -213944.140625,
                                            }, -- end of [123]
                                            [150] = 
                                            {
                                                ["y"] = 561573.625,
                                                ["x"] = -212379.203125,
                                            }, -- end of [150]
                                            [182] = 
                                            {
                                                ["y"] = 559337.0625,
                                                ["x"] = -210199.21875,
                                            }, -- end of [182]
                                            [214] = 
                                            {
                                                ["y"] = 556314.8125,
                                                ["x"] = -206106.265625,
                                            }, -- end of [214]
                                            [246] = 
                                            {
                                                ["y"] = 555690.625,
                                                ["x"] = -205784.984375,
                                            }, -- end of [246]
                                            [151] = 
                                            {
                                                ["y"] = 561563.125,
                                                ["x"] = -212367.6875,
                                            }, -- end of [151]
                                            [183] = 
                                            {
                                                ["y"] = 559309.625,
                                                ["x"] = -210167.5,
                                            }, -- end of [183]
                                            [215] = 
                                            {
                                                ["y"] = 556297.6875,
                                                ["x"] = -206079.453125,
                                            }, -- end of [215]
                                            [247] = 
                                            {
                                                ["y"] = 555674.0625,
                                                ["x"] = -205789.28125,
                                            }, -- end of [247]
                                            [19] = 
                                            {
                                                ["y"] = 568767.75,
                                                ["x"] = -221843.9375,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                ["y"] = 568659.5625,
                                                ["x"] = -221772.421875,
                                            }, -- end of [23]
                                            [27] = 
                                            {
                                                ["y"] = 568537.6875,
                                                ["x"] = -221728.234375,
                                            }, -- end of [27]
                                            [31] = 
                                            {
                                                ["y"] = 567620.4375,
                                                ["x"] = -221621.6875,
                                            }, -- end of [31]
                                            [38] = 
                                            {
                                                ["y"] = 567535.4375,
                                                ["x"] = -221523.9375,
                                            }, -- end of [38]
                                            [46] = 
                                            {
                                                ["y"] = 566730.4375,
                                                ["x"] = -219560.359375,
                                            }, -- end of [46]
                                            [54] = 
                                            {
                                                ["y"] = 566018.4375,
                                                ["x"] = -218746.859375,
                                            }, -- end of [54]
                                            [62] = 
                                            {
                                                ["y"] = 565232.25,
                                                ["x"] = -217803.3125,
                                            }, -- end of [62]
                                            [76] = 
                                            {
                                                ["y"] = 565088.125,
                                                ["x"] = -216635.4375,
                                            }, -- end of [76]
                                            [92] = 
                                            {
                                                ["y"] = 564402.75,
                                                ["x"] = -215642.984375,
                                            }, -- end of [92]
                                            [108] = 
                                            {
                                                ["y"] = 563746.0625,
                                                ["x"] = -214845.40625,
                                            }, -- end of [108]
                                            [124] = 
                                            {
                                                ["y"] = 563031.3125,
                                                ["x"] = -213931.671875,
                                            }, -- end of [124]
                                            [152] = 
                                            {
                                                ["y"] = 561553.8125,
                                                ["x"] = -212355.140625,
                                            }, -- end of [152]
                                            [184] = 
                                            {
                                                ["y"] = 559283.5625,
                                                ["x"] = -210134.671875,
                                            }, -- end of [184]
                                            [216] = 
                                            {
                                                ["y"] = 556282,
                                                ["x"] = -206051.78125,
                                            }, -- end of [216]
                                            [248] = 
                                            {
                                                ["y"] = 555657.125,
                                                ["x"] = -205791.84375,
                                            }, -- end of [248]
                                            [153] = 
                                            {
                                                ["y"] = 561545.875,
                                                ["x"] = -212341.671875,
                                            }, -- end of [153]
                                            [185] = 
                                            {
                                                ["y"] = 559258.9375,
                                                ["x"] = -210100.765625,
                                            }, -- end of [185]
                                            [217] = 
                                            {
                                                ["y"] = 556267.8125,
                                                ["x"] = -206023.3125,
                                            }, -- end of [217]
                                            [249] = 
                                            {
                                                ["y"] = 555640,
                                                ["x"] = -205792.640625,
                                            }, -- end of [249]
                                            [77] = 
                                            {
                                                ["y"] = 565079.5,
                                                ["x"] = -216594.515625,
                                            }, -- end of [77]
                                            [93] = 
                                            {
                                                ["y"] = 564385.1875,
                                                ["x"] = -215616.90625,
                                            }, -- end of [93]
                                            [109] = 
                                            {
                                                ["y"] = 563733.5,
                                                ["x"] = -214840.328125,
                                            }, -- end of [109]
                                            [125] = 
                                            {
                                                ["y"] = 563004.6875,
                                                ["x"] = -213920.703125,
                                            }, -- end of [125]
                                            [154] = 
                                            {
                                                ["y"] = 561479,
                                                ["x"] = -212213.5,
                                            }, -- end of [154]
                                            [186] = 
                                            {
                                                ["y"] = 559235.6875,
                                                ["x"] = -210065.859375,
                                            }, -- end of [186]
                                            [218] = 
                                            {
                                                ["y"] = 556205.75,
                                                ["x"] = -205891.171875,
                                            }, -- end of [218]
                                            [250] = 
                                            {
                                                ["y"] = 555622.9375,
                                                ["x"] = -205791.671875,
                                            }, -- end of [250]
                                            [155] = 
                                            {
                                                ["y"] = 561464.5,
                                                ["x"] = -212186.984375,
                                            }, -- end of [155]
                                            [187] = 
                                            {
                                                ["y"] = 559214,
                                                ["x"] = -210030.015625,
                                            }, -- end of [187]
                                            [219] = 
                                            {
                                                ["y"] = 556199,
                                                ["x"] = -205878.578125,
                                            }, -- end of [219]
                                            [251] = 
                                            {
                                                ["y"] = 555606,
                                                ["x"] = -205788.953125,
                                            }, -- end of [251]
                                            [39] = 
                                            {
                                                ["y"] = 567526.9375,
                                                ["x"] = -221504.484375,
                                            }, -- end of [39]
                                            [47] = 
                                            {
                                                ["y"] = 566696.25,
                                                ["x"] = -219507.703125,
                                            }, -- end of [47]
                                            [55] = 
                                            {
                                                ["y"] = 565330.6875,
                                                ["x"] = -218013.515625,
                                            }, -- end of [55]
                                            [63] = 
                                            {
                                                ["y"] = 565215.5,
                                                ["x"] = -217749.4375,
                                            }, -- end of [63]
                                            [78] = 
                                            {
                                                ["y"] = 565069.1875,
                                                ["x"] = -216554,
                                            }, -- end of [78]
                                            [94] = 
                                            {
                                                ["y"] = 564367.875,
                                                ["x"] = -215590.765625,
                                            }, -- end of [94]
                                            [110] = 
                                            {
                                                ["y"] = 563721.75,
                                                ["x"] = -214833.59375,
                                            }, -- end of [110]
                                            [126] = 
                                            {
                                                ["y"] = 562873.875,
                                                ["x"] = -213871.109375,
                                            }, -- end of [126]
                                            [156] = 
                                            {
                                                ["y"] = 561449.0625,
                                                ["x"] = -212161.046875,
                                            }, -- end of [156]
                                            [188] = 
                                            {
                                                ["y"] = 559193.8125,
                                                ["x"] = -209993.28125,
                                            }, -- end of [188]
                                            [220] = 
                                            {
                                                ["y"] = 556190.6875,
                                                ["x"] = -205866.9375,
                                            }, -- end of [220]
                                            [252] = 
                                            {
                                                ["y"] = 555589.5,
                                                ["x"] = -205784.5,
                                            }, -- end of [252]
                                            [267] = 
                                            {
                                                ["y"] = 555245.125,
                                                ["x"] = -205373.8125,
                                            }, -- end of [267]
                                            [263] = 
                                            {
                                                ["y"] = 555260.6875,
                                                ["x"] = -205381.109375,
                                            }, -- end of [263]
                                            [259] = 
                                            {
                                                ["y"] = 555368.5625,
                                                ["x"] = -205644.84375,
                                            }, -- end of [259]
                                            [157] = 
                                            {
                                                ["y"] = 561432.6875,
                                                ["x"] = -212135.6875,
                                            }, -- end of [157]
                                            [189] = 
                                            {
                                                ["y"] = 558829.625,
                                                ["x"] = -209296.921875,
                                            }, -- end of [189]
                                            [221] = 
                                            {
                                                ["y"] = 556180.9375,
                                                ["x"] = -205856.453125,
                                            }, -- end of [221]
                                            [253] = 
                                            {
                                                ["y"] = 555573.5,
                                                ["x"] = -205778.375,
                                            }, -- end of [253]
                                            [255] = 
                                            {
                                                ["y"] = 555418,
                                                ["x"] = -205690.15625,
                                            }, -- end of [255]
                                            [254] = 
                                            {
                                                ["y"] = 555558.25,
                                                ["x"] = -205770.625,
                                            }, -- end of [254]
                                            [239] = 
                                            {
                                                ["y"] = 555817,
                                                ["x"] = -205751.984375,
                                            }, -- end of [239]
                                            [223] = 
                                            {
                                                ["y"] = 556157.875,
                                                ["x"] = -205839.609375,
                                            }, -- end of [223]
                                            [207] = 
                                            {
                                                ["y"] = 557245,
                                                ["x"] = -206936.359375,
                                            }, -- end of [207]
                                            [191] = 
                                            {
                                                ["y"] = 558624.75,
                                                ["x"] = -209012.90625,
                                            }, -- end of [191]
                                            [175] = 
                                            {
                                                ["y"] = 559951.1875,
                                                ["x"] = -210835.65625,
                                            }, -- end of [175]
                                            [159] = 
                                            {
                                                ["y"] = 560766.1875,
                                                ["x"] = -211223.875,
                                            }, -- end of [159]
                                            [79] = 
                                            {
                                                ["y"] = 565057.125,
                                                ["x"] = -216513.953125,
                                            }, -- end of [79]
                                            [95] = 
                                            {
                                                ["y"] = 564250,
                                                ["x"] = -215369.84375,
                                            }, -- end of [95]
                                            [111] = 
                                            {
                                                ["y"] = 563711.0625,
                                                ["x"] = -214825.328125,
                                            }, -- end of [111]
                                            [143] = 
                                            {
                                                ["y"] = 562260.5625,
                                                ["x"] = -213349.671875,
                                            }, -- end of [143]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [31] = 
                                            {
                                                ["y"] = 551617.375,
                                                ["x"] = -206679.578125,
                                            }, -- end of [31]
                                            [2] = 
                                            {
                                                ["y"] = 554238.1875,
                                                ["x"] = -205718.1875,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                ["y"] = 552568.4375,
                                                ["x"] = -206282.609375,
                                            }, -- end of [8]
                                            [32] = 
                                            {
                                                ["y"] = 551606.5,
                                                ["x"] = -206684.21875,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                ["y"] = 551596.4375,
                                                ["x"] = -206690.25,
                                            }, -- end of [33]
                                            [34] = 
                                            {
                                                ["y"] = 551587.1875,
                                                ["x"] = -206697.59375,
                                            }, -- end of [34]
                                            [35] = 
                                            {
                                                ["y"] = 551579,
                                                ["x"] = -206706.078125,
                                            }, -- end of [35]
                                            [9] = 
                                            {
                                                ["y"] = 552264.6875,
                                                ["x"] = -206324.640625,
                                            }, -- end of [9]
                                            [36] = 
                                            {
                                                ["y"] = 551507.5625,
                                                ["x"] = -206791.25,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                ["y"] = 551501.8125,
                                                ["x"] = -206799.171875,
                                            }, -- end of [37]
                                            [38] = 
                                            {
                                                ["y"] = 551497.1875,
                                                ["x"] = -206807.8125,
                                            }, -- end of [38]
                                            [39] = 
                                            {
                                                ["y"] = 551493.8125,
                                                ["x"] = -206817,
                                            }, -- end of [39]
                                            [10] = 
                                            {
                                                ["y"] = 552260.125,
                                                ["x"] = -206326.296875,
                                            }, -- end of [10]
                                            [40] = 
                                            {
                                                ["y"] = 551491.6875,
                                                ["x"] = -206826.578125,
                                            }, -- end of [40]
                                            [41] = 
                                            {
                                                ["y"] = 551490.875,
                                                ["x"] = -206836.34375,
                                            }, -- end of [41]
                                            [42] = 
                                            {
                                                ["y"] = 551487.3125,
                                                ["x"] = -207114.453125,
                                            }, -- end of [42]
                                            [43] = 
                                            {
                                                ["y"] = 551486.375,
                                                ["x"] = -207130.15625,
                                            }, -- end of [43]
                                            [11] = 
                                            {
                                                ["y"] = 552256.5,
                                                ["x"] = -206329.578125,
                                            }, -- end of [11]
                                            [44] = 
                                            {
                                                ["y"] = 551483.9375,
                                                ["x"] = -207145.6875,
                                            }, -- end of [44]
                                            [45] = 
                                            {
                                                ["y"] = 551480.125,
                                                ["x"] = -207160.9375,
                                            }, -- end of [45]
                                            [46] = 
                                            {
                                                ["y"] = 551474.8125,
                                                ["x"] = -207175.75,
                                            }, -- end of [46]
                                            [3] = 
                                            {
                                                ["y"] = 553167.375,
                                                ["x"] = -206090.546875,
                                            }, -- end of [3]
                                            [12] = 
                                            {
                                                ["y"] = 552254.375,
                                                ["x"] = -206334,
                                            }, -- end of [12]
                                            [48] = 
                                            {
                                                ["y"] = 551460.125,
                                                ["x"] = -207203.53125,
                                            }, -- end of [48]
                                            [49] = 
                                            {
                                                ["y"] = 551315.125,
                                                ["x"] = -207424.953125,
                                            }, -- end of [49]
                                            [50] = 
                                            {
                                                ["y"] = 551302.5625,
                                                ["x"] = -207442.4375,
                                            }, -- end of [50]
                                            [51] = 
                                            {
                                                ["y"] = 551288.6875,
                                                ["x"] = -207458.828125,
                                            }, -- end of [51]
                                            [13] = 
                                            {
                                                ["y"] = 552254.125,
                                                ["x"] = -206338.875,
                                            }, -- end of [13]
                                            [52] = 
                                            {
                                                ["y"] = 551273.5,
                                                ["x"] = -207474.03125,
                                            }, -- end of [52]
                                            [53] = 
                                            {
                                                ["y"] = 551257.125,
                                                ["x"] = -207487.9375,
                                            }, -- end of [53]
                                            [54] = 
                                            {
                                                ["y"] = 551109.3125,
                                                ["x"] = -207603.953125,
                                            }, -- end of [54]
                                            [55] = 
                                            {
                                                ["y"] = 551031.75,
                                                ["x"] = -207658.28125,
                                            }, -- end of [55]
                                            [14] = 
                                            {
                                                ["y"] = 552267.25,
                                                ["x"] = -206411.671875,
                                            }, -- end of [14]
                                            [56] = 
                                            {
                                                ["y"] = 551020.9375,
                                                ["x"] = -207664.9375,
                                            }, -- end of [56]
                                            [57] = 
                                            {
                                                ["y"] = 551009.4375,
                                                ["x"] = -207670.3125,
                                            }, -- end of [57]
                                            [58] = 
                                            {
                                                ["y"] = 550997.375,
                                                ["x"] = -207674.328125,
                                            }, -- end of [58]
                                            [59] = 
                                            {
                                                ["y"] = 550984.9375,
                                                ["x"] = -207676.9375,
                                            }, -- end of [59]
                                            [15] = 
                                            {
                                                ["y"] = 552267.125,
                                                ["x"] = -206415.5625,
                                            }, -- end of [15]
                                            [60] = 
                                            {
                                                ["y"] = 550972.3125,
                                                ["x"] = -207678.109375,
                                            }, -- end of [60]
                                            [61] = 
                                            {
                                                ["y"] = 550959.5625,
                                                ["x"] = -207677.828125,
                                            }, -- end of [61]
                                            [62] = 
                                            {
                                                ["y"] = 550702.5625,
                                                ["x"] = -207656.9375,
                                            }, -- end of [62]
                                            [1] = 
                                            {
                                                ["y"] = 554737.6875,
                                                ["x"] = -205546.09375,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 552685.75,
                                                ["x"] = -206254.90625,
                                            }, -- end of [4]
                                            [16] = 
                                            {
                                                ["y"] = 552265.5625,
                                                ["x"] = -206419.125,
                                            }, -- end of [16]
                                            [64] = 
                                            {
                                                ["y"] = 550667.375,
                                                ["x"] = -207655.6875,
                                            }, -- end of [64]
                                            [65] = 
                                            {
                                                ["y"] = 550649.8125,
                                                ["x"] = -207656.421875,
                                            }, -- end of [65]
                                            [66] = 
                                            {
                                                ["y"] = 550281.0625,
                                                ["x"] = -207681.359375,
                                            }, -- end of [66]
                                            [17] = 
                                            {
                                                ["y"] = 552262.75,
                                                ["x"] = -206421.8125,
                                            }, -- end of [17]
                                            [68] = 
                                            {
                                                ["y"] = 550237.75,
                                                ["x"] = -207681.3125,
                                            }, -- end of [68]
                                            [69] = 
                                            {
                                                ["y"] = 550216.1875,
                                                ["x"] = -207679.0625,
                                            }, -- end of [69]
                                            [70] = 
                                            {
                                                ["y"] = 550194.8125,
                                                ["x"] = -207675.34375,
                                            }, -- end of [70]
                                            [18] = 
                                            {
                                                ["y"] = 552259.0625,
                                                ["x"] = -206423.21875,
                                            }, -- end of [18]
                                            [72] = 
                                            {
                                                ["y"] = 550071.75,
                                                ["x"] = -207646.703125,
                                            }, -- end of [72]
                                            [73] = 
                                            {
                                                ["y"] = 550060.375,
                                                ["x"] = -207643,
                                            }, -- end of [73]
                                            [74] = 
                                            {
                                                ["y"] = 550049.5,
                                                ["x"] = -207637.953125,
                                            }, -- end of [74]
                                            [19] = 
                                            {
                                                ["y"] = 552095.875,
                                                ["x"] = -206452.390625,
                                            }, -- end of [19]
                                            [76] = 
                                            {
                                                ["y"] = 550030,
                                                ["x"] = -207624.09375,
                                            }, -- end of [76]
                                            [77] = 
                                            {
                                                ["y"] = 549759.625,
                                                ["x"] = -207365.453125,
                                            }, -- end of [77]
                                            [5] = 
                                            {
                                                ["y"] = 552656.9375,
                                                ["x"] = -206263.890625,
                                            }, -- end of [5]
                                            [20] = 
                                            {
                                                ["y"] = 552075.25,
                                                ["x"] = -206456.96875,
                                            }, -- end of [20]
                                            [80] = 
                                            {
                                                ["y"] = 549368.25,
                                                ["x"] = -207008.953125,
                                            }, -- end of [80]
                                            [81] = 
                                            {
                                                ["y"] = 549346.8125,
                                                ["x"] = -206986.140625,
                                            }, -- end of [81]
                                            [82] = 
                                            {
                                                ["y"] = 549294.0625,
                                                ["x"] = -206928.03125,
                                            }, -- end of [82]
                                            [21] = 
                                            {
                                                ["y"] = 552055.0625,
                                                ["x"] = -206463.203125,
                                            }, -- end of [21]
                                            [22] = 
                                            {
                                                ["y"] = 552035.4375,
                                                ["x"] = -206471.0625,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                ["y"] = 552016.5,
                                                ["x"] = -206480.5,
                                            }, -- end of [23]
                                            [6] = 
                                            {
                                                ["y"] = 552627.75,
                                                ["x"] = -206271.515625,
                                            }, -- end of [6]
                                            [24] = 
                                            {
                                                ["y"] = 551998.4375,
                                                ["x"] = -206491.4375,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 551783.375,
                                                ["x"] = -206633.890625,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                ["y"] = 551771.4375,
                                                ["x"] = -206641,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 551758.9375,
                                                ["x"] = -206646.921875,
                                            }, -- end of [27]
                                            [7] = 
                                            {
                                                ["y"] = 552598.25,
                                                ["x"] = -206277.765625,
                                            }, -- end of [7]
                                            [28] = 
                                            {
                                                ["y"] = 551745.9375,
                                                ["x"] = -206651.625,
                                            }, -- end of [28]
                                            [79] = 
                                            {
                                                ["y"] = 549390.5,
                                                ["x"] = -207030.96875,
                                            }, -- end of [79]
                                            [78] = 
                                            {
                                                ["y"] = 549413.5625,
                                                ["x"] = -207052.203125,
                                            }, -- end of [78]
                                            [29] = 
                                            {
                                                ["y"] = 551732.5,
                                                ["x"] = -206655.046875,
                                            }, -- end of [29]
                                            [75] = 
                                            {
                                                ["y"] = 550039.3125,
                                                ["x"] = -207631.609375,
                                            }, -- end of [75]
                                            [71] = 
                                            {
                                                ["y"] = 550105.4375,
                                                ["x"] = -207656.171875,
                                            }, -- end of [71]
                                            [67] = 
                                            {
                                                ["y"] = 550259.375,
                                                ["x"] = -207682.078125,
                                            }, -- end of [67]
                                            [30] = 
                                            {
                                                ["y"] = 551628.6875,
                                                ["x"] = -206676.421875,
                                            }, -- end of [30]
                                            [63] = 
                                            {
                                                ["y"] = 550685,
                                                ["x"] = -207655.859375,
                                            }, -- end of [63]
                                            [47] = 
                                            {
                                                ["y"] = 551468.125,
                                                ["x"] = -207189.984375,
                                            }, -- end of [47]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 546226.57142856,
                                                ["x"] = -203125.71428571,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 546226.57142856,
                                                ["x"] = -203125.71428571,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [3] = 
                                        {
                                            [31] = 
                                            {
                                                ["y"] = 548303.0625,
                                                ["x"] = -204420.625,
                                            }, -- end of [31]
                                            [2] = 
                                            {
                                                ["y"] = 549040.125,
                                                ["x"] = -206648.34375,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                ["y"] = 548979.8125,
                                                ["x"] = -206542.125,
                                            }, -- end of [8]
                                            [32] = 
                                            {
                                                ["y"] = 548285.1875,
                                                ["x"] = -204395.109375,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                ["y"] = 548265.875,
                                                ["x"] = -204370.625,
                                            }, -- end of [33]
                                            [34] = 
                                            {
                                                ["y"] = 548245.1875,
                                                ["x"] = -204347.296875,
                                            }, -- end of [34]
                                            [35] = 
                                            {
                                                ["y"] = 548223.1875,
                                                ["x"] = -204325.171875,
                                            }, -- end of [35]
                                            [9] = 
                                            {
                                                ["y"] = 548974.5625,
                                                ["x"] = -206522.28125,
                                            }, -- end of [9]
                                            [36] = 
                                            {
                                                ["y"] = 548200,
                                                ["x"] = -204304.34375,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                ["y"] = 548175.625,
                                                ["x"] = -204284.84375,
                                            }, -- end of [37]
                                            [38] = 
                                            {
                                                ["y"] = 548150.25,
                                                ["x"] = -204266.765625,
                                            }, -- end of [38]
                                            [39] = 
                                            {
                                                ["y"] = 548123.875,
                                                ["x"] = -204250.171875,
                                            }, -- end of [39]
                                            [10] = 
                                            {
                                                ["y"] = 548673.375,
                                                ["x"] = -205184.65625,
                                            }, -- end of [10]
                                            [40] = 
                                            {
                                                ["y"] = 548096.5625,
                                                ["x"] = -204235.09375,
                                            }, -- end of [40]
                                            [41] = 
                                            {
                                                ["y"] = 548031.875,
                                                ["x"] = -204202.609375,
                                            }, -- end of [41]
                                            [42] = 
                                            {
                                                ["y"] = 547753.8125,
                                                ["x"] = -204043.890625,
                                            }, -- end of [42]
                                            [43] = 
                                            {
                                                ["y"] = 547730.5625,
                                                ["x"] = -204029.578125,
                                            }, -- end of [43]
                                            [11] = 
                                            {
                                                ["y"] = 548665.5625,
                                                ["x"] = -205154.421875,
                                            }, -- end of [11]
                                            [44] = 
                                            {
                                                ["y"] = 547708.375,
                                                ["x"] = -204013.6875,
                                            }, -- end of [44]
                                            [45] = 
                                            {
                                                ["y"] = 547687.375,
                                                ["x"] = -203996.3125,
                                            }, -- end of [45]
                                            [46] = 
                                            {
                                                ["y"] = 547667.625,
                                                ["x"] = -203977.53125,
                                            }, -- end of [46]
                                            [3] = 
                                            {
                                                ["y"] = 549026.875,
                                                ["x"] = -206632.671875,
                                            }, -- end of [3]
                                            [12] = 
                                            {
                                                ["y"] = 548656.375,
                                                ["x"] = -205124.578125,
                                            }, -- end of [12]
                                            [48] = 
                                            {
                                                ["y"] = 547542.6875,
                                                ["x"] = -203833.203125,
                                            }, -- end of [48]
                                            [49] = 
                                            {
                                                ["y"] = 547512.625,
                                                ["x"] = -203798.9375,
                                            }, -- end of [49]
                                            [50] = 
                                            {
                                                ["y"] = 547481.25,
                                                ["x"] = -203765.84375,
                                            }, -- end of [50]
                                            [51] = 
                                            {
                                                ["y"] = 547448.6875,
                                                ["x"] = -203733.96875,
                                            }, -- end of [51]
                                            [13] = 
                                            {
                                                ["y"] = 548645.8125,
                                                ["x"] = -205095.171875,
                                            }, -- end of [13]
                                            [52] = 
                                            {
                                                ["y"] = 547414.9375,
                                                ["x"] = -203703.359375,
                                            }, -- end of [52]
                                            [53] = 
                                            {
                                                ["y"] = 547380.0625,
                                                ["x"] = -203674.046875,
                                            }, -- end of [53]
                                            [54] = 
                                            {
                                                ["y"] = 547344.0625,
                                                ["x"] = -203646.078125,
                                            }, -- end of [54]
                                            [55] = 
                                            {
                                                ["y"] = 547307.0625,
                                                ["x"] = -203619.5,
                                            }, -- end of [55]
                                            [14] = 
                                            {
                                                ["y"] = 548634,
                                                ["x"] = -205066.28125,
                                            }, -- end of [14]
                                            [56] = 
                                            {
                                                ["y"] = 547269.0625,
                                                ["x"] = -203594.34375,
                                            }, -- end of [56]
                                            [57] = 
                                            {
                                                ["y"] = 547230.125,
                                                ["x"] = -203570.640625,
                                            }, -- end of [57]
                                            [58] = 
                                            {
                                                ["y"] = 547190.3125,
                                                ["x"] = -203548.4375,
                                            }, -- end of [58]
                                            [59] = 
                                            {
                                                ["y"] = 547149.75,
                                                ["x"] = -203527.765625,
                                            }, -- end of [59]
                                            [15] = 
                                            {
                                                ["y"] = 548620.8125,
                                                ["x"] = -205037.96875,
                                            }, -- end of [15]
                                            [60] = 
                                            {
                                                ["y"] = 547108.375,
                                                ["x"] = -203508.65625,
                                            }, -- end of [60]
                                            [61] = 
                                            {
                                                ["y"] = 547066.3125,
                                                ["x"] = -203491.125,
                                            }, -- end of [61]
                                            [62] = 
                                            {
                                                ["y"] = 546329.25,
                                                ["x"] = -203200.15625,
                                            }, -- end of [62]
                                            [1] = 
                                            {
                                                ["y"] = 549294.0625,
                                                ["x"] = -206928.03125,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 549014.875,
                                                ["x"] = -206616.0625,
                                            }, -- end of [4]
                                            [16] = 
                                            {
                                                ["y"] = 548606.375,
                                                ["x"] = -205010.265625,
                                            }, -- end of [16]
                                            [64] = 
                                            {
                                                ["y"] = 546274.0625,
                                                ["x"] = -203180.828125,
                                            }, -- end of [64]
                                            [65] = 
                                            {
                                                ["y"] = 546245.9375,
                                                ["x"] = -203172.78125,
                                            }, -- end of [65]
                                            [66] = 
                                            {
                                                ["y"] = 546217.5625,
                                                ["x"] = -203165.859375,
                                            }, -- end of [66]
                                            [17] = 
                                            {
                                                ["y"] = 548514.8125,
                                                ["x"] = -204843.25,
                                            }, -- end of [17]
                                            [18] = 
                                            {
                                                ["y"] = 548506.0625,
                                                ["x"] = -204826.828125,
                                            }, -- end of [18]
                                            [19] = 
                                            {
                                                ["y"] = 548498.6875,
                                                ["x"] = -204809.734375,
                                            }, -- end of [19]
                                            [5] = 
                                            {
                                                ["y"] = 549004.0625,
                                                ["x"] = -206598.59375,
                                            }, -- end of [5]
                                            [20] = 
                                            {
                                                ["y"] = 548492.75,
                                                ["x"] = -204792.109375,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                ["y"] = 548482.25,
                                                ["x"] = -204755.734375,
                                            }, -- end of [21]
                                            [22] = 
                                            {
                                                ["y"] = 548476.9375,
                                                ["x"] = -204740.171875,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                ["y"] = 548470.3125,
                                                ["x"] = -204725.109375,
                                            }, -- end of [23]
                                            [6] = 
                                            {
                                                ["y"] = 548994.5625,
                                                ["x"] = -206580.390625,
                                            }, -- end of [6]
                                            [24] = 
                                            {
                                                ["y"] = 548462.375,
                                                ["x"] = -204710.65625,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 548435.5,
                                                ["x"] = -204665.828125,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                ["y"] = 548409.6875,
                                                ["x"] = -204620.34375,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 548385.0625,
                                                ["x"] = -204574.25,
                                            }, -- end of [27]
                                            [7] = 
                                            {
                                                ["y"] = 548986.5,
                                                ["x"] = -206561.53125,
                                            }, -- end of [7]
                                            [28] = 
                                            {
                                                ["y"] = 548385.0625,
                                                ["x"] = -204574.25,
                                            }, -- end of [28]
                                            [29] = 
                                            {
                                                ["y"] = 548334.4375,
                                                ["x"] = -204474.53125,
                                            }, -- end of [29]
                                            [30] = 
                                            {
                                                ["y"] = 548319.5,
                                                ["x"] = -204447.140625,
                                            }, -- end of [30]
                                            [63] = 
                                            {
                                                ["y"] = 546301.875,
                                                ["x"] = -203189.953125,
                                            }, -- end of [63]
                                            [47] = 
                                            {
                                                ["y"] = 547649.1875,
                                                ["x"] = -203957.421875,
                                            }, -- end of [47]
                                        }, -- end of [3]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 28,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 570301.75113079,
                                            ["x"] = -222921.38833291,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 8.2222222222222,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 10,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 14,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 3242.3384623604,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 554737.69325542,
                                            ["x"] = -205546.09502704,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 7.1944444444444,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 2,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 4242.8320642213,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 549294.03826942,
                                            ["x"] = -206928.01314941,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 7.1944444444444,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 23,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 5062.5587826733,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 546217.56394958,
                                            ["x"] = -203165.85266113,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 7.1944444444444,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = true,
                                }, -- end of ["route"]
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [10]
                            [11] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["lateActivation"] = true,
                                ["groupId"] = 40,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 570620.82685383,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Unit #091",
                                        ["unitId"] = 182,
                                        ["heading"] = -0.73549094651639,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -223076.48102164,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 570646.31433314,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #092",
                                        ["unitId"] = 183,
                                        ["heading"] = -0.73549094651639,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -223088.87143204,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 570673.30859542,
                                        ["type"] = "M978 HEMTT Tanker",
                                        ["name"] = "Unit #093",
                                        ["unitId"] = 184,
                                        ["heading"] = -0.73549094651639,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -223101.99263208,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 570700.18935823,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #094",
                                        ["unitId"] = 185,
                                        ["heading"] = -0.73549094651639,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -223115.05866303,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        ["y"] = 570727.24650535,
                                        ["type"] = "M978 HEMTT Tanker",
                                        ["name"] = "Unit #095",
                                        ["unitId"] = 186,
                                        ["heading"] = -0.73549094651639,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -223128.21042973,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        ["y"] = 570754.16704319,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #096",
                                        ["unitId"] = 187,
                                        ["heading"] = -0.73549094651639,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -223141.29741215,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        ["y"] = 570781.16744057,
                                        ["type"] = "M978 HEMTT Tanker",
                                        ["name"] = "Unit #097",
                                        ["unitId"] = 188,
                                        ["heading"] = -0.73549094651639,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -223154.42159431,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        ["y"] = 570808.18481266,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #098",
                                        ["unitId"] = 189,
                                        ["heading"] = -0.73549094651639,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -223167.55240953,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        ["y"] = 570835.18521005,
                                        ["type"] = "M 818",
                                        ["name"] = "Unit #099",
                                        ["unitId"] = 190,
                                        ["heading"] = -0.73549094651639,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -223180.67659169,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        ["y"] = 570862.16454356,
                                        ["type"] = "M1043 HMMWV Armament",
                                        ["name"] = "Unit #100",
                                        ["unitId"] = 191,
                                        ["heading"] = -0.73549094651639,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -223193.79053526,
                                    }, -- end of [10]
                                }, -- end of ["units"]
                                ["y"] = 570620.82685383,
                                ["x"] = -223076.48102164,
                                ["name"] = "Replacement Convoy Main",
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [127] = 
                                            {
                                                ["y"] = 562829.125,
                                                ["x"] = -213853.078125,
                                            }, -- end of [127]
                                            [158] = 
                                            {
                                                ["y"] = 561415.3125,
                                                ["x"] = -212110.96875,
                                            }, -- end of [158]
                                            [190] = 
                                            {
                                                ["y"] = 558719.375,
                                                ["x"] = -209129.390625,
                                            }, -- end of [190]
                                            [222] = 
                                            {
                                                ["y"] = 556169.9375,
                                                ["x"] = -205847.296875,
                                            }, -- end of [222]
                                            [1] = 
                                            {
                                                ["y"] = 570620.8125,
                                                ["x"] = -223076.484375,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 569576.75,
                                                ["x"] = -222568.984375,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 569525.375,
                                                ["x"] = -222542.90625,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                ["y"] = 569474.875,
                                                ["x"] = -222515.109375,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                ["y"] = 569425.3125,
                                                ["x"] = -222485.609375,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                ["y"] = 569376.8125,
                                                ["x"] = -222454.4375,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                ["y"] = 569329.4375,
                                                ["x"] = -222421.65625,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                ["y"] = 569283.1875,
                                                ["x"] = -222387.28125,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                ["y"] = 569194.25,
                                                ["x"] = -222313.90625,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                ["y"] = 569110.5,
                                                ["x"] = -222234.6875,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                ["y"] = 569032.3125,
                                                ["x"] = -222149.96875,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                ["y"] = 568836.1875,
                                                ["x"] = -221913.15625,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                ["y"] = 568742.3125,
                                                ["x"] = -221823.6875,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                ["y"] = 568630.125,
                                                ["x"] = -221758.703125,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                ["y"] = 568505.8125,
                                                ["x"] = -221721.78125,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                ["y"] = 567614.875,
                                                ["x"] = -221620.140625,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                ["y"] = 566899.5625,
                                                ["x"] = -219896.484375,
                                            }, -- end of [40]
                                            [48] = 
                                            {
                                                ["y"] = 566660.375,
                                                ["x"] = -219456.125,
                                            }, -- end of [48]
                                            [56] = 
                                            {
                                                ["y"] = 565316.25,
                                                ["x"] = -217997,
                                            }, -- end of [56]
                                            [64] = 
                                            {
                                                ["y"] = 565200.25,
                                                ["x"] = -217695.125,
                                            }, -- end of [64]
                                            [80] = 
                                            {
                                                ["y"] = 565043.4375,
                                                ["x"] = -216474.4375,
                                            }, -- end of [80]
                                            [96] = 
                                            {
                                                ["y"] = 564234,
                                                ["x"] = -215341.3125,
                                            }, -- end of [96]
                                            [112] = 
                                            {
                                                ["y"] = 563701.5625,
                                                ["x"] = -214815.671875,
                                            }, -- end of [112]
                                            [128] = 
                                            {
                                                ["y"] = 562785.0625,
                                                ["x"] = -213833.265625,
                                            }, -- end of [128]
                                            [160] = 
                                            {
                                                ["y"] = 560742.25,
                                                ["x"] = -211192.78125,
                                            }, -- end of [160]
                                            [192] = 
                                            {
                                                ["y"] = 558591.3125,
                                                ["x"] = -208970.625,
                                            }, -- end of [192]
                                            [224] = 
                                            {
                                                ["y"] = 556144.9375,
                                                ["x"] = -205833.515625,
                                            }, -- end of [224]
                                            [256] = 
                                            {
                                                ["y"] = 555403.8125,
                                                ["x"] = -205680.96875,
                                            }, -- end of [256]
                                            [257] = 
                                            {
                                                ["y"] = 555390.75,
                                                ["x"] = -205670.25,
                                            }, -- end of [257]
                                            [129] = 
                                            {
                                                ["y"] = 562741.875,
                                                ["x"] = -213811.6875,
                                            }, -- end of [129]
                                            [161] = 
                                            {
                                                ["y"] = 560716.75,
                                                ["x"] = -211162.90625,
                                            }, -- end of [161]
                                            [193] = 
                                            {
                                                ["y"] = 558559.0625,
                                                ["x"] = -208927.453125,
                                            }, -- end of [193]
                                            [225] = 
                                            {
                                                ["y"] = 556131.375,
                                                ["x"] = -205829.125,
                                            }, -- end of [225]
                                            [258] = 
                                            {
                                                ["y"] = 555378.9375,
                                                ["x"] = -205658.171875,
                                            }, -- end of [258]
                                            [65] = 
                                            {
                                                ["y"] = 565186.5625,
                                                ["x"] = -217640.390625,
                                            }, -- end of [65]
                                            [81] = 
                                            {
                                                ["y"] = 565028.125,
                                                ["x"] = -216435.53125,
                                            }, -- end of [81]
                                            [97] = 
                                            {
                                                ["y"] = 564216.75,
                                                ["x"] = -215313.5,
                                            }, -- end of [97]
                                            [113] = 
                                            {
                                                ["y"] = 563693.4375,
                                                ["x"] = -214804.828125,
                                            }, -- end of [113]
                                            [130] = 
                                            {
                                                ["y"] = 562699.5625,
                                                ["x"] = -213788.390625,
                                            }, -- end of [130]
                                            [162] = 
                                            {
                                                ["y"] = 560689.875,
                                                ["x"] = -211134.3125,
                                            }, -- end of [162]
                                            [194] = 
                                            {
                                                ["y"] = 558527.9375,
                                                ["x"] = -208883.421875,
                                            }, -- end of [194]
                                            [226] = 
                                            {
                                                ["y"] = 556117.3125,
                                                ["x"] = -205826.484375,
                                            }, -- end of [226]
                                            [260] = 
                                            {
                                                ["y"] = 555359.6875,
                                                ["x"] = -205630.453125,
                                            }, -- end of [260]
                                            [261] = 
                                            {
                                                ["y"] = 555352.5,
                                                ["x"] = -205615.171875,
                                            }, -- end of [261]
                                            [131] = 
                                            {
                                                ["y"] = 562658.25,
                                                ["x"] = -213763.421875,
                                            }, -- end of [131]
                                            [163] = 
                                            {
                                                ["y"] = 560661.625,
                                                ["x"] = -211107.078125,
                                            }, -- end of [163]
                                            [195] = 
                                            {
                                                ["y"] = 558498.0625,
                                                ["x"] = -208838.578125,
                                            }, -- end of [195]
                                            [227] = 
                                            {
                                                ["y"] = 556103,
                                                ["x"] = -205825.671875,
                                            }, -- end of [227]
                                            [262] = 
                                            {
                                                ["y"] = 555296.0625,
                                                ["x"] = -205474.75,
                                            }, -- end of [262]
                                            [33] = 
                                            {
                                                ["y"] = 567610.1875,
                                                ["x"] = -221616.859375,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                ["y"] = 566875.8125,
                                                ["x"] = -219838.34375,
                                            }, -- end of [41]
                                            [49] = 
                                            {
                                                ["y"] = 566622.9375,
                                                ["x"] = -219405.71875,
                                            }, -- end of [49]
                                            [57] = 
                                            {
                                                ["y"] = 565303.125,
                                                ["x"] = -217979.46875,
                                            }, -- end of [57]
                                            [66] = 
                                            {
                                                ["y"] = 565174.4375,
                                                ["x"] = -217585.296875,
                                            }, -- end of [66]
                                            [82] = 
                                            {
                                                ["y"] = 565014,
                                                ["x"] = -216403.484375,
                                            }, -- end of [82]
                                            [98] = 
                                            {
                                                ["y"] = 564198.3125,
                                                ["x"] = -215286.453125,
                                            }, -- end of [98]
                                            [114] = 
                                            {
                                                ["y"] = 563247.1875,
                                                ["x"] = -214116.40625,
                                            }, -- end of [114]
                                            [132] = 
                                            {
                                                ["y"] = 562617.9375,
                                                ["x"] = -213736.796875,
                                            }, -- end of [132]
                                            [164] = 
                                            {
                                                ["y"] = 560632.0625,
                                                ["x"] = -211081.265625,
                                            }, -- end of [164]
                                            [196] = 
                                            {
                                                ["y"] = 558469.375,
                                                ["x"] = -208792.953125,
                                            }, -- end of [196]
                                            [228] = 
                                            {
                                                ["y"] = 556088.75,
                                                ["x"] = -205826.671875,
                                            }, -- end of [228]
                                            [264] = 
                                            {
                                                ["y"] = 555258.25,
                                                ["x"] = -205377.0625,
                                            }, -- end of [264]
                                            [265] = 
                                            {
                                                ["y"] = 555254.4375,
                                                ["x"] = -205374.234375,
                                            }, -- end of [265]
                                            [133] = 
                                            {
                                                ["y"] = 562578.75,
                                                ["x"] = -213708.578125,
                                            }, -- end of [133]
                                            [165] = 
                                            {
                                                ["y"] = 560601.25,
                                                ["x"] = -211056.921875,
                                            }, -- end of [165]
                                            [197] = 
                                            {
                                                ["y"] = 558380.8125,
                                                ["x"] = -208647.734375,
                                            }, -- end of [197]
                                            [229] = 
                                            {
                                                ["y"] = 556032.4375,
                                                ["x"] = -205834.265625,
                                            }, -- end of [229]
                                            [266] = 
                                            {
                                                ["y"] = 555249.8125,
                                                ["x"] = -205373.09375,
                                            }, -- end of [266]
                                            [67] = 
                                            {
                                                ["y"] = 565163.875,
                                                ["x"] = -217529.875,
                                            }, -- end of [67]
                                            [83] = 
                                            {
                                                ["y"] = 564995.75,
                                                ["x"] = -216365.828125,
                                            }, -- end of [83]
                                            [99] = 
                                            {
                                                ["y"] = 564178.75,
                                                ["x"] = -215260.25,
                                            }, -- end of [99]
                                            [115] = 
                                            {
                                                ["y"] = 563230.8125,
                                                ["x"] = -214092.6875,
                                            }, -- end of [115]
                                            [134] = 
                                            {
                                                ["y"] = 562540.75,
                                                ["x"] = -213678.8125,
                                            }, -- end of [134]
                                            [166] = 
                                            {
                                                ["y"] = 560569.25,
                                                ["x"] = -211034.140625,
                                            }, -- end of [166]
                                            [198] = 
                                            {
                                                ["y"] = 557600.6875,
                                                ["x"] = -207368.90625,
                                            }, -- end of [198]
                                            [230] = 
                                            {
                                                ["y"] = 556017.375,
                                                ["x"] = -205835.46875,
                                            }, -- end of [230]
                                            [268] = 
                                            {
                                                ["y"] = 554753.5,
                                                ["x"] = -205540.71875,
                                            }, -- end of [268]
                                            [135] = 
                                            {
                                                ["y"] = 562503.9375,
                                                ["x"] = -213647.53125,
                                            }, -- end of [135]
                                            [167] = 
                                            {
                                                ["y"] = 560340,
                                                ["x"] = -210879.015625,
                                            }, -- end of [167]
                                            [199] = 
                                            {
                                                ["y"] = 557567.375,
                                                ["x"] = -207316.125,
                                            }, -- end of [199]
                                            [231] = 
                                            {
                                                ["y"] = 556002.1875,
                                                ["x"] = -205835.015625,
                                            }, -- end of [231]
                                            [17] = 
                                            {
                                                ["y"] = 568814.75,
                                                ["x"] = -221888.75,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                ["y"] = 568715.75,
                                                ["x"] = -221804.984375,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                ["y"] = 568599.9375,
                                                ["x"] = -221746.734375,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                ["y"] = 568473.625,
                                                ["x"] = -221717.21875,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                ["y"] = 567584.9375,
                                                ["x"] = -221592.484375,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                ["y"] = 566850.25,
                                                ["x"] = -219780.96875,
                                            }, -- end of [42]
                                            [50] = 
                                            {
                                                ["y"] = 566583.9375,
                                                ["x"] = -219356.5,
                                            }, -- end of [50]
                                            [58] = 
                                            {
                                                ["y"] = 565291.25,
                                                ["x"] = -217961.03125,
                                            }, -- end of [58]
                                            [68] = 
                                            {
                                                ["y"] = 565154.875,
                                                ["x"] = -217474.1875,
                                            }, -- end of [68]
                                            [84] = 
                                            {
                                                ["y"] = 564975.875,
                                                ["x"] = -216328.984375,
                                            }, -- end of [84]
                                            [100] = 
                                            {
                                                ["y"] = 564158.0625,
                                                ["x"] = -215234.890625,
                                            }, -- end of [100]
                                            [116] = 
                                            {
                                                ["y"] = 563213.125,
                                                ["x"] = -214069.9375,
                                            }, -- end of [116]
                                            [136] = 
                                            {
                                                ["y"] = 562468.4375,
                                                ["x"] = -213614.796875,
                                            }, -- end of [136]
                                            [168] = 
                                            {
                                                ["y"] = 560267.3125,
                                                ["x"] = -210829.796875,
                                            }, -- end of [168]
                                            [200] = 
                                            {
                                                ["y"] = 557532.375,
                                                ["x"] = -207264.421875,
                                            }, -- end of [200]
                                            [232] = 
                                            {
                                                ["y"] = 555987.1875,
                                                ["x"] = -205832.9375,
                                            }, -- end of [232]
                                            [137] = 
                                            {
                                                ["y"] = 562434.3125,
                                                ["x"] = -213580.65625,
                                            }, -- end of [137]
                                            [169] = 
                                            {
                                                ["y"] = 560257.1875,
                                                ["x"] = -210823.796875,
                                            }, -- end of [169]
                                            [201] = 
                                            {
                                                ["y"] = 557495.8125,
                                                ["x"] = -207213.828125,
                                            }, -- end of [201]
                                            [233] = 
                                            {
                                                ["y"] = 555972.5625,
                                                ["x"] = -205829.21875,
                                            }, -- end of [233]
                                            [69] = 
                                            {
                                                ["y"] = 565147.4375,
                                                ["x"] = -217418.25,
                                            }, -- end of [69]
                                            [85] = 
                                            {
                                                ["y"] = 564954.5,
                                                ["x"] = -216293,
                                            }, -- end of [85]
                                            [101] = 
                                            {
                                                ["y"] = 564136.25,
                                                ["x"] = -215210.46875,
                                            }, -- end of [101]
                                            [117] = 
                                            {
                                                ["y"] = 563194.1875,
                                                ["x"] = -214048.265625,
                                            }, -- end of [117]
                                            [138] = 
                                            {
                                                ["y"] = 562401.5625,
                                                ["x"] = -213545.1875,
                                            }, -- end of [138]
                                            [170] = 
                                            {
                                                ["y"] = 560246.4375,
                                                ["x"] = -210819.015625,
                                            }, -- end of [170]
                                            [202] = 
                                            {
                                                ["y"] = 557457.6875,
                                                ["x"] = -207164.390625,
                                            }, -- end of [202]
                                            [234] = 
                                            {
                                                ["y"] = 555958.375,
                                                ["x"] = -205823.9375,
                                            }, -- end of [234]
                                            [139] = 
                                            {
                                                ["y"] = 562370.25,
                                                ["x"] = -213508.421875,
                                            }, -- end of [139]
                                            [171] = 
                                            {
                                                ["y"] = 560235.25,
                                                ["x"] = -210815.53125,
                                            }, -- end of [171]
                                            [203] = 
                                            {
                                                ["y"] = 557418,
                                                ["x"] = -207116.171875,
                                            }, -- end of [203]
                                            [235] = 
                                            {
                                                ["y"] = 555944.8125,
                                                ["x"] = -205817.140625,
                                            }, -- end of [235]
                                            [35] = 
                                            {
                                                ["y"] = 567570.4375,
                                                ["x"] = -221577,
                                            }, -- end of [35]
                                            [43] = 
                                            {
                                                ["y"] = 566822.9375,
                                                ["x"] = -219724.4375,
                                            }, -- end of [43]
                                            [51] = 
                                            {
                                                ["y"] = 566561.4375,
                                                ["x"] = -219329.5,
                                            }, -- end of [51]
                                            [59] = 
                                            {
                                                ["y"] = 565280.8125,
                                                ["x"] = -217941.78125,
                                            }, -- end of [59]
                                            [70] = 
                                            {
                                                ["y"] = 565141.625,
                                                ["x"] = -217362.140625,
                                            }, -- end of [70]
                                            [86] = 
                                            {
                                                ["y"] = 564931.6875,
                                                ["x"] = -216257.9375,
                                            }, -- end of [86]
                                            [102] = 
                                            {
                                                ["y"] = 563851.6875,
                                                ["x"] = -214905.65625,
                                            }, -- end of [102]
                                            [118] = 
                                            {
                                                ["y"] = 563174,
                                                ["x"] = -214027.703125,
                                            }, -- end of [118]
                                            [140] = 
                                            {
                                                ["y"] = 562340.4375,
                                                ["x"] = -213470.421875,
                                            }, -- end of [140]
                                            [172] = 
                                            {
                                                ["y"] = 560223.6875,
                                                ["x"] = -210813.375,
                                            }, -- end of [172]
                                            [204] = 
                                            {
                                                ["y"] = 557376.875,
                                                ["x"] = -207069.21875,
                                            }, -- end of [204]
                                            [236] = 
                                            {
                                                ["y"] = 555854.875,
                                                ["x"] = -205765.640625,
                                            }, -- end of [236]
                                            [141] = 
                                            {
                                                ["y"] = 562312.1875,
                                                ["x"] = -213431.25,
                                            }, -- end of [141]
                                            [173] = 
                                            {
                                                ["y"] = 560184.625,
                                                ["x"] = -210809.03125,
                                            }, -- end of [173]
                                            [205] = 
                                            {
                                                ["y"] = 557334.3125,
                                                ["x"] = -207023.5625,
                                            }, -- end of [205]
                                            [237] = 
                                            {
                                                ["y"] = 555842.8125,
                                                ["x"] = -205759.640625,
                                            }, -- end of [237]
                                            [71] = 
                                            {
                                                ["y"] = 565137.375,
                                                ["x"] = -217305.890625,
                                            }, -- end of [71]
                                            [87] = 
                                            {
                                                ["y"] = 564907.375,
                                                ["x"] = -216223.859375,
                                            }, -- end of [87]
                                            [103] = 
                                            {
                                                ["y"] = 563837.375,
                                                ["x"] = -214891.9375,
                                            }, -- end of [103]
                                            [119] = 
                                            {
                                                ["y"] = 563152.625,
                                                ["x"] = -214008.359375,
                                            }, -- end of [119]
                                            [142] = 
                                            {
                                                ["y"] = 562285.5625,
                                                ["x"] = -213390.984375,
                                            }, -- end of [142]
                                            [174] = 
                                            {
                                                ["y"] = 559964.5,
                                                ["x"] = -210835.296875,
                                            }, -- end of [174]
                                            [206] = 
                                            {
                                                ["y"] = 557290.3125,
                                                ["x"] = -206979.265625,
                                            }, -- end of [206]
                                            [238] = 
                                            {
                                                ["y"] = 555830.125,
                                                ["x"] = -205755.0625,
                                            }, -- end of [238]
                                            [9] = 
                                            {
                                                ["y"] = 569238.0625,
                                                ["x"] = -222351.34375,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                ["y"] = 569151.6875,
                                                ["x"] = -222275.015625,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                ["y"] = 569070.6875,
                                                ["x"] = -222193,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                ["y"] = 568995.4375,
                                                ["x"] = -222105.671875,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                ["y"] = 568791.9375,
                                                ["x"] = -221865.640625,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                ["y"] = 568688.125,
                                                ["x"] = -221787.875,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                ["y"] = 568569.0625,
                                                ["x"] = -221736.5625,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                ["y"] = 567939.375,
                                                ["x"] = -221657.390625,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                ["y"] = 567557.3125,
                                                ["x"] = -221560.328125,
                                            }, -- end of [36]
                                            [44] = 
                                            {
                                                ["y"] = 566793.8125,
                                                ["x"] = -219668.78125,
                                            }, -- end of [44]
                                            [52] = 
                                            {
                                                ["y"] = 566528.8125,
                                                ["x"] = -219291.984375,
                                            }, -- end of [52]
                                            [60] = 
                                            {
                                                ["y"] = 565271.75,
                                                ["x"] = -217921.8125,
                                            }, -- end of [60]
                                            [72] = 
                                            {
                                                ["y"] = 565107.5,
                                                ["x"] = -216821.859375,
                                            }, -- end of [72]
                                            [88] = 
                                            {
                                                ["y"] = 564881.6875,
                                                ["x"] = -216190.828125,
                                            }, -- end of [88]
                                            [104] = 
                                            {
                                                ["y"] = 563821.8125,
                                                ["x"] = -214879.703125,
                                            }, -- end of [104]
                                            [120] = 
                                            {
                                                ["y"] = 563130.25,
                                                ["x"] = -213990.265625,
                                            }, -- end of [120]
                                            [144] = 
                                            {
                                                ["y"] = 562237.25,
                                                ["x"] = -213307.390625,
                                            }, -- end of [144]
                                            [176] = 
                                            {
                                                ["y"] = 559938,
                                                ["x"] = -210834.25,
                                            }, -- end of [176]
                                            [208] = 
                                            {
                                                ["y"] = 557198.3125,
                                                ["x"] = -206894.890625,
                                            }, -- end of [208]
                                            [240] = 
                                            {
                                                ["y"] = 555803.625,
                                                ["x"] = -205750.453125,
                                            }, -- end of [240]
                                            [145] = 
                                            {
                                                ["y"] = 562215.625,
                                                ["x"] = -213264.203125,
                                            }, -- end of [145]
                                            [177] = 
                                            {
                                                ["y"] = 559925.0625,
                                                ["x"] = -210831.09375,
                                            }, -- end of [177]
                                            [209] = 
                                            {
                                                ["y"] = 556420.1875,
                                                ["x"] = -206224.75,
                                            }, -- end of [209]
                                            [241] = 
                                            {
                                                ["y"] = 555790.125,
                                                ["x"] = -205750.484375,
                                            }, -- end of [241]
                                            [73] = 
                                            {
                                                ["y"] = 565103.6875,
                                                ["x"] = -216759.84375,
                                            }, -- end of [73]
                                            [89] = 
                                            {
                                                ["y"] = 564854.625,
                                                ["x"] = -216158.890625,
                                            }, -- end of [89]
                                            [105] = 
                                            {
                                                ["y"] = 563805.0625,
                                                ["x"] = -214869.0625,
                                            }, -- end of [105]
                                            [121] = 
                                            {
                                                ["y"] = 563106.8125,
                                                ["x"] = -213973.5,
                                            }, -- end of [121]
                                            [146] = 
                                            {
                                                ["y"] = 562195.75,
                                                ["x"] = -213220.171875,
                                            }, -- end of [146]
                                            [178] = 
                                            {
                                                ["y"] = 559912.6875,
                                                ["x"] = -210826.265625,
                                            }, -- end of [178]
                                            [210] = 
                                            {
                                                ["y"] = 556396.6875,
                                                ["x"] = -206203.34375,
                                            }, -- end of [210]
                                            [242] = 
                                            {
                                                ["y"] = 555776.75,
                                                ["x"] = -205752.078125,
                                            }, -- end of [242]
                                            [147] = 
                                            {
                                                ["y"] = 562031.9375,
                                                ["x"] = -212836.296875,
                                            }, -- end of [147]
                                            [179] = 
                                            {
                                                ["y"] = 559901.0625,
                                                ["x"] = -210819.84375,
                                            }, -- end of [179]
                                            [211] = 
                                            {
                                                ["y"] = 556374.3125,
                                                ["x"] = -206180.734375,
                                            }, -- end of [211]
                                            [243] = 
                                            {
                                                ["y"] = 555763.625,
                                                ["x"] = -205755.203125,
                                            }, -- end of [243]
                                            [37] = 
                                            {
                                                ["y"] = 567545.625,
                                                ["x"] = -221542.59375,
                                            }, -- end of [37]
                                            [45] = 
                                            {
                                                ["y"] = 566763,
                                                ["x"] = -219614.078125,
                                            }, -- end of [45]
                                            [53] = 
                                            {
                                                ["y"] = 566495.25,
                                                ["x"] = -219255.296875,
                                            }, -- end of [53]
                                            [61] = 
                                            {
                                                ["y"] = 565264.25,
                                                ["x"] = -217901.234375,
                                            }, -- end of [61]
                                            [74] = 
                                            {
                                                ["y"] = 565100.25,
                                                ["x"] = -216718.171875,
                                            }, -- end of [74]
                                            [90] = 
                                            {
                                                ["y"] = 564441.8125,
                                                ["x"] = -215692.1875,
                                            }, -- end of [90]
                                            [106] = 
                                            {
                                                ["y"] = 563787.375,
                                                ["x"] = -214860.125,
                                            }, -- end of [106]
                                            [122] = 
                                            {
                                                ["y"] = 563082.4375,
                                                ["x"] = -213958.109375,
                                            }, -- end of [122]
                                            [148] = 
                                            {
                                                ["y"] = 562027.3125,
                                                ["x"] = -212827.890625,
                                            }, -- end of [148]
                                            [180] = 
                                            {
                                                ["y"] = 559890.375,
                                                ["x"] = -210811.9375,
                                            }, -- end of [180]
                                            [212] = 
                                            {
                                                ["y"] = 556353.125,
                                                ["x"] = -206156.96875,
                                            }, -- end of [212]
                                            [244] = 
                                            {
                                                ["y"] = 555751,
                                                ["x"] = -205759.828125,
                                            }, -- end of [244]
                                            [149] = 
                                            {
                                                ["y"] = 562021.125,
                                                ["x"] = -212820.515625,
                                            }, -- end of [149]
                                            [181] = 
                                            {
                                                ["y"] = 559880.875,
                                                ["x"] = -210802.6875,
                                            }, -- end of [181]
                                            [213] = 
                                            {
                                                ["y"] = 556333.3125,
                                                ["x"] = -206132.125,
                                            }, -- end of [213]
                                            [245] = 
                                            {
                                                ["y"] = 555706.6875,
                                                ["x"] = -205779,
                                            }, -- end of [245]
                                            [75] = 
                                            {
                                                ["y"] = 565095.0625,
                                                ["x"] = -216676.671875,
                                            }, -- end of [75]
                                            [91] = 
                                            {
                                                ["y"] = 564421.625,
                                                ["x"] = -215668.09375,
                                            }, -- end of [91]
                                            [107] = 
                                            {
                                                ["y"] = 563768.9375,
                                                ["x"] = -214852.96875,
                                            }, -- end of [107]
                                            [123] = 
                                            {
                                                ["y"] = 563057.25,
                                                ["x"] = -213944.140625,
                                            }, -- end of [123]
                                            [150] = 
                                            {
                                                ["y"] = 561573.625,
                                                ["x"] = -212379.203125,
                                            }, -- end of [150]
                                            [182] = 
                                            {
                                                ["y"] = 559337.0625,
                                                ["x"] = -210199.21875,
                                            }, -- end of [182]
                                            [214] = 
                                            {
                                                ["y"] = 556314.8125,
                                                ["x"] = -206106.265625,
                                            }, -- end of [214]
                                            [246] = 
                                            {
                                                ["y"] = 555690.625,
                                                ["x"] = -205784.984375,
                                            }, -- end of [246]
                                            [151] = 
                                            {
                                                ["y"] = 561563.125,
                                                ["x"] = -212367.6875,
                                            }, -- end of [151]
                                            [183] = 
                                            {
                                                ["y"] = 559309.625,
                                                ["x"] = -210167.5,
                                            }, -- end of [183]
                                            [215] = 
                                            {
                                                ["y"] = 556297.6875,
                                                ["x"] = -206079.453125,
                                            }, -- end of [215]
                                            [247] = 
                                            {
                                                ["y"] = 555674.0625,
                                                ["x"] = -205789.28125,
                                            }, -- end of [247]
                                            [19] = 
                                            {
                                                ["y"] = 568767.75,
                                                ["x"] = -221843.9375,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                ["y"] = 568659.5625,
                                                ["x"] = -221772.421875,
                                            }, -- end of [23]
                                            [27] = 
                                            {
                                                ["y"] = 568537.6875,
                                                ["x"] = -221728.234375,
                                            }, -- end of [27]
                                            [31] = 
                                            {
                                                ["y"] = 567620.4375,
                                                ["x"] = -221621.6875,
                                            }, -- end of [31]
                                            [38] = 
                                            {
                                                ["y"] = 567535.4375,
                                                ["x"] = -221523.9375,
                                            }, -- end of [38]
                                            [46] = 
                                            {
                                                ["y"] = 566730.4375,
                                                ["x"] = -219560.359375,
                                            }, -- end of [46]
                                            [54] = 
                                            {
                                                ["y"] = 566018.4375,
                                                ["x"] = -218746.859375,
                                            }, -- end of [54]
                                            [62] = 
                                            {
                                                ["y"] = 565232.25,
                                                ["x"] = -217803.3125,
                                            }, -- end of [62]
                                            [76] = 
                                            {
                                                ["y"] = 565088.125,
                                                ["x"] = -216635.4375,
                                            }, -- end of [76]
                                            [92] = 
                                            {
                                                ["y"] = 564402.75,
                                                ["x"] = -215642.984375,
                                            }, -- end of [92]
                                            [108] = 
                                            {
                                                ["y"] = 563746.0625,
                                                ["x"] = -214845.40625,
                                            }, -- end of [108]
                                            [124] = 
                                            {
                                                ["y"] = 563031.3125,
                                                ["x"] = -213931.671875,
                                            }, -- end of [124]
                                            [152] = 
                                            {
                                                ["y"] = 561553.8125,
                                                ["x"] = -212355.140625,
                                            }, -- end of [152]
                                            [184] = 
                                            {
                                                ["y"] = 559283.5625,
                                                ["x"] = -210134.671875,
                                            }, -- end of [184]
                                            [216] = 
                                            {
                                                ["y"] = 556282,
                                                ["x"] = -206051.78125,
                                            }, -- end of [216]
                                            [248] = 
                                            {
                                                ["y"] = 555657.125,
                                                ["x"] = -205791.84375,
                                            }, -- end of [248]
                                            [153] = 
                                            {
                                                ["y"] = 561545.875,
                                                ["x"] = -212341.671875,
                                            }, -- end of [153]
                                            [185] = 
                                            {
                                                ["y"] = 559258.9375,
                                                ["x"] = -210100.765625,
                                            }, -- end of [185]
                                            [217] = 
                                            {
                                                ["y"] = 556267.8125,
                                                ["x"] = -206023.3125,
                                            }, -- end of [217]
                                            [249] = 
                                            {
                                                ["y"] = 555640,
                                                ["x"] = -205792.640625,
                                            }, -- end of [249]
                                            [77] = 
                                            {
                                                ["y"] = 565079.5,
                                                ["x"] = -216594.515625,
                                            }, -- end of [77]
                                            [93] = 
                                            {
                                                ["y"] = 564385.1875,
                                                ["x"] = -215616.90625,
                                            }, -- end of [93]
                                            [109] = 
                                            {
                                                ["y"] = 563733.5,
                                                ["x"] = -214840.328125,
                                            }, -- end of [109]
                                            [125] = 
                                            {
                                                ["y"] = 563004.6875,
                                                ["x"] = -213920.703125,
                                            }, -- end of [125]
                                            [154] = 
                                            {
                                                ["y"] = 561479,
                                                ["x"] = -212213.5,
                                            }, -- end of [154]
                                            [186] = 
                                            {
                                                ["y"] = 559235.6875,
                                                ["x"] = -210065.859375,
                                            }, -- end of [186]
                                            [218] = 
                                            {
                                                ["y"] = 556205.75,
                                                ["x"] = -205891.171875,
                                            }, -- end of [218]
                                            [250] = 
                                            {
                                                ["y"] = 555622.9375,
                                                ["x"] = -205791.671875,
                                            }, -- end of [250]
                                            [155] = 
                                            {
                                                ["y"] = 561464.5,
                                                ["x"] = -212186.984375,
                                            }, -- end of [155]
                                            [187] = 
                                            {
                                                ["y"] = 559214,
                                                ["x"] = -210030.015625,
                                            }, -- end of [187]
                                            [219] = 
                                            {
                                                ["y"] = 556199,
                                                ["x"] = -205878.578125,
                                            }, -- end of [219]
                                            [251] = 
                                            {
                                                ["y"] = 555606,
                                                ["x"] = -205788.953125,
                                            }, -- end of [251]
                                            [39] = 
                                            {
                                                ["y"] = 567526.9375,
                                                ["x"] = -221504.484375,
                                            }, -- end of [39]
                                            [47] = 
                                            {
                                                ["y"] = 566696.25,
                                                ["x"] = -219507.703125,
                                            }, -- end of [47]
                                            [55] = 
                                            {
                                                ["y"] = 565330.6875,
                                                ["x"] = -218013.515625,
                                            }, -- end of [55]
                                            [63] = 
                                            {
                                                ["y"] = 565215.5,
                                                ["x"] = -217749.4375,
                                            }, -- end of [63]
                                            [78] = 
                                            {
                                                ["y"] = 565069.1875,
                                                ["x"] = -216554,
                                            }, -- end of [78]
                                            [94] = 
                                            {
                                                ["y"] = 564367.875,
                                                ["x"] = -215590.765625,
                                            }, -- end of [94]
                                            [110] = 
                                            {
                                                ["y"] = 563721.75,
                                                ["x"] = -214833.59375,
                                            }, -- end of [110]
                                            [126] = 
                                            {
                                                ["y"] = 562873.875,
                                                ["x"] = -213871.109375,
                                            }, -- end of [126]
                                            [156] = 
                                            {
                                                ["y"] = 561449.0625,
                                                ["x"] = -212161.046875,
                                            }, -- end of [156]
                                            [188] = 
                                            {
                                                ["y"] = 559193.8125,
                                                ["x"] = -209993.28125,
                                            }, -- end of [188]
                                            [220] = 
                                            {
                                                ["y"] = 556190.6875,
                                                ["x"] = -205866.9375,
                                            }, -- end of [220]
                                            [252] = 
                                            {
                                                ["y"] = 555589.5,
                                                ["x"] = -205784.5,
                                            }, -- end of [252]
                                            [267] = 
                                            {
                                                ["y"] = 555245.125,
                                                ["x"] = -205373.8125,
                                            }, -- end of [267]
                                            [263] = 
                                            {
                                                ["y"] = 555260.6875,
                                                ["x"] = -205381.109375,
                                            }, -- end of [263]
                                            [259] = 
                                            {
                                                ["y"] = 555368.5625,
                                                ["x"] = -205644.84375,
                                            }, -- end of [259]
                                            [157] = 
                                            {
                                                ["y"] = 561432.6875,
                                                ["x"] = -212135.6875,
                                            }, -- end of [157]
                                            [189] = 
                                            {
                                                ["y"] = 558829.625,
                                                ["x"] = -209296.921875,
                                            }, -- end of [189]
                                            [221] = 
                                            {
                                                ["y"] = 556180.9375,
                                                ["x"] = -205856.453125,
                                            }, -- end of [221]
                                            [253] = 
                                            {
                                                ["y"] = 555573.5,
                                                ["x"] = -205778.375,
                                            }, -- end of [253]
                                            [255] = 
                                            {
                                                ["y"] = 555418,
                                                ["x"] = -205690.15625,
                                            }, -- end of [255]
                                            [254] = 
                                            {
                                                ["y"] = 555558.25,
                                                ["x"] = -205770.625,
                                            }, -- end of [254]
                                            [239] = 
                                            {
                                                ["y"] = 555817,
                                                ["x"] = -205751.984375,
                                            }, -- end of [239]
                                            [223] = 
                                            {
                                                ["y"] = 556157.875,
                                                ["x"] = -205839.609375,
                                            }, -- end of [223]
                                            [207] = 
                                            {
                                                ["y"] = 557245,
                                                ["x"] = -206936.359375,
                                            }, -- end of [207]
                                            [191] = 
                                            {
                                                ["y"] = 558624.75,
                                                ["x"] = -209012.90625,
                                            }, -- end of [191]
                                            [175] = 
                                            {
                                                ["y"] = 559951.1875,
                                                ["x"] = -210835.65625,
                                            }, -- end of [175]
                                            [159] = 
                                            {
                                                ["y"] = 560766.1875,
                                                ["x"] = -211223.875,
                                            }, -- end of [159]
                                            [79] = 
                                            {
                                                ["y"] = 565057.125,
                                                ["x"] = -216513.953125,
                                            }, -- end of [79]
                                            [95] = 
                                            {
                                                ["y"] = 564250,
                                                ["x"] = -215369.84375,
                                            }, -- end of [95]
                                            [111] = 
                                            {
                                                ["y"] = 563711.0625,
                                                ["x"] = -214825.328125,
                                            }, -- end of [111]
                                            [143] = 
                                            {
                                                ["y"] = 562260.5625,
                                                ["x"] = -213349.671875,
                                            }, -- end of [143]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 554753.5,
                                                ["x"] = -205540.71875,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 554238.1875,
                                                ["x"] = -205718.1875,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                ["y"] = 553271.5,
                                                ["x"] = -206054.4375,
                                            }, -- end of [3]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 551860.85714285,
                                                ["x"] = -202814.28571428,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 551860.85714285,
                                                ["x"] = -202814.28571428,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [3] = 
                                        {
                                            [31] = 
                                            {
                                                ["y"] = 552582.25,
                                                ["x"] = -205081.78125,
                                            }, -- end of [31]
                                            [2] = 
                                            {
                                                ["y"] = 553195.3125,
                                                ["x"] = -206080.890625,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                ["y"] = 552914.0625,
                                                ["x"] = -205299.1875,
                                            }, -- end of [8]
                                            [32] = 
                                            {
                                                ["y"] = 552480.6875,
                                                ["x"] = -205064.46875,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                ["y"] = 552476.4375,
                                                ["x"] = -205062.65625,
                                            }, -- end of [33]
                                            [34] = 
                                            {
                                                ["y"] = 552473.1875,
                                                ["x"] = -205059.359375,
                                            }, -- end of [34]
                                            [35] = 
                                            {
                                                ["y"] = 552471.5,
                                                ["x"] = -205055.078125,
                                            }, -- end of [35]
                                            [9] = 
                                            {
                                                ["y"] = 552910.1875,
                                                ["x"] = -205290.796875,
                                            }, -- end of [9]
                                            [36] = 
                                            {
                                                ["y"] = 552471.5625,
                                                ["x"] = -205050.453125,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                ["y"] = 552514.1875,
                                                ["x"] = -204897.828125,
                                            }, -- end of [37]
                                            [38] = 
                                            {
                                                ["y"] = 552522.9375,
                                                ["x"] = -204862.40625,
                                            }, -- end of [38]
                                            [39] = 
                                            {
                                                ["y"] = 552529.875,
                                                ["x"] = -204826.59375,
                                            }, -- end of [39]
                                            [10] = 
                                            {
                                                ["y"] = 552904.875,
                                                ["x"] = -205283.1875,
                                            }, -- end of [10]
                                            [40] = 
                                            {
                                                ["y"] = 552535.0625,
                                                ["x"] = -204790.484375,
                                            }, -- end of [40]
                                            [41] = 
                                            {
                                                ["y"] = 552558.125,
                                                ["x"] = -204599.21875,
                                            }, -- end of [41]
                                            [42] = 
                                            {
                                                ["y"] = 552563.875,
                                                ["x"] = -204534.375,
                                            }, -- end of [42]
                                            [43] = 
                                            {
                                                ["y"] = 552566.0625,
                                                ["x"] = -204504.421875,
                                            }, -- end of [43]
                                            [11] = 
                                            {
                                                ["y"] = 552898.375,
                                                ["x"] = -205276.578125,
                                            }, -- end of [11]
                                            [44] = 
                                            {
                                                ["y"] = 552566.3125,
                                                ["x"] = -204474.40625,
                                            }, -- end of [44]
                                            [45] = 
                                            {
                                                ["y"] = 552564.625,
                                                ["x"] = -204444.421875,
                                            }, -- end of [45]
                                            [46] = 
                                            {
                                                ["y"] = 552545.1875,
                                                ["x"] = -204219.828125,
                                            }, -- end of [46]
                                            [3] = 
                                            {
                                                ["y"] = 553190.6875,
                                                ["x"] = -206081.546875,
                                            }, -- end of [3]
                                            [12] = 
                                            {
                                                ["y"] = 552890.875,
                                                ["x"] = -205271.171875,
                                            }, -- end of [12]
                                            [48] = 
                                            {
                                                ["y"] = 552538.625,
                                                ["x"] = -204182.015625,
                                            }, -- end of [48]
                                            [49] = 
                                            {
                                                ["y"] = 552533,
                                                ["x"] = -204163.671875,
                                            }, -- end of [49]
                                            [50] = 
                                            {
                                                ["y"] = 552525.8125,
                                                ["x"] = -204145.859375,
                                            }, -- end of [50]
                                            [51] = 
                                            {
                                                ["y"] = 552517.125,
                                                ["x"] = -204128.734375,
                                            }, -- end of [51]
                                            [13] = 
                                            {
                                                ["y"] = 552882.5625,
                                                ["x"] = -205267.09375,
                                            }, -- end of [13]
                                            [52] = 
                                            {
                                                ["y"] = 552507.0625,
                                                ["x"] = -204112.40625,
                                            }, -- end of [52]
                                            [53] = 
                                            {
                                                ["y"] = 552495.625,
                                                ["x"] = -204096.984375,
                                            }, -- end of [53]
                                            [54] = 
                                            {
                                                ["y"] = 552210.1875,
                                                ["x"] = -203744.953125,
                                            }, -- end of [54]
                                            [55] = 
                                            {
                                                ["y"] = 552203.5625,
                                                ["x"] = -203735.546875,
                                            }, -- end of [55]
                                            [14] = 
                                            {
                                                ["y"] = 552873.6875,
                                                ["x"] = -205264.484375,
                                            }, -- end of [14]
                                            [56] = 
                                            {
                                                ["y"] = 552198.25,
                                                ["x"] = -203725.328125,
                                            }, -- end of [56]
                                            [57] = 
                                            {
                                                ["y"] = 552194.4375,
                                                ["x"] = -203714.484375,
                                            }, -- end of [57]
                                            [58] = 
                                            {
                                                ["y"] = 552192.125,
                                                ["x"] = -203703.21875,
                                            }, -- end of [58]
                                            [59] = 
                                            {
                                                ["y"] = 552191.3125,
                                                ["x"] = -203691.75,
                                            }, -- end of [59]
                                            [15] = 
                                            {
                                                ["y"] = 552864.5,
                                                ["x"] = -205263.421875,
                                            }, -- end of [15]
                                            [60] = 
                                            {
                                                ["y"] = 552192.125,
                                                ["x"] = -203680.265625,
                                            }, -- end of [60]
                                            [61] = 
                                            {
                                                ["y"] = 552194.4375,
                                                ["x"] = -203669.015625,
                                            }, -- end of [61]
                                            [62] = 
                                            {
                                                ["y"] = 552198.3125,
                                                ["x"] = -203658.171875,
                                            }, -- end of [62]
                                            [1] = 
                                            {
                                                ["y"] = 553271.5,
                                                ["x"] = -206054.4375,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                ["y"] = 553186.125,
                                                ["x"] = -206080.390625,
                                            }, -- end of [4]
                                            [16] = 
                                            {
                                                ["y"] = 552561.625,
                                                ["x"] = -205254.5,
                                            }, -- end of [16]
                                            [64] = 
                                            {
                                                ["y"] = 552306,
                                                ["x"] = -203407.0625,
                                            }, -- end of [64]
                                            [65] = 
                                            {
                                                ["y"] = 552307.4375,
                                                ["x"] = -203396.6875,
                                            }, -- end of [65]
                                            [66] = 
                                            {
                                                ["y"] = 552306.9375,
                                                ["x"] = -203386.234375,
                                            }, -- end of [66]
                                            [17] = 
                                            {
                                                ["y"] = 552557.875,
                                                ["x"] = -205253.5,
                                            }, -- end of [17]
                                            [68] = 
                                            {
                                                ["y"] = 552300.5,
                                                ["x"] = -203366.40625,
                                            }, -- end of [68]
                                            [69] = 
                                            {
                                                ["y"] = 552294.75,
                                                ["x"] = -203357.6875,
                                            }, -- end of [69]
                                            [70] = 
                                            {
                                                ["y"] = 552287.4375,
                                                ["x"] = -203350.140625,
                                            }, -- end of [70]
                                            [18] = 
                                            {
                                                ["y"] = 552554.6875,
                                                ["x"] = -205251.125,
                                            }, -- end of [18]
                                            [72] = 
                                            {
                                                ["y"] = 551892.25,
                                                ["x"] = -203116.703125,
                                            }, -- end of [72]
                                            [73] = 
                                            {
                                                ["y"] = 551871.9375,
                                                ["x"] = -203103.875,
                                            }, -- end of [73]
                                            [74] = 
                                            {
                                                ["y"] = 551852.375,
                                                ["x"] = -203089.859375,
                                            }, -- end of [74]
                                            [19] = 
                                            {
                                                ["y"] = 552552.75,
                                                ["x"] = -205247.734375,
                                            }, -- end of [19]
                                            [76] = 
                                            {
                                                ["y"] = 551780.1875,
                                                ["x"] = -203028.59375,
                                            }, -- end of [76]
                                            [77] = 
                                            {
                                                ["y"] = 551777.875,
                                                ["x"] = -203025.40625,
                                            }, -- end of [77]
                                            [5] = 
                                            {
                                                ["y"] = 553182.375,
                                                ["x"] = -206077.59375,
                                            }, -- end of [5]
                                            [20] = 
                                            {
                                                ["y"] = 552552.1875,
                                                ["x"] = -205243.84375,
                                            }, -- end of [20]
                                            [80] = 
                                            {
                                                ["y"] = 551779.625,
                                                ["x"] = -203014.3125,
                                            }, -- end of [80]
                                            [81] = 
                                            {
                                                ["y"] = 551854.25,
                                                ["x"] = -202939.34375,
                                            }, -- end of [81]
                                            [82] = 
                                            {
                                                ["y"] = 551859,
                                                ["x"] = -202933.34375,
                                            }, -- end of [82]
                                            [21] = 
                                            {
                                                ["y"] = 552554.5,
                                                ["x"] = -205224.4375,
                                            }, -- end of [21]
                                            [84] = 
                                            {
                                                ["y"] = 551864.4375,
                                                ["x"] = -202919.078125,
                                            }, -- end of [84]
                                            [85] = 
                                            {
                                                ["y"] = 551864.875,
                                                ["x"] = -202911.421875,
                                            }, -- end of [85]
                                            [86] = 
                                            {
                                                ["y"] = 551863.75,
                                                ["x"] = -202903.828125,
                                            }, -- end of [86]
                                            [22] = 
                                            {
                                                ["y"] = 552555.9375,
                                                ["x"] = -205215.671875,
                                            }, -- end of [22]
                                            [88] = 
                                            {
                                                ["y"] = 551855.5625,
                                                ["x"] = -202869.5625,
                                            }, -- end of [88]
                                            [89] = 
                                            {
                                                ["y"] = 551855.1875,
                                                ["x"] = -202860.15625,
                                            }, -- end of [89]
                                            [90] = 
                                            {
                                                ["y"] = 551856.3125,
                                                ["x"] = -202850.8125,
                                            }, -- end of [90]
                                            [23] = 
                                            {
                                                ["y"] = 552558.1875,
                                                ["x"] = -205207.09375,
                                            }, -- end of [23]
                                            [92] = 
                                            {
                                                ["y"] = 551862.5,
                                                ["x"] = -202833.109375,
                                            }, -- end of [92]
                                            [93] = 
                                            {
                                                ["y"] = 551869.875,
                                                ["x"] = -202819.078125,
                                            }, -- end of [93]
                                            [6] = 
                                            {
                                                ["y"] = 553179.9375,
                                                ["x"] = -206073.5625,
                                            }, -- end of [6]
                                            [24] = 
                                            {
                                                ["y"] = 552570.3125,
                                                ["x"] = -205170.796875,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                ["y"] = 552575.75,
                                                ["x"] = -205153.1875,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                ["y"] = 552580.625,
                                                ["x"] = -205135.421875,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                ["y"] = 552591.5625,
                                                ["x"] = -205095.71875,
                                            }, -- end of [27]
                                            [91] = 
                                            {
                                                ["y"] = 551858.75,
                                                ["x"] = -202841.71875,
                                            }, -- end of [91]
                                            [87] = 
                                            {
                                                ["y"] = 551857.25,
                                                ["x"] = -202878.828125,
                                            }, -- end of [87]
                                            [7] = 
                                            {
                                                ["y"] = 552951.875,
                                                ["x"] = -205402.234375,
                                            }, -- end of [7]
                                            [28] = 
                                            {
                                                ["y"] = 552591.5625,
                                                ["x"] = -205091.109375,
                                            }, -- end of [28]
                                            [83] = 
                                            {
                                                ["y"] = 551862.5,
                                                ["x"] = -202926.5,
                                            }, -- end of [83]
                                            [79] = 
                                            {
                                                ["y"] = 551777.5625,
                                                ["x"] = -203017.6875,
                                            }, -- end of [79]
                                            [78] = 
                                            {
                                                ["y"] = 551776.9375,
                                                ["x"] = -203021.578125,
                                            }, -- end of [78]
                                            [29] = 
                                            {
                                                ["y"] = 552589.8125,
                                                ["x"] = -205086.828125,
                                            }, -- end of [29]
                                            [75] = 
                                            {
                                                ["y"] = 551833.75,
                                                ["x"] = -203074.6875,
                                            }, -- end of [75]
                                            [71] = 
                                            {
                                                ["y"] = 552278.9375,
                                                ["x"] = -203344.046875,
                                            }, -- end of [71]
                                            [67] = 
                                            {
                                                ["y"] = 552304.625,
                                                ["x"] = -203376.03125,
                                            }, -- end of [67]
                                            [30] = 
                                            {
                                                ["y"] = 552586.5625,
                                                ["x"] = -205083.5625,
                                            }, -- end of [30]
                                            [63] = 
                                            {
                                                ["y"] = 552302.6875,
                                                ["x"] = -203417,
                                            }, -- end of [63]
                                            [47] = 
                                            {
                                                ["y"] = 552542.6875,
                                                ["x"] = -204200.78125,
                                            }, -- end of [47]
                                        }, -- end of [3]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 28,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 570620.82685383,
                                            ["x"] = -223076.48102164,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 8.2222222222222,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 11,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 14,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 3287.11858449,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 554753.50551608,
                                            ["x"] = -205540.71933309,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 7.1944444444444,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 6,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 3727.1917396314,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 553271.49734474,
                                            ["x"] = -206054.42993349,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 7.1944444444444,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 103,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 4217.2799405313,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 551869.90191238,
                                            ["x"] = -202819.06105578,
                                            ["ETA_locked"] = false,
                                            ["speed"] = 7.1944444444444,
                                            ["action"] = "On Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                    }, -- end of ["points"]
                                    ["routeRelativeTOT"] = true,
                                }, -- end of ["route"]
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [11]
                            [12] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 570276.28571427,
                                                ["x"] = -223127.99999999,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 570240.57142855,
                                                ["x"] = -223223.7142857,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 26,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 570031.99999998,
                                            ["x"] = -223003.7142857,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["id"] = "WrappedAction",
                                                            ["number"] = 1,
                                                            ["params"] = 
                                                            {
                                                                ["action"] = 
                                                                {
                                                                    ["id"] = "EPLRS",
                                                                    ["params"] = 
                                                                    {
                                                                        ["value"] = true,
                                                                        ["groupId"] = 12,
                                                                    }, -- end of ["params"]
                                                                }, -- end of ["action"]
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 42,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 570031.99999998,
                                        ["type"] = "M-113",
                                        ["name"] = "Unit #103",
                                        ["unitId"] = 194,
                                        ["heading"] = 3.4987266641076,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -223003.7142857,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 571110.57142855,
                                        ["type"] = "M-113",
                                        ["name"] = "Unit #104",
                                        ["unitId"] = 195,
                                        ["heading"] = 3.4987266641076,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -223162.28571428,
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 570031.99999998,
                                ["x"] = -223003.7142857,
                                ["name"] = "New Vehicle Group #007",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [12]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["plane"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = false,
                                ["task"] = "Fighter Sweep",
                                ["uncontrolled"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParking",
                                            ["action"] = "From Parking Area",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 23,
                                            ["y"] = 646855.125,
                                            ["x"] = -281191.5625,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["key"] = "FighterSweep",
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Planes",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 340.26994110707,
                                            ["y"] = 599804.85714283,
                                            ["x"] = -276747.14285714,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 938.60223892513,
                                            ["y"] = 552776.28571426,
                                            ["x"] = -208232.85714285,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            ["alt"] = 179,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1009.8554435362,
                                            ["y"] = 561461.99999998,
                                            ["x"] = -203489.99999999,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            ["alt"] = 179,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1193.2792341281,
                                            ["y"] = 576947.71428569,
                                            ["x"] = -223718.57142856,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            ["alt"] = 179,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1308.335879627,
                                            ["y"] = 562433.42857141,
                                            ["x"] = -230404.28571428,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            ["alt"] = 179,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1553.0477004803,
                                            ["y"] = 545233.42857141,
                                            ["x"] = -201089.99999999,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            ["alt"] = 222,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1656.8101167032,
                                            ["y"] = 559061.99999998,
                                            ["x"] = -197032.85714285,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            ["alt"] = 222,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 1894.741077295,
                                            ["y"] = 575061.99999998,
                                            ["x"] = -225947.14285714,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            ["alt"] = 222,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2016.4050346966,
                                            ["y"] = 559119.14285712,
                                            ["x"] = -231547.14285714,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            ["alt"] = 222,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2184.2946124018,
                                            ["y"] = 548033.42857141,
                                            ["x"] = -211032.85714285,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            ["alt"] = 222,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 2297.5002884692,
                                            ["y"] = 563461.99999998,
                                            ["x"] = -208004.28571428,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            ["alt"] = 13,
                                            ["type"] = "Land",
                                            ["action"] = "Landing",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 3101.6351614608,
                                            ["airdromeId"] = 23,
                                            ["y"] = 647369.87369832,
                                            ["x"] = -281713.83114196,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = false,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [13]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 86,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "USAF 363rd FS, 357th FG DESERT RAT",
                                        ["skill"] = "Average",
                                        ["parking"] = "121",
                                        ["speed"] = 138.88888888889,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["MW50TankContents"] = 1,
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "P-51D",
                                        ["unitId"] = 250,
                                        ["psi"] = 1.4766146965096,
                                        ["y"] = 646855.125,
                                        ["x"] = -281191.5625,
                                        ["name"] = "Pilot #005",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 497.76,
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = -1.4766146965096,
                                        ["callsign"] = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Dodge11",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "046",
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "USAF 363rd FS, 357th FG DESERT RAT",
                                        ["skill"] = "Average",
                                        ["parking"] = "123",
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "P-51D",
                                        ["unitId"] = 251,
                                        ["psi"] = 1.4766146965096,
                                        ["y"] = 646895.125,
                                        ["x"] = -281231.5625,
                                        ["name"] = "Pilot #006",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 497.76,
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = -1.4766146965096,
                                        ["callsign"] = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 2,
                                            ["name"] = "Dodge12",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "010",
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "USAF 363rd FS, 357th FG DESERT RAT",
                                        ["skill"] = "Average",
                                        ["parking"] = "124",
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "P-51D",
                                        ["unitId"] = 252,
                                        ["psi"] = 1.4766146965096,
                                        ["y"] = 646935.125,
                                        ["x"] = -281271.5625,
                                        ["name"] = "Pilot #007",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 497.76,
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = -1.4766146965096,
                                        ["callsign"] = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 3,
                                            ["name"] = "Dodge13",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "047",
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "USAF 363rd FS, 357th FG DESERT RAT",
                                        ["skill"] = "Average",
                                        ["parking"] = "8",
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "P-51D",
                                        ["unitId"] = 253,
                                        ["psi"] = 1.4766146965096,
                                        ["y"] = 646975.125,
                                        ["x"] = -281311.5625,
                                        ["name"] = "Pilot #008",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 497.76,
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = -1.4766146965096,
                                        ["callsign"] = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 4,
                                            ["name"] = "Dodge14",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "048",
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 646855.125,
                                ["x"] = -281191.5625,
                                ["name"] = "New Airplane Group",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 124,
                            }, -- end of [1]
                        }, -- end of ["group"]
                    }, -- end of ["plane"]
                    ["static"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 551844.57142859,
                                            ["speed"] = 0,
                                            ["x"] = -200517.14285715,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 8,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "kp_ug",
                                        ["type"] = "FARP CP Blindage",
                                        ["unitId"] = 56,
                                        ["y"] = 551844.57142859,
                                        ["x"] = -200517.14285715,
                                        ["name"] = "New Static Object",
                                        ["category"] = "Fortifications",
                                        ["canCargo"] = false,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 551844.57142859,
                                ["x"] = -200517.14285715,
                                ["name"] = "New Static Object",
                                ["dead"] = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 570147.14285713,
                                            ["speed"] = 0,
                                            ["x"] = -222944.28571428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 44,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "sklad",
                                        ["type"] = "Warehouse",
                                        ["unitId"] = 197,
                                        ["y"] = 570147.14285713,
                                        ["x"] = -222944.28571428,
                                        ["name"] = "Warehouse 1 (Respawn Convoy 1)",
                                        ["category"] = "Warehouses",
                                        ["canCargo"] = false,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 570147.14285713,
                                ["x"] = -222944.28571428,
                                ["name"] = "Warehouse 1 (Respawn Convoy 1)",
                                ["dead"] = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 570412.85714284,
                                            ["speed"] = 0,
                                            ["x"] = -223067.71428571,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 45,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "sklad",
                                        ["type"] = "Warehouse",
                                        ["unitId"] = 198,
                                        ["y"] = 570412.85714284,
                                        ["x"] = -223067.71428571,
                                        ["name"] = "Warehouse 2 (Resupply Convoy 2)",
                                        ["category"] = "Warehouses",
                                        ["canCargo"] = false,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 570412.85714284,
                                ["x"] = -223067.71428571,
                                ["name"] = "Warehouse 2 (Resupply Convoy 2)",
                                ["dead"] = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["heading"] = 0,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 0,
                                            ["type"] = "",
                                            ["name"] = "",
                                            ["y"] = 570687.14285713,
                                            ["speed"] = 0,
                                            ["x"] = -223194.28571428,
                                            ["formation_template"] = "",
                                            ["action"] = "",
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 46,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["shape_name"] = "sklad",
                                        ["type"] = "Warehouse",
                                        ["unitId"] = 199,
                                        ["y"] = 570687.14285713,
                                        ["x"] = -223194.28571428,
                                        ["name"] = "Warehouse 3 (Resupply Main Convoy)",
                                        ["category"] = "Warehouses",
                                        ["canCargo"] = false,
                                        ["heading"] = 0,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 570687.14285713,
                                ["x"] = -223194.28571428,
                                ["name"] = "Warehouse 3 (Resupply Main Convoy)",
                                ["dead"] = false,
                            }, -- end of [4]
                        }, -- end of ["group"]
                    }, -- end of ["static"]
                }, -- end of [17]
            }, -- end of ["country"]
        }, -- end of ["blue"]
        ["red"] = 
        {
            ["bullseye"] = 
            {
                ["y"] = 560742.85714286,
                ["x"] = -209885.71428571,
            }, -- end of ["bullseye"]
            ["nav_points"] = 
            {
            }, -- end of ["nav_points"]
            ["name"] = "RED",
            ["country"] = 
            {
                [1] = 
                {
                    ["name"] = "Germany",
                    ["id"] = 6,
                    ["vehicle"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 517218.57142857,
                                                ["x"] = -197061.42857143,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 517264.28571428,
                                                ["x"] = -197108.57142857,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 21,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 517218.57142857,
                                            ["x"] = -197061.42857143,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 14,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 517218.57142857,
                                        ["type"] = "Gepard",
                                        ["name"] = "Unit #044",
                                        ["unitId"] = 77,
                                        ["heading"] = 2.3715778919708,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -197061.42857143,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 515455.71428571,
                                        ["type"] = "Gepard",
                                        ["name"] = "Unit #045",
                                        ["unitId"] = 78,
                                        ["heading"] = 2.3715778919708,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Excellent",
                                        ["x"] = -196054.28571429,
                                    }, -- end of [2]
                                }, -- end of ["units"]
                                ["y"] = 517218.57142857,
                                ["x"] = -197061.42857143,
                                ["name"] = "New Vehicle Group #004",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 534222.85714285,
                                                ["x"] = -197758.2857143,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 534327.14285714,
                                                ["x"] = -197894.00000002,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 80,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 534401.14285715,
                                            ["x"] = -197671.42857144,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 34,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 534401.14285715,
                                        ["type"] = "Marder",
                                        ["name"] = "Unit #065",
                                        ["unitId"] = 154,
                                        ["heading"] = 2.4864059331576,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -197671.42857144,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        ["y"] = 533496.57142857,
                                        ["type"] = "Marder",
                                        ["name"] = "Unit #066",
                                        ["unitId"] = 155,
                                        ["heading"] = 2.4864059331576,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -197959.71428571,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        ["y"] = 532794.57142859,
                                        ["type"] = "Marder",
                                        ["name"] = "Unit #067",
                                        ["unitId"] = 156,
                                        ["heading"] = 2.4864059331576,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -197698.85714286,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        ["y"] = 534773.71428571,
                                        ["type"] = "Marder",
                                        ["name"] = "Unit #068",
                                        ["unitId"] = 157,
                                        ["heading"] = 2.4864059331576,
                                        ["playerCanDrive"] = false,
                                        ["skill"] = "Average",
                                        ["x"] = -198505.42857143,
                                    }, -- end of [4]
                                }, -- end of ["units"]
                                ["y"] = 534401.14285715,
                                ["x"] = -197671.42857144,
                                ["name"] = "New Vehicle Group #005",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                ["visible"] = false,
                                ["taskSelected"] = true,
                                ["route"] = 
                                {
                                    ["spans"] = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                ["y"] = 532588.57142858,
                                                ["x"] = -197283.14285716,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                ["y"] = 532560.00000001,
                                                ["x"] = -198034.57142858,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of ["spans"]
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 5,
                                            ["type"] = "Turning Point",
                                            ["ETA"] = 0,
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["y"] = 532990.85714285,
                                            ["x"] = -198205.42857143,
                                            ["ETA_locked"] = true,
                                            ["speed"] = 5.5555555555556,
                                            ["action"] = "Off Road",
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 41,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["y"] = 532990.85714285,
                                        ["type"] = "Leopard-2",
                                        ["name"] = "Unit #101",
                                        ["unitId"] = 192,
                                        ["heading"] = 3.1795971595257,
                                        ["playerCanDrive"] = true,
                                        ["skill"] = "Average",
                                        ["x"] = -198205.42857143,
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 532990.85714285,
                                ["x"] = -198205.42857143,
                                ["name"] = "New Vehicle Group #006",
                                ["start_time"] = 0,
                                ["task"] = "Ground Nothing",
                            }, -- end of [3]
                        }, -- end of ["group"]
                    }, -- end of ["vehicle"]
                    ["plane"] = 
                    {
                        ["group"] = 
                        {
                            [1] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "CAP",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParkingHot",
                                            ["action"] = "From Parking Area Hot",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 21,
                                            ["y"] = 516550.125,
                                            ["x"] = -197846.828125,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["enabled"] = true,
                                                            ["key"] = "CAP",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 62,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "FW-190D9_Red13",
                                        ["skill"] = "Client",
                                        ["parking"] = "8",
                                        ["speed"] = 138.88888888889,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["MW50TankContents"] = 1,
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "FW-190D9",
                                        ["Radio"] = 
                                        {
                                            [1] = 
                                            {
                                                ["channels"] = 
                                                {
                                                    [1] = 40.2,
                                                    [2] = 40.2,
                                                    [4] = 42,
                                                    [3] = 41,
                                                }, -- end of ["channels"]
                                            }, -- end of [1]
                                        }, -- end of ["Radio"]
                                        ["unitId"] = 226,
                                        ["psi"] = 0,
                                        ["y"] = 516550.125,
                                        ["x"] = -197846.828125,
                                        ["name"] = "Pilot #001",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "SC_501_SC500",
                                                }, -- end of [1]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 310,
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0,
                                        ["callsign"] = 
                                        {
                                            [1] = 3,
                                            [2] = 2,
                                            [3] = 1,
                                            ["name"] = "Uzi21",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "010",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 516550.125,
                                ["x"] = -197846.828125,
                                ["name"] = "Ground Attack Group 1 #002",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 40.2,
                            }, -- end of [1]
                            [2] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "CAP",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParkingHot",
                                            ["action"] = "From Parking Area Hot",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 21,
                                            ["y"] = 516387.21875,
                                            ["x"] = -197770.203125,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["enabled"] = true,
                                                            ["key"] = "CAP",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 63,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "White 8, JG 52",
                                        ["skill"] = "Client",
                                        ["parking"] = "17",
                                        ["speed"] = 138.88888888889,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["MW50TankContents"] = 1,
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "Bf-109K-4",
                                        ["Radio"] = 
                                        {
                                            [1] = 
                                            {
                                                ["channels"] = 
                                                {
                                                    [2] = 40.2,
                                                    [3] = 41,
                                                    [1] = 40.2,
                                                    [4] = 42,
                                                    [5] = 38,
                                                }, -- end of ["channels"]
                                            }, -- end of [1]
                                        }, -- end of ["Radio"]
                                        ["unitId"] = 227,
                                        ["psi"] = 0,
                                        ["y"] = 516387.21875,
                                        ["x"] = -197770.203125,
                                        ["name"] = "Pilot #002",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 296,
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0,
                                        ["callsign"] = 
                                        {
                                            [1] = 2,
                                            [2] = 4,
                                            [3] = 1,
                                            ["name"] = "Springfield41",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "023",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 516387.21875,
                                ["x"] = -197770.203125,
                                ["name"] = "Escort Group 1 #004",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 40.2,
                            }, -- end of [2]
                            [3] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "CAP",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParkingHot",
                                            ["action"] = "From Parking Area Hot",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 21,
                                            ["y"] = 516224.4375,
                                            ["x"] = -197693.5625,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["key"] = "CAP",
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 65,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "White 8, JG 52",
                                        ["skill"] = "Client",
                                        ["parking"] = "18",
                                        ["speed"] = 138.88888888889,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["MW50TankContents"] = 1,
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "Bf-109K-4",
                                        ["Radio"] = 
                                        {
                                            [1] = 
                                            {
                                                ["channels"] = 
                                                {
                                                    [2] = 40.2,
                                                    [3] = 41,
                                                    [1] = 40.2,
                                                    [4] = 42,
                                                    [5] = 38,
                                                }, -- end of ["channels"]
                                            }, -- end of [1]
                                        }, -- end of ["Radio"]
                                        ["unitId"] = 229,
                                        ["psi"] = 0,
                                        ["y"] = 516224.4375,
                                        ["x"] = -197693.5625,
                                        ["name"] = "Pilot #004",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 296,
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0,
                                        ["callsign"] = 
                                        {
                                            [1] = 2,
                                            [2] = 3,
                                            [3] = 1,
                                            ["name"] = "Springfield31",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "025",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 516224.4375,
                                ["x"] = -197693.5625,
                                ["name"] = "Escort Group 1 #003",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 40.2,
                            }, -- end of [3]
                            [4] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "CAP",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParkingHot",
                                            ["action"] = "From Parking Area Hot",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 21,
                                            ["y"] = 515788.1875,
                                            ["x"] = -196704.65625,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["key"] = "CAP",
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 67,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "White 8, JG 52",
                                        ["skill"] = "Client",
                                        ["parking"] = "37",
                                        ["speed"] = 138.88888888889,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["MW50TankContents"] = 1,
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "Bf-109K-4",
                                        ["Radio"] = 
                                        {
                                            [1] = 
                                            {
                                                ["channels"] = 
                                                {
                                                    [2] = 40.2,
                                                    [3] = 41,
                                                    [1] = 40.2,
                                                    [4] = 42,
                                                    [5] = 38,
                                                }, -- end of ["channels"]
                                            }, -- end of [1]
                                        }, -- end of ["Radio"]
                                        ["unitId"] = 231,
                                        ["psi"] = 0,
                                        ["y"] = 515788.1875,
                                        ["x"] = -196704.65625,
                                        ["name"] = "Pilot #011",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 296,
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0,
                                        ["callsign"] = 
                                        {
                                            [1] = 4,
                                            [2] = 3,
                                            [3] = 1,
                                            ["name"] = "Colt31",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "027",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 515788.1875,
                                ["x"] = -196704.65625,
                                ["name"] = "Escort Group 2 #003",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 40.2,
                            }, -- end of [4]
                            [5] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "CAP",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParkingHot",
                                            ["action"] = "From Parking Area Hot",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 21,
                                            ["y"] = 516495.8125,
                                            ["x"] = -197821.296875,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["enabled"] = true,
                                                            ["key"] = "CAP",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 68,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "FW-190D9_Red13",
                                        ["skill"] = "Client",
                                        ["parking"] = "10",
                                        ["speed"] = 138.88888888889,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["MW50TankContents"] = 1,
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "FW-190D9",
                                        ["Radio"] = 
                                        {
                                            [1] = 
                                            {
                                                ["channels"] = 
                                                {
                                                    [1] = 40.2,
                                                    [2] = 40.2,
                                                    [4] = 42,
                                                    [3] = 41,
                                                }, -- end of ["channels"]
                                            }, -- end of [1]
                                        }, -- end of ["Radio"]
                                        ["unitId"] = 232,
                                        ["psi"] = 0,
                                        ["y"] = 516495.8125,
                                        ["x"] = -197821.296875,
                                        ["name"] = "Pilot #012",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "SC_501_SC500",
                                                }, -- end of [1]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 310,
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0,
                                        ["callsign"] = 
                                        {
                                            [1] = 3,
                                            [2] = 3,
                                            [3] = 1,
                                            ["name"] = "Uzi31",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "028",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 516495.8125,
                                ["x"] = -197821.296875,
                                ["name"] = "Ground Attack Group 1 #003",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 40.2,
                            }, -- end of [5]
                            [6] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "CAP",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParkingHot",
                                            ["action"] = "From Parking Area Hot",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 21,
                                            ["y"] = 515700.75,
                                            ["x"] = -196633.703125,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["enabled"] = true,
                                                            ["key"] = "CAP",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 70,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "White 8, JG 52",
                                        ["skill"] = "Client",
                                        ["parking"] = "40",
                                        ["speed"] = 138.88888888889,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["MW50TankContents"] = 1,
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "Bf-109K-4",
                                        ["Radio"] = 
                                        {
                                            [1] = 
                                            {
                                                ["channels"] = 
                                                {
                                                    [2] = 40.2,
                                                    [3] = 41,
                                                    [1] = 40.2,
                                                    [4] = 42,
                                                    [5] = 38,
                                                }, -- end of ["channels"]
                                            }, -- end of [1]
                                        }, -- end of ["Radio"]
                                        ["unitId"] = 234,
                                        ["psi"] = 0,
                                        ["y"] = 515700.75,
                                        ["x"] = -196633.703125,
                                        ["name"] = "Pilot #029",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 296,
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0,
                                        ["callsign"] = 
                                        {
                                            [1] = 4,
                                            [2] = 2,
                                            [3] = 1,
                                            ["name"] = "Colt21",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "030",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 515700.75,
                                ["x"] = -196633.703125,
                                ["name"] = "Escort Group 2 #002",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 40.2,
                            }, -- end of [6]
                            [7] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "CAP",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParkingHot",
                                            ["action"] = "From Parking Area Hot",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 21,
                                            ["y"] = 516278.65625,
                                            ["x"] = -197719.109375,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["enabled"] = true,
                                                            ["key"] = "CAP",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 71,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "Finland MT-222",
                                        ["skill"] = "Client",
                                        ["parking"] = "21",
                                        ["speed"] = 138.88888888889,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["MW50TankContents"] = 1,
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "Bf-109K-4",
                                        ["Radio"] = 
                                        {
                                            [1] = 
                                            {
                                                ["channels"] = 
                                                {
                                                    [2] = 40.2,
                                                    [3] = 41,
                                                    [1] = 40.2,
                                                    [4] = 42,
                                                    [5] = 38,
                                                }, -- end of ["channels"]
                                            }, -- end of [1]
                                        }, -- end of ["Radio"]
                                        ["unitId"] = 235,
                                        ["psi"] = 0,
                                        ["y"] = 516278.65625,
                                        ["x"] = -197719.109375,
                                        ["name"] = "Pilot #030",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 296,
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0,
                                        ["callsign"] = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Springfield11",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "031",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 516278.65625,
                                ["x"] = -197719.109375,
                                ["name"] = "Escort Group 1 #001",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 40.2,
                            }, -- end of [7]
                            [8] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "CAP",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParkingHot",
                                            ["action"] = "From Parking Area Hot",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 21,
                                            ["y"] = 516604.375,
                                            ["x"] = -197872.375,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["key"] = "CAP",
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 72,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "FW-190D9_Red13",
                                        ["skill"] = "Client",
                                        ["parking"] = "11",
                                        ["speed"] = 138.88888888889,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["MW50TankContents"] = 1,
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "FW-190D9",
                                        ["Radio"] = 
                                        {
                                            [1] = 
                                            {
                                                ["channels"] = 
                                                {
                                                    [1] = 40.2,
                                                    [2] = 40.2,
                                                    [4] = 42,
                                                    [3] = 41,
                                                }, -- end of ["channels"]
                                            }, -- end of [1]
                                        }, -- end of ["Radio"]
                                        ["unitId"] = 236,
                                        ["psi"] = 0,
                                        ["y"] = 516604.375,
                                        ["x"] = -197872.375,
                                        ["name"] = "Pilot #031",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "SC_501_SC500",
                                                }, -- end of [1]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 310,
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0,
                                        ["callsign"] = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Uzi11",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "032",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 516604.375,
                                ["x"] = -197872.375,
                                ["name"] = "Ground Attack Group 1 #001",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 40.2,
                            }, -- end of [8]
                            [9] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "CAP",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParkingHot",
                                            ["action"] = "From Parking Area Hot",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 21,
                                            ["y"] = 515888.46875,
                                            ["x"] = -196649.5,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["enabled"] = true,
                                                            ["key"] = "CAP",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 73,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "FW-190D9_Red13",
                                        ["skill"] = "Client",
                                        ["parking"] = "43",
                                        ["speed"] = 138.88888888889,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["MW50TankContents"] = 1,
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "FW-190D9",
                                        ["Radio"] = 
                                        {
                                            [1] = 
                                            {
                                                ["channels"] = 
                                                {
                                                    [1] = 40.2,
                                                    [2] = 40.2,
                                                    [4] = 42,
                                                    [3] = 41,
                                                }, -- end of ["channels"]
                                            }, -- end of [1]
                                        }, -- end of ["Radio"]
                                        ["unitId"] = 237,
                                        ["psi"] = 0,
                                        ["y"] = 515888.46875,
                                        ["x"] = -196649.5,
                                        ["name"] = "Pilot #032",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "SC_501_SC500",
                                                }, -- end of [1]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 388,
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0,
                                        ["callsign"] = 
                                        {
                                            [1] = 1,
                                            [2] = 4,
                                            [3] = 1,
                                            ["name"] = "Enfield41",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "033",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 515888.46875,
                                ["x"] = -196649.5,
                                ["name"] = "Ground Attack Group 2 #004",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 40.2,
                            }, -- end of [9]
                            [10] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "CAP",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParkingHot",
                                            ["action"] = "From Parking Area Hot",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 21,
                                            ["y"] = 516658.6875,
                                            ["x"] = -197897.9375,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["enabled"] = true,
                                                            ["key"] = "CAP",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 76,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "FW-190D9_Red13",
                                        ["skill"] = "Client",
                                        ["parking"] = "12",
                                        ["speed"] = 138.88888888889,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["MW50TankContents"] = 1,
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "FW-190D9",
                                        ["Radio"] = 
                                        {
                                            [1] = 
                                            {
                                                ["channels"] = 
                                                {
                                                    [1] = 40.2,
                                                    [2] = 40.2,
                                                    [4] = 42,
                                                    [3] = 41,
                                                }, -- end of ["channels"]
                                            }, -- end of [1]
                                        }, -- end of ["Radio"]
                                        ["unitId"] = 240,
                                        ["psi"] = 0,
                                        ["y"] = 516658.6875,
                                        ["x"] = -197897.9375,
                                        ["name"] = "Pilot #035",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "SC_501_SC500",
                                                }, -- end of [1]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 310,
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0,
                                        ["callsign"] = 
                                        {
                                            [1] = 3,
                                            [2] = 4,
                                            [3] = 1,
                                            ["name"] = "Uzi41",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "036",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 516658.6875,
                                ["x"] = -197897.9375,
                                ["name"] = "Ground Attack Group 1 #004",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 40.2,
                            }, -- end of [10]
                            [11] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "CAP",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParkingHot",
                                            ["action"] = "From Parking Area Hot",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 21,
                                            ["y"] = 515792,
                                            ["x"] = -196349.828125,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["key"] = "CAP",
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 77,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "FW-190D9_Red13",
                                        ["skill"] = "Client",
                                        ["parking"] = "24",
                                        ["speed"] = 138.88888888889,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["MW50TankContents"] = 1,
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "FW-190D9",
                                        ["Radio"] = 
                                        {
                                            [1] = 
                                            {
                                                ["channels"] = 
                                                {
                                                    [1] = 40.2,
                                                    [2] = 40.2,
                                                    [4] = 42,
                                                    [3] = 41,
                                                }, -- end of ["channels"]
                                            }, -- end of [1]
                                        }, -- end of ["Radio"]
                                        ["unitId"] = 241,
                                        ["psi"] = 0,
                                        ["y"] = 515792,
                                        ["x"] = -196349.828125,
                                        ["name"] = "Pilot #036",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "SC_501_SC500",
                                                }, -- end of [1]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 310,
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0,
                                        ["callsign"] = 
                                        {
                                            [1] = 1,
                                            [2] = 2,
                                            [3] = 1,
                                            ["name"] = "Enfield21",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "037",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 515792,
                                ["x"] = -196349.828125,
                                ["name"] = "Ground Attack Group 2 #002",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 40.2,
                            }, -- end of [11]
                            [12] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "CAP",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParkingHot",
                                            ["action"] = "From Parking Area Hot",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 21,
                                            ["y"] = 515591.1875,
                                            ["x"] = -196460.125,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["key"] = "CAP",
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 78,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "White 8, JG 52",
                                        ["skill"] = "Client",
                                        ["parking"] = "48",
                                        ["speed"] = 138.88888888889,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["MW50TankContents"] = 1,
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "Bf-109K-4",
                                        ["Radio"] = 
                                        {
                                            [1] = 
                                            {
                                                ["channels"] = 
                                                {
                                                    [2] = 40.2,
                                                    [3] = 41,
                                                    [1] = 40.2,
                                                    [4] = 42,
                                                    [5] = 38,
                                                }, -- end of ["channels"]
                                            }, -- end of [1]
                                        }, -- end of ["Radio"]
                                        ["unitId"] = 242,
                                        ["psi"] = 0,
                                        ["y"] = 515591.1875,
                                        ["x"] = -196460.125,
                                        ["name"] = "Pilot #037",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 296,
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0,
                                        ["callsign"] = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Colt11",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "038",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 515591.1875,
                                ["x"] = -196460.125,
                                ["name"] = "Escort Group 2 #001",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 40.2,
                            }, -- end of [12]
                            [13] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "CAP",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParkingHot",
                                            ["action"] = "From Parking Area Hot",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 21,
                                            ["y"] = 515787.34375,
                                            ["x"] = -196434.640625,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["key"] = "CAP",
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 81,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "FW-190D9_Red13",
                                        ["skill"] = "Client",
                                        ["parking"] = "26",
                                        ["speed"] = 138.88888888889,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["MW50TankContents"] = 1,
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "FW-190D9",
                                        ["Radio"] = 
                                        {
                                            [1] = 
                                            {
                                                ["channels"] = 
                                                {
                                                    [1] = 40.2,
                                                    [2] = 40.2,
                                                    [4] = 42,
                                                    [3] = 41,
                                                }, -- end of ["channels"]
                                            }, -- end of [1]
                                        }, -- end of ["Radio"]
                                        ["unitId"] = 245,
                                        ["psi"] = 0,
                                        ["y"] = 515787.34375,
                                        ["x"] = -196434.640625,
                                        ["name"] = "Pilot #040",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "SC_501_SC500",
                                                }, -- end of [1]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 310,
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0,
                                        ["callsign"] = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            ["name"] = "Enfield11",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "041",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 515787.34375,
                                ["x"] = -196434.640625,
                                ["name"] = "Ground Attack Group 2 #001",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 40.2,
                            }, -- end of [13]
                            [14] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "CAP",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParkingHot",
                                            ["action"] = "From Parking Area Hot",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 21,
                                            ["y"] = 515678.625,
                                            ["x"] = -196531.078125,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["id"] = "EngageTargets",
                                                            ["enabled"] = true,
                                                            ["key"] = "CAP",
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 82,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "White 8, JG 52",
                                        ["skill"] = "Client",
                                        ["parking"] = "51",
                                        ["speed"] = 138.88888888889,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["MW50TankContents"] = 1,
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "Bf-109K-4",
                                        ["Radio"] = 
                                        {
                                            [1] = 
                                            {
                                                ["channels"] = 
                                                {
                                                    [2] = 40.2,
                                                    [3] = 41,
                                                    [1] = 40.2,
                                                    [4] = 42,
                                                    [5] = 38,
                                                }, -- end of ["channels"]
                                            }, -- end of [1]
                                        }, -- end of ["Radio"]
                                        ["unitId"] = 246,
                                        ["psi"] = 0,
                                        ["y"] = 515678.625,
                                        ["x"] = -196531.078125,
                                        ["name"] = "Pilot #041",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 296,
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0,
                                        ["callsign"] = 
                                        {
                                            [1] = 4,
                                            [2] = 4,
                                            [3] = 1,
                                            ["name"] = "Colt41",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "042",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 515678.625,
                                ["x"] = -196531.078125,
                                ["name"] = "Escort Group 2 #004",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 40.2,
                            }, -- end of [14]
                            [15] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "CAP",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 88,
                                            ["type"] = "TakeOffParkingHot",
                                            ["action"] = "From Parking Area Hot",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["airdromeId"] = 21,
                                            ["y"] = 516333,
                                            ["x"] = -197744.65625,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["enabled"] = true,
                                                            ["key"] = "CAP",
                                                            ["id"] = "EngageTargets",
                                                            ["number"] = 1,
                                                            ["auto"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 84,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 88,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "White 8, JG 52",
                                        ["skill"] = "Client",
                                        ["parking"] = "14",
                                        ["speed"] = 138.88888888889,
                                        ["AddPropAircraft"] = 
                                        {
                                            ["MW50TankContents"] = 1,
                                        }, -- end of ["AddPropAircraft"]
                                        ["type"] = "Bf-109K-4",
                                        ["Radio"] = 
                                        {
                                            [1] = 
                                            {
                                                ["channels"] = 
                                                {
                                                    [2] = 40.2,
                                                    [3] = 41,
                                                    [1] = 40.2,
                                                    [4] = 42,
                                                    [5] = 38,
                                                }, -- end of ["channels"]
                                            }, -- end of [1]
                                        }, -- end of ["Radio"]
                                        ["unitId"] = 248,
                                        ["psi"] = 0,
                                        ["y"] = 516333,
                                        ["x"] = -197744.65625,
                                        ["name"] = "Pilot #043",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 296,
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0,
                                        ["callsign"] = 
                                        {
                                            [1] = 2,
                                            [2] = 2,
                                            [3] = 1,
                                            ["name"] = "Springfield21",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "044",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 516333,
                                ["x"] = -197744.65625,
                                ["name"] = "Escort Group 1 #002",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 40.2,
                            }, -- end of [15]
                            [16] = 
                            {
                                ["modulation"] = 0,
                                ["tasks"] = 
                                {
                                }, -- end of ["tasks"]
                                ["radioSet"] = true,
                                ["task"] = "CAP",
                                ["uncontrolled"] = false,
                                ["route"] = 
                                {
                                    ["points"] = 
                                    {
                                        [1] = 
                                        {
                                            ["alt"] = 2000,
                                            ["type"] = "Turning Point",
                                            ["action"] = "Turning Point",
                                            ["alt_type"] = "BARO",
                                            ["formation_template"] = "",
                                            ["properties"] = 
                                            {
                                                ["vnav"] = 1,
                                                ["scale"] = 0,
                                                ["angle"] = 0,
                                                ["vangle"] = 0,
                                                ["steer"] = 2,
                                            }, -- end of ["properties"]
                                            ["ETA"] = 0,
                                            ["y"] = 515903.99999999,
                                            ["x"] = -196319.71428571,
                                            ["speed"] = 138.88888888889,
                                            ["ETA_locked"] = true,
                                            ["task"] = 
                                            {
                                                ["id"] = "ComboTask",
                                                ["params"] = 
                                                {
                                                    ["tasks"] = 
                                                    {
                                                        [1] = 
                                                        {
                                                            ["number"] = 1,
                                                            ["key"] = "CAP",
                                                            ["id"] = "EngageTargets",
                                                            ["enabled"] = true,
                                                            ["auto"] = true,
                                                            ["params"] = 
                                                            {
                                                                ["targetTypes"] = 
                                                                {
                                                                    [1] = "Air",
                                                                }, -- end of ["targetTypes"]
                                                                ["priority"] = 0,
                                                            }, -- end of ["params"]
                                                        }, -- end of [1]
                                                    }, -- end of ["tasks"]
                                                }, -- end of ["params"]
                                            }, -- end of ["task"]
                                            ["speed_locked"] = true,
                                        }, -- end of [1]
                                    }, -- end of ["points"]
                                }, -- end of ["route"]
                                ["groupId"] = 85,
                                ["hidden"] = false,
                                ["units"] = 
                                {
                                    [1] = 
                                    {
                                        ["alt"] = 2000,
                                        ["hardpoint_racks"] = true,
                                        ["alt_type"] = "BARO",
                                        ["livery_id"] = "FW-190D9_Red13",
                                        ["skill"] = "Client",
                                        ["speed"] = 138.88888888889,
                                        ["type"] = "FW-190D9",
                                        ["Radio"] = 
                                        {
                                            [1] = 
                                            {
                                                ["channels"] = 
                                                {
                                                    [1] = 39,
                                                    [2] = 40.2,
                                                    [4] = 42,
                                                    [3] = 41,
                                                }, -- end of ["channels"]
                                            }, -- end of [1]
                                        }, -- end of ["Radio"]
                                        ["unitId"] = 249,
                                        ["psi"] = 0,
                                        ["y"] = 515903.99999999,
                                        ["x"] = -196319.71428571,
                                        ["name"] = "Pilot #003",
                                        ["payload"] = 
                                        {
                                            ["pylons"] = 
                                            {
                                                [1] = 
                                                {
                                                    ["CLSID"] = "SC_501_SC500",
                                                }, -- end of [1]
                                            }, -- end of ["pylons"]
                                            ["fuel"] = 310,
                                            ["flare"] = 0,
                                            ["chaff"] = 0,
                                            ["gun"] = 100,
                                        }, -- end of ["payload"]
                                        ["heading"] = 0,
                                        ["callsign"] = 
                                        {
                                            [1] = 1,
                                            [2] = 3,
                                            [3] = 1,
                                            ["name"] = "Enfield31",
                                        }, -- end of ["callsign"]
                                        ["onboard_num"] = "045",
                                    }, -- end of [1]
                                }, -- end of ["units"]
                                ["y"] = 515903.99999999,
                                ["x"] = -196319.71428571,
                                ["name"] = "Ground Attack Group 2 #003",
                                ["communication"] = true,
                                ["start_time"] = 0,
                                ["frequency"] = 40.2,
                            }, -- end of [16]
                        }, -- end of ["group"]
                    }, -- end of ["plane"]
                }, -- end of [1]
            }, -- end of ["country"]
        }, -- end of ["red"]
    }, -- end of ["coalition"]
    ["sortie"] = "BF109/FW190 Repel the Invasion",
    ["version"] = 7,
    ["goals"] = 
    {
        [1] = 
        {
            ["rules"] = 
            {
            }, -- end of ["rules"]
            ["score"] = 100,
            ["side"] = "OFFLINE",
            ["predicate"] = "score",
            ["comment"] = "",
        }, -- end of [1]
    }, -- end of ["goals"]
    ["currentKey"] = 146416,
    ["start_time"] = 43200,
    ["forcedOptions"] = 
    {
    }, -- end of ["forcedOptions"]
    ["failures"] = 
    {
        ["GUN_LEFT_MG131_AMMUN_FAULT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Left MG 131 gun ammunition fault",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "GUN_LEFT_MG131_AMMUN_FAULT",
            ["mm"] = 0,
        }, -- end of ["GUN_LEFT_MG131_AMMUN_FAULT"]
        ["TAIL_GEAR_D_LOCK_FAULT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Tail Gear Downlock Fault.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TAIL_GEAR_D_LOCK_FAULT",
            ["mm"] = 0,
        }, -- end of ["TAIL_GEAR_D_LOCK_FAULT"]
        ["FWD_TANK_LEAK"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Forward Fuel Tank Leak.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "FWD_TANK_LEAK",
            ["mm"] = 0,
        }, -- end of ["FWD_TANK_LEAK"]
        ["GUN_RIGHT_MG151_AMMUN_FAULT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Right MG 151 gun ammunition fault",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "GUN_RIGHT_MG151_AMMUN_FAULT",
            ["mm"] = 0,
        }, -- end of ["GUN_RIGHT_MG151_AMMUN_FAULT"]
        ["FUEL_GAUGE_FAULT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Fuel Gauge Fault.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "FUEL_GAUGE_FAULT",
            ["mm"] = 0,
        }, -- end of ["FUEL_GAUGE_FAULT"]
        ["BOMBS_DAMAGE_LINKAGE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Bomb rack release link fail",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "BOMBS_DAMAGE_LINKAGE",
            ["mm"] = 0,
        }, -- end of ["BOMBS_DAMAGE_LINKAGE"]
        ["MANIFOLD_LINE_LEAK"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Manifold ind. line leak.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "MANIFOLD_LINE_LEAK",
            ["mm"] = 0,
        }, -- end of ["MANIFOLD_LINE_LEAK"]
        ["OIL_LEAK"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Oil Leak.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "OIL_LEAK",
            ["mm"] = 0,
        }, -- end of ["OIL_LEAK"]
        ["L_GEAR_BRAKE_FAULT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Left Gear Brake Fault.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "L_GEAR_BRAKE_FAULT",
            ["mm"] = 0,
        }, -- end of ["L_GEAR_BRAKE_FAULT"]
        ["AUX_TANK_LEAK"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Aux Fuel Tank Leak.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "AUX_TANK_LEAK",
            ["mm"] = 0,
        }, -- end of ["AUX_TANK_LEAK"]
        ["MW_50_VALVE_FAULT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "MW-50 Valve fault.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "MW_50_VALVE_FAULT",
            ["mm"] = 0,
        }, -- end of ["MW_50_VALVE_FAULT"]
        ["PROP_GOVERNOR"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Prop governor Fault.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "PROP_GOVERNOR",
            ["mm"] = 0,
        }, -- end of ["PROP_GOVERNOR"]
        ["MAGNETO_2"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Magneto 2 Fault.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "MAGNETO_2",
            ["mm"] = 0,
        }, -- end of ["MAGNETO_2"]
        ["COOLANT_LEAK"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Coolant Leak.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "COOLANT_LEAK",
            ["mm"] = 0,
        }, -- end of ["COOLANT_LEAK"]
        ["HORIZON_FAULT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Art. Horizon Fault.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "HORIZON_FAULT",
            ["mm"] = 0,
        }, -- end of ["HORIZON_FAULT"]
        ["GUN_LEFT_MG151_OPEN_CIRCUIT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Left MG 151 gun wiring fault",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "GUN_LEFT_MG151_OPEN_CIRCUIT",
            ["mm"] = 0,
        }, -- end of ["GUN_LEFT_MG151_OPEN_CIRCUIT"]
        ["TOP_CYLINDER"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Top Oxygen cylinder leak.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TOP_CYLINDER",
            ["mm"] = 0,
        }, -- end of ["TOP_CYLINDER"]
        ["R_GEAR_UPL_JAMMED"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Right Gear Uplock Jammed.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "R_GEAR_UPL_JAMMED",
            ["mm"] = 0,
        }, -- end of ["R_GEAR_UPL_JAMMED"]
        ["PITOT_HEAT_FAULT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Pitot Fault.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "PITOT_HEAT_FAULT",
            ["mm"] = 0,
        }, -- end of ["PITOT_HEAT_FAULT"]
        ["ENGINE_JAM"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Engine Jam",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "ENGINE_JAM",
            ["mm"] = 0,
        }, -- end of ["ENGINE_JAM"]
        ["TACH_BREAK_CIRCUIT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Tachometer circuit break.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TACH_BREAK_CIRCUIT",
            ["mm"] = 0,
        }, -- end of ["TACH_BREAK_CIRCUIT"]
        ["GUN_RIGHT_MG151_BARREL_WORN"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Right MG 151 gun worn",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "GUN_RIGHT_MG151_BARREL_WORN",
            ["mm"] = 0,
        }, -- end of ["GUN_RIGHT_MG151_BARREL_WORN"]
        ["FWD_TANK_PUMP_FAULT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Forward Tank Pump Fault.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "FWD_TANK_PUMP_FAULT",
            ["mm"] = 0,
        }, -- end of ["FWD_TANK_PUMP_FAULT"]
        ["LEFT_FLAP_FAULT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Left Flap Motor Fault.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "LEFT_FLAP_FAULT",
            ["mm"] = 0,
        }, -- end of ["LEFT_FLAP_FAULT"]
        ["EXT_TANK_PUMP_FAULT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "External Tank Pump Fault.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "EXT_TANK_PUMP_FAULT",
            ["mm"] = 0,
        }, -- end of ["EXT_TANK_PUMP_FAULT"]
        ["GUN_LEFT_MG131_OPEN_CIRCUIT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Left MG 131 gun wiring fault",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "GUN_LEFT_MG131_OPEN_CIRCUIT",
            ["mm"] = 0,
        }, -- end of ["GUN_LEFT_MG131_OPEN_CIRCUIT"]
        ["GENERATOR_FAULT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Generator Fault.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "GENERATOR_FAULT",
            ["mm"] = 0,
        }, -- end of ["GENERATOR_FAULT"]
        ["TRIMMER_DRIVE_FAULT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Trimmer Motor Fault.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "TRIMMER_DRIVE_FAULT",
            ["mm"] = 0,
        }, -- end of ["TRIMMER_DRIVE_FAULT"]
        ["RIGHT_FLAP_FAULT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Right Flap Motor Fault.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "RIGHT_FLAP_FAULT",
            ["mm"] = 0,
        }, -- end of ["RIGHT_FLAP_FAULT"]
        ["STARTER_BURNOUT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Starter burnt out.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "STARTER_BURNOUT",
            ["mm"] = 0,
        }, -- end of ["STARTER_BURNOUT"]
        ["L_GEAR_UPL_NOT_LOCK"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Left Gear Uplock Not Locked.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "L_GEAR_UPL_NOT_LOCK",
            ["mm"] = 0,
        }, -- end of ["L_GEAR_UPL_NOT_LOCK"]
        ["BAT_SOLENOID_FAULT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Bat. Solenoid Fault.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "BAT_SOLENOID_FAULT",
            ["mm"] = 0,
        }, -- end of ["BAT_SOLENOID_FAULT"]
        ["GUN_LEFT_MG151_AMMUN_FAULT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Left MG 151 gun ammunition fault",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "GUN_LEFT_MG151_AMMUN_FAULT",
            ["mm"] = 0,
        }, -- end of ["GUN_LEFT_MG151_AMMUN_FAULT"]
        ["BATTERY_OVERHEAT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Battery overheated.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "BATTERY_OVERHEAT",
            ["mm"] = 0,
        }, -- end of ["BATTERY_OVERHEAT"]
        ["BOMBS_DAMAGE_ELINKAGE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Bomb rack electrical linkage damaged",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "BOMBS_DAMAGE_ELINKAGE",
            ["mm"] = 0,
        }, -- end of ["BOMBS_DAMAGE_ELINKAGE"]
        ["VHF_TOTAL_DAMAGE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Radio Transceiver Fault.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "VHF_TOTAL_DAMAGE",
            ["mm"] = 0,
        }, -- end of ["VHF_TOTAL_DAMAGE"]
        ["COOLANT_T_IND_FAULT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Oil Temp. ind. fault.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "COOLANT_T_IND_FAULT",
            ["mm"] = 0,
        }, -- end of ["COOLANT_T_IND_FAULT"]
        ["GUN_RIGHT_MG131_AMMUN_FAULT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Right MG 131 gun ammunition fault",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "GUN_RIGHT_MG131_AMMUN_FAULT",
            ["mm"] = 0,
        }, -- end of ["GUN_RIGHT_MG131_AMMUN_FAULT"]
        ["GUN_RIGHT_MG151_OPEN_CIRCUIT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Right MG 151 gun wiring fault",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "GUN_RIGHT_MG151_OPEN_CIRCUIT",
            ["mm"] = 0,
        }, -- end of ["GUN_RIGHT_MG151_OPEN_CIRCUIT"]
        ["STARTER_RELAY_FAULT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Starter Relay fault.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "STARTER_RELAY_FAULT",
            ["mm"] = 0,
        }, -- end of ["STARTER_RELAY_FAULT"]
        ["OIL_T_IND_FAULT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Coolant Temp. ind. fault.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "OIL_T_IND_FAULT",
            ["mm"] = 0,
        }, -- end of ["OIL_T_IND_FAULT"]
        ["REAR_TANK_PUMP_FAULT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Rear Tank Pump Fault.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "REAR_TANK_PUMP_FAULT",
            ["mm"] = 0,
        }, -- end of ["REAR_TANK_PUMP_FAULT"]
        ["EZ42_FIXED_LAMP_DEFECTIVE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "EZ42. Lamp defective",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "EZ42_FIXED_LAMP_DEFECTIVE",
            ["mm"] = 0,
        }, -- end of ["EZ42_FIXED_LAMP_DEFECTIVE"]
        ["MAGNETO_1"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Magneto 1 Fault.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "MAGNETO_1",
            ["mm"] = 0,
        }, -- end of ["MAGNETO_1"]
        ["R_GEAR_UPL_NOT_LOCK"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Right Gear Uplock Not Locked.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "R_GEAR_UPL_NOT_LOCK",
            ["mm"] = 0,
        }, -- end of ["R_GEAR_UPL_NOT_LOCK"]
        ["BOMBS_ARMING_BROKEN_WIRING"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Bomb rack arm broken wiring",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "BOMBS_ARMING_BROKEN_WIRING",
            ["mm"] = 0,
        }, -- end of ["BOMBS_ARMING_BROKEN_WIRING"]
        ["GUN_RIGHT_MG131_BARREL_WORN"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Right MG 131 gun worn",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "GUN_RIGHT_MG131_BARREL_WORN",
            ["mm"] = 0,
        }, -- end of ["GUN_RIGHT_MG131_BARREL_WORN"]
        ["GUN_LEFT_MG131_BARREL_WORN"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Left MG 131 gun worn",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "GUN_LEFT_MG131_BARREL_WORN",
            ["mm"] = 0,
        }, -- end of ["GUN_LEFT_MG131_BARREL_WORN"]
        ["GUN_LEFT_MG151_BARREL_WORN"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Left MG 151 gun worn",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "GUN_LEFT_MG151_BARREL_WORN",
            ["mm"] = 0,
        }, -- end of ["GUN_LEFT_MG151_BARREL_WORN"]
        ["EZ42_NO_POWER_SUPPLY"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "EZ42. No power supply",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "EZ42_NO_POWER_SUPPLY",
            ["mm"] = 0,
        }, -- end of ["EZ42_NO_POWER_SUPPLY"]
        ["R_GEAR_MOTOR_FAULT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Right Gear Motor Fault.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "R_GEAR_MOTOR_FAULT",
            ["mm"] = 0,
        }, -- end of ["R_GEAR_MOTOR_FAULT"]
        ["GUN_RIGHT_MG131_OPEN_CIRCUIT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Right MG 131 gun wiring fault",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "GUN_RIGHT_MG131_OPEN_CIRCUIT",
            ["mm"] = 0,
        }, -- end of ["GUN_RIGHT_MG131_OPEN_CIRCUIT"]
        ["RIGHT_CYLINDER"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Right Oxygen cylinder leak.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "RIGHT_CYLINDER",
            ["mm"] = 0,
        }, -- end of ["RIGHT_CYLINDER"]
        ["FUEL_PUMP_FAILURE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Fuel Pump Fault.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "FUEL_PUMP_FAILURE",
            ["mm"] = 0,
        }, -- end of ["FUEL_PUMP_FAILURE"]
        ["R_GEAR_BRAKE_FAULT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Right Gear Brake Fault.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "R_GEAR_BRAKE_FAULT",
            ["mm"] = 0,
        }, -- end of ["R_GEAR_BRAKE_FAULT"]
        ["LEFT_CYLINDER"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Left Oxygen cylinder leak.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "LEFT_CYLINDER",
            ["mm"] = 0,
        }, -- end of ["LEFT_CYLINDER"]
        ["INSUF_FUEL_PRES"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Fuel strainer clogged.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "INSUF_FUEL_PRES",
            ["mm"] = 0,
        }, -- end of ["INSUF_FUEL_PRES"]
        ["EZ42_MOTOR_DEFECTIVE"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "EZ42. Motor defective",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "EZ42_MOTOR_DEFECTIVE",
            ["mm"] = 0,
        }, -- end of ["EZ42_MOTOR_DEFECTIVE"]
        ["L_GEAR_UPL_JAMMED"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Left Gear Uplock Jammed.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "L_GEAR_UPL_JAMMED",
            ["mm"] = 0,
        }, -- end of ["L_GEAR_UPL_JAMMED"]
        ["EXT_TANK_LEAK"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "External Fuel Tank Leak.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "EXT_TANK_LEAK",
            ["mm"] = 0,
        }, -- end of ["EXT_TANK_LEAK"]
        ["L_GEAR_MOTOR_FAULT"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Left Gear Motor Fault.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "L_GEAR_MOTOR_FAULT",
            ["mm"] = 0,
        }, -- end of ["L_GEAR_MOTOR_FAULT"]
        ["REAR_TANK_LEAK"] = 
        {
            ["hh"] = 0,
            ["prob"] = 100,
            ["label"] = "Rear Fuel Tank Leak.",
            ["enable"] = false,
            ["mmint"] = 1,
            ["id"] = "REAR_TANK_LEAK",
            ["mm"] = 0,
        }, -- end of ["REAR_TANK_LEAK"]
    }, -- end of ["failures"]
} -- end of mission
