FTC_Riksen Posted November 5, 2019 Posted November 5, 2019 Hey Pat, I know you have your plate full right now but I was wondering if you could implement the following in the future: - Allow different set of map images to be displayed in the campaign depending on the date. For example, I've divided Moscow campaign into basically 05 phases, as per the in game career mode, and used the game overlays to create distinct maps for the Moscow Campaign: Operation Typhoon (between 01/10/1941 to 20/10/1941): City Under Siege (20/10/1941 to 10/11/1941) etc ... Is it possible to either allow different map textures to be loaded depending on date or to create some PNG image overlay for them? 1
PatrickAWlson Posted November 5, 2019 Posted November 5, 2019 Not the first but the second ... sure. The front lines are already drawn by date. Adding an overlay can be done.
FTC_Riksen Posted November 5, 2019 Author Posted November 5, 2019 Awesome Pat. Let me know if you need me to get the images for you. Cheers
Cybermat47 Posted November 5, 2019 Posted November 5, 2019 Great work Riksen! Any plans to do the same for Stalingrad and Kuban?
FTC_Riksen Posted November 5, 2019 Author Posted November 5, 2019 6 hours ago, [Pb]Cybermat47 said: Great work Riksen! Any plans to do the same for Stalingrad and Kuban? Yes sir. All maps! 1
PatrickAWlson Posted November 5, 2019 Posted November 5, 2019 Before we get too far into it let's try to do one. In fact, let's try to do just one date. 1. How much are the front lines impacted? 2. Front line changes impact squadron assignments, how much are those impacted? 3. Can you give me an overlay to work with? I have to write some code to make this work. It should work but the last thing that I want is for you to spend hours on something only to find that PWCG won't support it.
FTC_Riksen Posted November 5, 2019 Author Posted November 5, 2019 1: This is the frontline created for "Operation Typhoon" (01/10/1941 - 20/10/1941): Frontline.json (...\PWCGBoS\BoSData\Input\Moscow\19411001) { "locationSetName": "FrontLines", "locations": [ { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 156074.0, "yPos": 0.0, "zPos": 1194.0 }, "orientation": { "xOri": 0.0, "yOri": 183.50381027061303, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 154453.0, "yPos": 0.0, "zPos": 2218.0 }, "orientation": { "xOri": 0.0, "yOri": 206.56505117707798, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 152576.0, "yPos": 0.0, "zPos": 3840.0 }, "orientation": { "xOri": 0.0, "yOri": 256.75617874923205, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 150613.0, "yPos": 0.0, "zPos": 4949.0 }, "orientation": { "xOri": 0.0, "yOri": 249.22355825427314, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 148650.0, "yPos": 0.0, "zPos": 6058.0 }, "orientation": { "xOri": 0.0, "yOri": 255.5414990642967, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 146858.0, "yPos": 0.0, "zPos": 7424.0 }, "orientation": { "xOri": 0.0, "yOri": 244.99536020653994, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 145066.0, "yPos": 0.0, "zPos": 9045.0 }, "orientation": { "xOri": 0.0, "yOri": 240.94539590092285, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 143445.0, "yPos": 0.0, "zPos": 10325.0 }, "orientation": { "xOri": 0.0, "yOri": 237.99461679191648, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 141653.0, "yPos": 0.0, "zPos": 12288.0 }, "orientation": { "xOri": 0.0, "yOri": 245.22813431782183, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 140714.0, "yPos": 0.0, "zPos": 14592.0 }, "orientation": { "xOri": 0.0, "yOri": 201.51317548103336, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 140032.0, "yPos": 0.0, "zPos": 16640.0 }, "orientation": { "xOri": 0.0, "yOri": 166.38581725517065, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 139690.0, "yPos": 0.0, "zPos": 18517.0 }, "orientation": { "xOri": 0.0, "yOri": 205.7816317496836, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 139349.0, "yPos": 0.0, "zPos": 20053.0 }, "orientation": { "xOri": 0.0, "yOri": 198.43494882292202, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 138922.0, "yPos": 0.0, "zPos": 22272.0 }, "orientation": { "xOri": 0.0, "yOri": 210.26339454542193, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 138496.0, "yPos": 0.0, "zPos": 24234.0 }, "orientation": { "xOri": 0.0, "yOri": 211.75177445253988, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 138154.0, "yPos": 0.0, "zPos": 26197.0 }, "orientation": { "xOri": 0.0, "yOri": 192.278109323061, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 138240.0, "yPos": 0.0, "zPos": 28160.0 }, "orientation": { "xOri": 0.0, "yOri": 188.14352685707647, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 137984.0, "yPos": 0.0, "zPos": 30208.0 }, "orientation": { "xOri": 0.0, "yOri": 180.0, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 138325.0, "yPos": 0.0, "zPos": 32853.0 }, "orientation": { "xOri": 0.0, "yOri": 180.0, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 138666.0, "yPos": 0.0, "zPos": 35072.0 }, "orientation": { "xOri": 0.0, "yOri": 181.80432529985796, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 138837.0, "yPos": 0.0, "zPos": 37290.0 }, "orientation": { "xOri": 0.0, "yOri": 172.13258659260615, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 139178.0, "yPos": 0.0, "zPos": 38912.0 }, "orientation": { "xOri": 0.0, "yOri": 148.74440495468707, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 139946.0, "yPos": 0.0, "zPos": 41045.0 }, "orientation": { "xOri": 0.0, "yOri": 144.6825772343896, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 140458.0, "yPos": 0.0, "zPos": 43434.0 }, "orientation": { "xOri": 0.0, "yOri": 140.18892578336877, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 140458.0, "yPos": 0.0, "zPos": 45909.0 }, "orientation": { "xOri": 0.0, "yOri": 200.55604521958347, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 140202.0, "yPos": 0.0, "zPos": 48042.0 }, "orientation": { "xOri": 0.0, "yOri": 213.12024905533386, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 139690.0, "yPos": 0.0, "zPos": 49920.0 }, "orientation": { "xOri": 0.0, "yOri": 174.09227861815717, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 139008.0, "yPos": 0.0, "zPos": 51882.0 }, "orientation": { "xOri": 0.0, "yOri": 223.59163962016984, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 137557.0, "yPos": 0.0, "zPos": 53418.0 }, "orientation": { "xOri": 0.0, "yOri": 227.7156773154062, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 136192.0, "yPos": 0.0, "zPos": 54698.0 }, "orientation": { "xOri": 0.0, "yOri": 235.29678761287005, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 134400.0, "yPos": 0.0, "zPos": 55552.0 }, "orientation": { "xOri": 0.0, "yOri": 240.75199124021543, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 132864.0, "yPos": 0.0, "zPos": 57088.0 }, "orientation": { "xOri": 0.0, "yOri": 247.52329192860356, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 131328.0, "yPos": 0.0, "zPos": 58368.0 }, "orientation": { "xOri": 0.0, "yOri": 237.37618582176322, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 128768.0, "yPos": 0.0, "zPos": 59648.0 }, "orientation": { "xOri": 0.0, "yOri": 243.42462153761332, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 126037.0, "yPos": 0.0, "zPos": 60672.0 }, "orientation": { "xOri": 0.0, "yOri": 250.3583261402034, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 123477.0, "yPos": 0.0, "zPos": 61184.0 }, "orientation": { "xOri": 0.0, "yOri": 257.90851734174726, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 120661.0, "yPos": 0.0, "zPos": 61525.0 }, "orientation": { "xOri": 0.0, "yOri": 264.09464870439956, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 118272.0, "yPos": 0.0, "zPos": 61866.0 }, "orientation": { "xOri": 0.0, "yOri": 264.28940686250036, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 115882.0, "yPos": 0.0, "zPos": 62293.0 }, "orientation": { "xOri": 0.0, "yOri": 264.28940686250036, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 113493.0, "yPos": 0.0, "zPos": 63146.0 }, "orientation": { "xOri": 0.0, "yOri": 230.4365588482969, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 111445.0, "yPos": 0.0, "zPos": 64170.0 }, "orientation": { "xOri": 0.0, "yOri": 227.7156773154062, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 109568.0, "yPos": 0.0, "zPos": 65621.0 }, "orientation": { "xOri": 0.0, "yOri": 223.71702774420334, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 107946.0, "yPos": 0.0, "zPos": 67328.0 }, "orientation": { "xOri": 0.0, "yOri": 230.2054377998105, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 106922.0, "yPos": 0.0, "zPos": 68864.0 }, "orientation": { "xOri": 0.0, "yOri": 219.81107421663123, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 105984.0, "yPos": 0.0, "zPos": 71082.0 }, "orientation": { "xOri": 0.0, "yOri": 221.4825372672988, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 105557.0, "yPos": 0.0, "zPos": 73045.0 }, "orientation": { "xOri": 0.0, "yOri": 155.86376448224274, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 105898.0, "yPos": 0.0, "zPos": 75264.0 }, "orientation": { "xOri": 0.0, "yOri": 154.29677590288526, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 106581.0, "yPos": 0.0, "zPos": 77226.0 }, "orientation": { "xOri": 0.0, "yOri": 137.60740716034806, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 108458.0, "yPos": 0.0, "zPos": 80213.0 }, "orientation": { "xOri": 0.0, "yOri": 157.51511106979456, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 109312.0, "yPos": 0.0, "zPos": 83114.0 }, "orientation": { "xOri": 0.0, "yOri": 171.55680907082336, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 109738.0, "yPos": 0.0, "zPos": 85674.0 }, "orientation": { "xOri": 0.0, "yOri": 171.55680907082336, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 109909.0, "yPos": 0.0, "zPos": 88320.0 }, "orientation": { "xOri": 0.0, "yOri": 182.21945569419253, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 109653.0, "yPos": 0.0, "zPos": 90538.0 }, "orientation": { "xOri": 0.0, "yOri": 199.9592357683543, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 108885.0, "yPos": 0.0, "zPos": 92757.0 }, "orientation": { "xOri": 0.0, "yOri": 200.28617579005515, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 107861.0, "yPos": 0.0, "zPos": 94293.0 }, "orientation": { "xOri": 0.0, "yOri": 213.49217679161197, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 107178.0, "yPos": 0.0, "zPos": 95658.0 }, "orientation": { "xOri": 0.0, "yOri": 242.31787976585497, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 105472.0, "yPos": 0.0, "zPos": 96000.0 }, "orientation": { "xOri": 0.0, "yOri": 246.24960574772263, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 102997.0, "yPos": 0.0, "zPos": 97450.0 }, "orientation": { "xOri": 0.0, "yOri": 256.8730530809537, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 100693.0, "yPos": 0.0, "zPos": 97962.0 }, "orientation": { "xOri": 0.0, "yOri": 250.74848980063098, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 98474.0, "yPos": 0.0, "zPos": 97962.0 }, "orientation": { "xOri": 0.0, "yOri": 258.03986621733753, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 96085.0, "yPos": 0.0, "zPos": 98730.0 }, "orientation": { "xOri": 0.0, "yOri": 254.9718839899774, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 93525.0, "yPos": 0.0, "zPos": 100352.0 }, "orientation": { "xOri": 0.0, "yOri": 254.23330845127728, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 91221.0, "yPos": 0.0, "zPos": 101802.0 }, "orientation": { "xOri": 0.0, "yOri": 247.38213623178177, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 89514.0, "yPos": 0.0, "zPos": 103168.0 }, "orientation": { "xOri": 0.0, "yOri": 237.03523659989895, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 87296.0, "yPos": 0.0, "zPos": 105130.0 }, "orientation": { "xOri": 0.0, "yOri": 233.77877654809782, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 85333.0, "yPos": 0.0, "zPos": 106837.0 }, "orientation": { "xOri": 0.0, "yOri": 236.68879695580742, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 83541.0, "yPos": 0.0, "zPos": 108373.0 }, "orientation": { "xOri": 0.0, "yOri": 228.90556137106674, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 82005.0, "yPos": 0.0, "zPos": 110421.0 }, "orientation": { "xOri": 0.0, "yOri": 224.36171798642795, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 80384.0, "yPos": 0.0, "zPos": 112640.0 }, "orientation": { "xOri": 0.0, "yOri": 219.48228703586048, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 78421.0, "yPos": 0.0, "zPos": 115712.0 }, "orientation": { "xOri": 0.0, "yOri": 228.76185448673, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 76714.0, "yPos": 0.0, "zPos": 117845.0 }, "orientation": { "xOri": 0.0, "yOri": 224.45948981286932, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 74837.0, "yPos": 0.0, "zPos": 120490.0 }, "orientation": { "xOri": 0.0, "yOri": 228.36129205210935, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 72192.0, "yPos": 0.0, "zPos": 122794.0 }, "orientation": { "xOri": 0.0, "yOri": 247.9542603123341, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 70144.0, "yPos": 0.0, "zPos": 124416.0 }, "orientation": { "xOri": 0.0, "yOri": 238.84556332953014, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 67584.0, "yPos": 0.0, "zPos": 126037.0 }, "orientation": { "xOri": 0.0, "yOri": 252.03504759127577, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 64682.0, "yPos": 0.0, "zPos": 127658.0 }, "orientation": { "xOri": 0.0, "yOri": 251.49361009251413, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 62378.0, "yPos": 0.0, "zPos": 129024.0 }, "orientation": { "xOri": 0.0, "yOri": 258.87450855695926, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 59818.0, "yPos": 0.0, "zPos": 129962.0 }, "orientation": { "xOri": 0.0, "yOri": 259.80706674553954, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 57344.0, "yPos": 0.0, "zPos": 131328.0 }, "orientation": { "xOri": 0.0, "yOri": 259.29085920881244, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 55296.0, "yPos": 0.0, "zPos": 132010.0 }, "orientation": { "xOri": 0.0, "yOri": 256.91962541155226, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 52650.0, "yPos": 0.0, "zPos": 132864.0 }, "orientation": { "xOri": 0.0, "yOri": 262.5589563322527, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 49834.0, "yPos": 0.0, "zPos": 133802.0 }, "orientation": { "xOri": 0.0, "yOri": 263.51337361553846, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 47018.0, "yPos": 0.0, "zPos": 134656.0 }, "orientation": { "xOri": 0.0, "yOri": 262.95650540973975, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 44202.0, "yPos": 0.0, "zPos": 135168.0 }, "orientation": { "xOri": 0.0, "yOri": 265.3071374944102, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 41557.0, "yPos": 0.0, "zPos": 135680.0 }, "orientation": { "xOri": 0.0, "yOri": 262.01195014308007, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 38656.0, "yPos": 0.0, "zPos": 136448.0 }, "orientation": { "xOri": 0.0, "yOri": 260.0682515158012, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 36298.0, "yPos": 0.0, "zPos": 136811.0 }, "orientation": { "xOri": 0.0, "yOri": 258.9983501188715, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 33932.0, "yPos": 0.0, "zPos": 137082.0 }, "orientation": { "xOri": 0.0, "yOri": 255.18037326384842, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 31769.0, "yPos": 0.0, "zPos": 137555.0 }, "orientation": { "xOri": 0.0, "yOri": 248.49587098908694, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 29809.0, "yPos": 0.0, "zPos": 138163.0 }, "orientation": { "xOri": 0.0, "yOri": 242.0947106069505, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 27375.0, "yPos": 0.0, "zPos": 138839.0 }, "orientation": { "xOri": 0.0, "yOri": 246.37757058115886, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 25415.0, "yPos": 0.0, "zPos": 139650.0 }, "orientation": { "xOri": 0.0, "yOri": 242.7403647357188, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 23252.0, "yPos": 0.0, "zPos": 140529.0 }, "orientation": { "xOri": 0.0, "yOri": 240.80586693728335, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 20819.0, "yPos": 0.0, "zPos": 141205.0 }, "orientation": { "xOri": 0.0, "yOri": 262.3033402168172, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 18723.0, "yPos": 0.0, "zPos": 141611.0 }, "orientation": { "xOri": 0.0, "yOri": 268.3779409952816, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 16898.0, "yPos": 0.0, "zPos": 141949.0 }, "orientation": { "xOri": 0.0, "yOri": 270.02290914692514, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 15411.0, "yPos": 0.0, "zPos": 142219.0 }, "orientation": { "xOri": 0.0, "yOri": 271.5574383715678, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 13789.0, "yPos": 0.0, "zPos": 142422.0 }, "orientation": { "xOri": 0.0, "yOri": 268.48376665000853, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 12234.0, "yPos": 0.0, "zPos": 142354.0 }, "orientation": { "xOri": 0.0, "yOri": 254.47224531523312, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 11085.0, "yPos": 0.0, "zPos": 142489.0 }, "orientation": { "xOri": 0.0, "yOri": 280.4363396004961, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 9260.0, "yPos": 0.0, "zPos": 142489.0 }, "orientation": { "xOri": 0.0, "yOri": 268.35304867590554, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 7165.0, "yPos": 0.0, "zPos": 142489.0 }, "orientation": { "xOri": 0.0, "yOri": 271.57741360019173, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 4949.0, "yPos": 0.0, "zPos": 142165.0 }, "orientation": { "xOri": 0.0, "yOri": 288.01951417240366, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 2816.0, "yPos": 0.0, "zPos": 141738.0 }, "orientation": { "xOri": 0.0, "yOri": 273.8216350405528, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 1621.0, "yPos": 0.0, "zPos": 141568.0 }, "orientation": { "xOri": 0.0, "yOri": 270.26742293327857, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 52318.0, "yPos": 0.0, "zPos": 43125.0 }, "orientation": { "xOri": 0.0, "yOri": 62.02246239208611, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 50358.0, "yPos": 0.0, "zPos": 43531.0 }, "orientation": { "xOri": 0.0, "yOri": 65.4356914358149, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 48600.0, "yPos": 0.0, "zPos": 43463.0 }, "orientation": { "xOri": 0.0, "yOri": 109.43873063579927, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 47045.0, "yPos": 0.0, "zPos": 42584.0 }, "orientation": { "xOri": 0.0, "yOri": 156.19037352342477, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 46234.0, "yPos": 0.0, "zPos": 40827.0 }, "orientation": { "xOri": 0.0, "yOri": 158.45292846155658, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 45761.0, "yPos": 0.0, "zPos": 38664.0 }, "orientation": { "xOri": 0.0, "yOri": 161.12442581014173, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 45482.0, "yPos": 0.0, "zPos": 36437.0 }, "orientation": { "xOri": 0.0, "yOri": 171.29973335990906, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 45056.0, "yPos": 0.0, "zPos": 33877.0 }, "orientation": { "xOri": 0.0, "yOri": 163.08671389996482, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 45738.0, "yPos": 0.0, "zPos": 30890.0 }, "orientation": { "xOri": 0.0, "yOri": 218.29884305575993, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 46250.0, "yPos": 0.0, "zPos": 29098.0 }, "orientation": { "xOri": 0.0, "yOri": 177.7974018382342, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 47104.0, "yPos": 0.0, "zPos": 27733.0 }, "orientation": { "xOri": 0.0, "yOri": 206.358394617821, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 49152.0, "yPos": 0.0, "zPos": 25344.0 }, "orientation": { "xOri": 0.0, "yOri": 263.40373654606026, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 50432.0, "yPos": 0.0, "zPos": 24576.0 }, "orientation": { "xOri": 0.0, "yOri": 226.79490554237154, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 52224.0, "yPos": 0.0, "zPos": 24064.0 }, "orientation": { "xOri": 0.0, "yOri": 237.2299947004048, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 54357.0, "yPos": 0.0, "zPos": 23466.0 }, "orientation": { "xOri": 0.0, "yOri": 238.2114843172518, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 56320.0, "yPos": 0.0, "zPos": 22442.0 }, "orientation": { "xOri": 0.0, "yOri": 232.56862447334473, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 58282.0, "yPos": 0.0, "zPos": 21333.0 }, "orientation": { "xOri": 0.0, "yOri": 231.8819962923997, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 59733.0, "yPos": 0.0, "zPos": 19797.0 }, "orientation": { "xOri": 0.0, "yOri": 224.145829652403, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 60416.0, "yPos": 0.0, "zPos": 17408.0 }, "orientation": { "xOri": 0.0, "yOri": 208.73855156980943, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 60757.0, "yPos": 0.0, "zPos": 15701.0 }, "orientation": { "xOri": 0.0, "yOri": 213.75756814534998, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 60928.0, "yPos": 0.0, "zPos": 14933.0 }, "orientation": { "xOri": 0.0, "yOri": 196.10482156535397, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 61610.0, "yPos": 0.0, "zPos": 13482.0 }, "orientation": { "xOri": 0.0, "yOri": 212.2137305788897, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 62890.0, "yPos": 0.0, "zPos": 10752.0 }, "orientation": { "xOri": 0.0, "yOri": 191.30589784410554, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 64298.0, "yPos": 0.0, "zPos": 8959.5 }, "orientation": { "xOri": 0.0, "yOri": 217.03023787259093, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 63658.0, "yPos": 0.0, "zPos": 9386.0 }, "orientation": { "xOri": 0.0, "yOri": 233.92372361573825, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 64938.0, "yPos": 0.0, "zPos": 8533.0 }, "orientation": { "xOri": 0.0, "yOri": 240.0848257066722, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 66986.0, "yPos": 0.0, "zPos": 7850.0 }, "orientation": { "xOri": 0.0, "yOri": 284.3313700950684, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 68608.0, "yPos": 0.0, "zPos": 7509.0 }, "orientation": { "xOri": 0.0, "yOri": 247.68615776265636, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 70314.0, "yPos": 0.0, "zPos": 7338.0 }, "orientation": { "xOri": 0.0, "yOri": 246.20613477035997, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 71850.0, "yPos": 0.0, "zPos": 7509.0 }, "orientation": { "xOri": 0.0, "yOri": 258.4942636174625, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 73642.0, "yPos": 0.0, "zPos": 7936.0 }, "orientation": { "xOri": 0.0, "yOri": 305.6549407470244, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 75264.0, "yPos": 0.0, "zPos": 8704.0 }, "orientation": { "xOri": 0.0, "yOri": 324.17608633451823, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 76458.0, "yPos": 0.0, "zPos": 9557.0 }, "orientation": { "xOri": 0.0, "yOri": 291.4121553368203, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 77568.0, "yPos": 0.0, "zPos": 10581.0 }, "orientation": { "xOri": 0.0, "yOri": 304.1686943538858, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 78080.0, "yPos": 0.0, "zPos": 11690.0 }, "orientation": { "xOri": 0.0, "yOri": 354.7360568815135, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 78848.0, "yPos": 0.0, "zPos": 12970.0 }, "orientation": { "xOri": 0.0, "yOri": 324.0094305792474, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 78933.0, "yPos": 0.0, "zPos": 14250.0 }, "orientation": { "xOri": 0.0, "yOri": 13.153819489045617, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 79274.0, "yPos": 0.0, "zPos": 17493.0 }, "orientation": { "xOri": 0.0, "yOri": 348.16531548051637, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 78933.0, "yPos": 0.0, "zPos": 19968.0 }, "orientation": { "xOri": 0.0, "yOri": 353.7499576693913, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 78592.0, "yPos": 0.0, "zPos": 22016.0 }, "orientation": { "xOri": 0.0, "yOri": 25.323606998570256, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 77738.0, "yPos": 0.0, "zPos": 23296.0 }, "orientation": { "xOri": 0.0, "yOri": 25.809308972125947, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 76885.0, "yPos": 0.0, "zPos": 24746.0 }, "orientation": { "xOri": 0.0, "yOri": 30.669361296411502, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 75690.0, "yPos": 0.0, "zPos": 25856.0 }, "orientation": { "xOri": 0.0, "yOri": 34.521191910326046, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 74240.0, "yPos": 0.0, "zPos": 27050.0 }, "orientation": { "xOri": 0.0, "yOri": 30.9745392518847, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 72789.0, "yPos": 0.0, "zPos": 27904.0 }, "orientation": { "xOri": 0.0, "yOri": 38.517236458289666, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 71850.0, "yPos": 0.0, "zPos": 28928.0 }, "orientation": { "xOri": 0.0, "yOri": 52.240528059087886, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 70058.0, "yPos": 0.0, "zPos": 30549.0 }, "orientation": { "xOri": 0.0, "yOri": 52.18970249642629, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 68010.0, "yPos": 0.0, "zPos": 32170.0 }, "orientation": { "xOri": 0.0, "yOri": 44.182205737553325, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 66389.0, "yPos": 0.0, "zPos": 33536.0 }, "orientation": { "xOri": 0.0, "yOri": 46.06923176714786, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 64768.0, "yPos": 0.0, "zPos": 34901.0 }, "orientation": { "xOri": 0.0, "yOri": 48.843439212363656, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 63402.0, "yPos": 0.0, "zPos": 36352.0 }, "orientation": { "xOri": 0.0, "yOri": 57.78565604778028, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 61269.0, "yPos": 0.0, "zPos": 37802.0 }, "orientation": { "xOri": 0.0, "yOri": 50.237849184186075, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 58880.0, "yPos": 0.0, "zPos": 39594.0 }, "orientation": { "xOri": 0.0, "yOri": 38.08693694853833, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 56661.0, "yPos": 0.0, "zPos": 40789.0 }, "orientation": { "xOri": 0.0, "yOri": 65.5117100882363, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 55360.0, "yPos": 0.0, "zPos": 41638.0 }, "orientation": { "xOri": 0.0, "yOri": 72.08270224670265, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 53737.0, "yPos": 0.0, "zPos": 42517.0 }, "orientation": { "xOri": 0.0, "yOri": 30.953071672463484, "zOri": 0.0 } }, { "country": { "country": "RUSSIA" }, "name": "AlliedFrontLine", "position": { "xPos": 52318.0, "yPos": 0.0, "zPos": 43125.0 }, "orientation": { "xOri": 0.0, "yOri": 62.02246239208611, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 151893.0, "yPos": 0.0, "zPos": 938.0 }, "orientation": { "xOri": 0.0, "yOri": 26.56505117707799, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 149674.0, "yPos": 0.0, "zPos": 2474.0 }, "orientation": { "xOri": 0.0, "yOri": 69.22355825427314, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 147968.0, "yPos": 0.0, "zPos": 3413.0 }, "orientation": { "xOri": 0.0, "yOri": 75.54149906429669, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 145664.0, "yPos": 0.0, "zPos": 4864.0 }, "orientation": { "xOri": 0.0, "yOri": 64.99536020653994, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 143786.0, "yPos": 0.0, "zPos": 6741.0 }, "orientation": { "xOri": 0.0, "yOri": 60.94539590092286, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 142165.0, "yPos": 0.0, "zPos": 8277.0 }, "orientation": { "xOri": 0.0, "yOri": 57.9946167919165, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 140629.0, "yPos": 0.0, "zPos": 10069.0 }, "orientation": { "xOri": 0.0, "yOri": 65.22813431782183, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 139178.0, "yPos": 0.0, "zPos": 11690.0 }, "orientation": { "xOri": 0.0, "yOri": 13.583257126245208, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 137898.0, "yPos": 0.0, "zPos": 13482.0 }, "orientation": { "xOri": 0.0, "yOri": 21.51317548103335, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 137557.0, "yPos": 0.0, "zPos": 15104.0 }, "orientation": { "xOri": 0.0, "yOri": 31.823988878990868, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 137216.0, "yPos": 0.0, "zPos": 17322.0 }, "orientation": { "xOri": 0.0, "yOri": 25.7816317496836, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 137045.0, "yPos": 0.0, "zPos": 19285.0 }, "orientation": { "xOri": 0.0, "yOri": 18.43494882292201, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 136874.0, "yPos": 0.0, "zPos": 21077.0 }, "orientation": { "xOri": 0.0, "yOri": 30.26339454542192, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 136704.0, "yPos": 0.0, "zPos": 23125.0 }, "orientation": { "xOri": 0.0, "yOri": 31.75177445253987, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 136192.0, "yPos": 0.0, "zPos": 25770.0 }, "orientation": { "xOri": 0.0, "yOri": 12.278109323061, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 135850.0, "yPos": 0.0, "zPos": 27818.0 }, "orientation": { "xOri": 0.0, "yOri": 8.143526857076463, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 135509.0, "yPos": 0.0, "zPos": 30208.0 }, "orientation": { "xOri": 0.0, "yOri": 0.0, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 135680.0, "yPos": 0.0, "zPos": 32853.0 }, "orientation": { "xOri": 0.0, "yOri": 0.0, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 135936.0, "yPos": 0.0, "zPos": 34986.0 }, "orientation": { "xOri": 0.0, "yOri": 1.8043252998579609, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 136362.0, "yPos": 0.0, "zPos": 37632.0 }, "orientation": { "xOri": 0.0, "yOri": 352.1325865926061, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 136789.0, "yPos": 0.0, "zPos": 40362.0 }, "orientation": { "xOri": 0.0, "yOri": 328.74440495468707, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 137898.0, "yPos": 0.0, "zPos": 42496.0 }, "orientation": { "xOri": 0.0, "yOri": 324.6825772343896, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 138410.0, "yPos": 0.0, "zPos": 45141.0 }, "orientation": { "xOri": 0.0, "yOri": 20.556045219583464, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 138240.0, "yPos": 0.0, "zPos": 46762.0 }, "orientation": { "xOri": 0.0, "yOri": 33.120249055333865, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 137728.0, "yPos": 0.0, "zPos": 48384.0 }, "orientation": { "xOri": 0.0, "yOri": 38.05649026519138, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 137216.0, "yPos": 0.0, "zPos": 50176.0 }, "orientation": { "xOri": 0.0, "yOri": 43.59163962016984, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 135850.0, "yPos": 0.0, "zPos": 51541.0 }, "orientation": { "xOri": 0.0, "yOri": 47.715677315406204, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 134656.0, "yPos": 0.0, "zPos": 52480.0 }, "orientation": { "xOri": 0.0, "yOri": 55.296787612870034, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 133205.0, "yPos": 0.0, "zPos": 53418.0 }, "orientation": { "xOri": 0.0, "yOri": 60.75199124021544, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 131840.0, "yPos": 0.0, "zPos": 54613.0 }, "orientation": { "xOri": 0.0, "yOri": 67.52329192860356, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 129962.0, "yPos": 0.0, "zPos": 56234.0 }, "orientation": { "xOri": 0.0, "yOri": 57.3761858217632, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 127658.0, "yPos": 0.0, "zPos": 57429.0 }, "orientation": { "xOri": 0.0, "yOri": 63.42462153761332, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 125184.0, "yPos": 0.0, "zPos": 58282.0 }, "orientation": { "xOri": 0.0, "yOri": 70.35832614020339, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 122965.0, "yPos": 0.0, "zPos": 58794.0 }, "orientation": { "xOri": 0.0, "yOri": 77.90851734174723, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 120405.0, "yPos": 0.0, "zPos": 59050.0 }, "orientation": { "xOri": 0.0, "yOri": 84.09464870439955, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 118016.0, "yPos": 0.0, "zPos": 59306.0 }, "orientation": { "xOri": 0.0, "yOri": 84.28940686250037, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 115626.0, "yPos": 0.0, "zPos": 59733.0 }, "orientation": { "xOri": 0.0, "yOri": 84.28940686250037, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 113664.0, "yPos": 0.0, "zPos": 60501.0 }, "orientation": { "xOri": 0.0, "yOri": 93.69904054723068, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 111872.0, "yPos": 0.0, "zPos": 61184.0 }, "orientation": { "xOri": 0.0, "yOri": 50.4365588482969, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 109738.0, "yPos": 0.0, "zPos": 62293.0 }, "orientation": { "xOri": 0.0, "yOri": 47.715677315406204, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 107605.0, "yPos": 0.0, "zPos": 63744.0 }, "orientation": { "xOri": 0.0, "yOri": 43.71702774420333, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 106240.0, "yPos": 0.0, "zPos": 65280.0 }, "orientation": { "xOri": 0.0, "yOri": 50.20543779981051, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 104874.0, "yPos": 0.0, "zPos": 67157.0 }, "orientation": { "xOri": 0.0, "yOri": 39.81107421663122, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 103765.0, "yPos": 0.0, "zPos": 69120.0 }, "orientation": { "xOri": 0.0, "yOri": 41.482537267298795, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 102997.0, "yPos": 0.0, "zPos": 71509.0 }, "orientation": { "xOri": 0.0, "yOri": 30.96375653207352, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 103082.0, "yPos": 0.0, "zPos": 74154.0 }, "orientation": { "xOri": 0.0, "yOri": 335.86376448224274, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 103594.0, "yPos": 0.0, "zPos": 76373.0 }, "orientation": { "xOri": 0.0, "yOri": 334.29677590288526, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 104618.0, "yPos": 0.0, "zPos": 79018.0 }, "orientation": { "xOri": 0.0, "yOri": 317.60740716034803, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 105984.0, "yPos": 0.0, "zPos": 81237.0 }, "orientation": { "xOri": 0.0, "yOri": 337.51511106979456, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 107008.0, "yPos": 0.0, "zPos": 83456.0 }, "orientation": { "xOri": 0.0, "yOri": 351.55680907082336, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 107434.0, "yPos": 0.0, "zPos": 86016.0 }, "orientation": { "xOri": 0.0, "yOri": 351.55680907082336, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 107690.0, "yPos": 0.0, "zPos": 88234.0 }, "orientation": { "xOri": 0.0, "yOri": 2.219455694192541, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 107340.0, "yPos": 0.0, "zPos": 89698.0 }, "orientation": { "xOri": 0.0, "yOri": 19.959235768354286, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 106867.0, "yPos": 0.0, "zPos": 90915.0 }, "orientation": { "xOri": 0.0, "yOri": 42.38935810692015, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 106461.0, "yPos": 0.0, "zPos": 91861.0 }, "orientation": { "xOri": 0.0, "yOri": 20.28617579005516, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 105718.0, "yPos": 0.0, "zPos": 92875.0 }, "orientation": { "xOri": 0.0, "yOri": 33.49217679161196, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 104533.0, "yPos": 0.0, "zPos": 93866.0 }, "orientation": { "xOri": 0.0, "yOri": 66.24960574772263, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 102400.0, "yPos": 0.0, "zPos": 94890.0 }, "orientation": { "xOri": 0.0, "yOri": 76.87305308095371, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 99837.0, "yPos": 0.0, "zPos": 95511.0 }, "orientation": { "xOri": 0.0, "yOri": 70.74848980063098, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 98012.0, "yPos": 0.0, "zPos": 95781.0 }, "orientation": { "xOri": 0.0, "yOri": 78.03986621733752, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 95511.0, "yPos": 0.0, "zPos": 96592.0 }, "orientation": { "xOri": 0.0, "yOri": 74.97188398997743, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 92807.0, "yPos": 0.0, "zPos": 97809.0 }, "orientation": { "xOri": 0.0, "yOri": 74.23330845127728, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 90374.0, "yPos": 0.0, "zPos": 99769.0 }, "orientation": { "xOri": 0.0, "yOri": 67.38213623178179, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 88143.0, "yPos": 0.0, "zPos": 101054.0 }, "orientation": { "xOri": 0.0, "yOri": 57.03523659989895, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 85845.0, "yPos": 0.0, "zPos": 103149.0 }, "orientation": { "xOri": 0.0, "yOri": 53.77877654809782, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 84020.0, "yPos": 0.0, "zPos": 104839.0 }, "orientation": { "xOri": 0.0, "yOri": 56.68879695580741, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 81992.0, "yPos": 0.0, "zPos": 106597.0 }, "orientation": { "xOri": 0.0, "yOri": 48.905561371066746, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 80099.0, "yPos": 0.0, "zPos": 108557.0 }, "orientation": { "xOri": 0.0, "yOri": 44.36171798642795, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 78545.0, "yPos": 0.0, "zPos": 111125.0 }, "orientation": { "xOri": 0.0, "yOri": 39.48228703586047, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 76652.0, "yPos": 0.0, "zPos": 113694.0 }, "orientation": { "xOri": 0.0, "yOri": 48.761854486729995, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 74895.0, "yPos": 0.0, "zPos": 116060.0 }, "orientation": { "xOri": 0.0, "yOri": 44.459489812869336, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 73002.0, "yPos": 0.0, "zPos": 118426.0 }, "orientation": { "xOri": 0.0, "yOri": 48.36129205210935, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 71244.0, "yPos": 0.0, "zPos": 120453.0 }, "orientation": { "xOri": 0.0, "yOri": 67.9542603123341, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 68811.0, "yPos": 0.0, "zPos": 122211.0 }, "orientation": { "xOri": 0.0, "yOri": 58.84556332953014, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 66716.0, "yPos": 0.0, "zPos": 123360.0 }, "orientation": { "xOri": 0.0, "yOri": 72.03504759127576, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 63877.0, "yPos": 0.0, "zPos": 125253.0 }, "orientation": { "xOri": 0.0, "yOri": 71.49361009251415, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 61849.0, "yPos": 0.0, "zPos": 126334.0 }, "orientation": { "xOri": 0.0, "yOri": 78.87450855695924, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 59348.0, "yPos": 0.0, "zPos": 127348.0 }, "orientation": { "xOri": 0.0, "yOri": 79.80706674553953, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 56847.0, "yPos": 0.0, "zPos": 128700.0 }, "orientation": { "xOri": 0.0, "yOri": 79.29085920881246, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 54684.0, "yPos": 0.0, "zPos": 129376.0 }, "orientation": { "xOri": 0.0, "yOri": 76.91962541155227, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 52318.0, "yPos": 0.0, "zPos": 130322.0 }, "orientation": { "xOri": 0.0, "yOri": 82.55895633225272, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 49546.0, "yPos": 0.0, "zPos": 131269.0 }, "orientation": { "xOri": 0.0, "yOri": 83.51337361553846, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 46708.0, "yPos": 0.0, "zPos": 132147.0 }, "orientation": { "xOri": 0.0, "yOri": 82.95650540973978, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 44004.0, "yPos": 0.0, "zPos": 132756.0 }, "orientation": { "xOri": 0.0, "yOri": 85.30713749441017, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 41232.0, "yPos": 0.0, "zPos": 133364.0 }, "orientation": { "xOri": 0.0, "yOri": 82.01195014308004, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 38258.0, "yPos": 0.0, "zPos": 134175.0 }, "orientation": { "xOri": 0.0, "yOri": 80.06825151580117, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 35825.0, "yPos": 0.0, "zPos": 134378.0 }, "orientation": { "xOri": 0.0, "yOri": 78.99835011887149, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 33324.0, "yPos": 0.0, "zPos": 134784.0 }, "orientation": { "xOri": 0.0, "yOri": 75.18037326384841, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 30890.0, "yPos": 0.0, "zPos": 135324.0 }, "orientation": { "xOri": 0.0, "yOri": 68.49587098908692, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 28592.0, "yPos": 0.0, "zPos": 135865.0 }, "orientation": { "xOri": 0.0, "yOri": 62.094710606950514, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 26429.0, "yPos": 0.0, "zPos": 136676.0 }, "orientation": { "xOri": 0.0, "yOri": 66.37757058115888, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 24266.0, "yPos": 0.0, "zPos": 137420.0 }, "orientation": { "xOri": 0.0, "yOri": 62.740364735718785, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 21968.0, "yPos": 0.0, "zPos": 138231.0 }, "orientation": { "xOri": 0.0, "yOri": 60.805866937283355, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 20481.0, "yPos": 0.0, "zPos": 138704.0 }, "orientation": { "xOri": 0.0, "yOri": 82.3033402168172, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 18656.0, "yPos": 0.0, "zPos": 139245.0 }, "orientation": { "xOri": 0.0, "yOri": 88.37794099528162, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 16899.0, "yPos": 0.0, "zPos": 139448.0 }, "orientation": { "xOri": 0.0, "yOri": 90.02290914692513, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 15479.0, "yPos": 0.0, "zPos": 139718.0 }, "orientation": { "xOri": 0.0, "yOri": 91.55743837156778, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 13721.0, "yPos": 0.0, "zPos": 139853.0 }, "orientation": { "xOri": 0.0, "yOri": 88.4837666500085, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 11558.0, "yPos": 0.0, "zPos": 139921.0 }, "orientation": { "xOri": 0.0, "yOri": 74.47224531523311, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 9192.0, "yPos": 0.0, "zPos": 140124.0 }, "orientation": { "xOri": 0.0, "yOri": 88.35304867590554, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 7232.0, "yPos": 0.0, "zPos": 140056.0 }, "orientation": { "xOri": 0.0, "yOri": 91.57741360019173, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 5745.0, "yPos": 0.0, "zPos": 139718.0 }, "orientation": { "xOri": 0.0, "yOri": 108.01951417240367, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 4393.0, "yPos": 0.0, "zPos": 139515.0 }, "orientation": { "xOri": 0.0, "yOri": 78.15057518858544, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 2984.0, "yPos": 0.0, "zPos": 139223.0 }, "orientation": { "xOri": 0.0, "yOri": 93.82163504055279, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 1633.0, "yPos": 0.0, "zPos": 138997.0 }, "orientation": { "xOri": 0.0, "yOri": 90.26742293327854, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 53602.0, "yPos": 0.0, "zPos": 45288.0 }, "orientation": { "xOri": 0.0, "yOri": 239.30578595251882, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 56103.0, "yPos": 0.0, "zPos": 43936.0 }, "orientation": { "xOri": 0.0, "yOri": 252.08270224670264, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 57725.0, "yPos": 0.0, "zPos": 43125.0 }, "orientation": { "xOri": 0.0, "yOri": 245.5117100882363, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 59483.0, "yPos": 0.0, "zPos": 42314.0 }, "orientation": { "xOri": 0.0, "yOri": 257.50019038592256, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 60970.0, "yPos": 0.0, "zPos": 41232.0 }, "orientation": { "xOri": 0.0, "yOri": 218.08693694853832, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 62998.0, "yPos": 0.0, "zPos": 39880.0 }, "orientation": { "xOri": 0.0, "yOri": 230.23784918418608, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 64688.0, "yPos": 0.0, "zPos": 38393.0 }, "orientation": { "xOri": 0.0, "yOri": 237.78565604778026, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 66580.0, "yPos": 0.0, "zPos": 36974.0 }, "orientation": { "xOri": 0.0, "yOri": 228.84343921236365, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 68203.0, "yPos": 0.0, "zPos": 35419.0 }, "orientation": { "xOri": 0.0, "yOri": 226.06923176714787, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 69893.0, "yPos": 0.0, "zPos": 34000.0 }, "orientation": { "xOri": 0.0, "yOri": 224.18220573755332, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 71582.0, "yPos": 0.0, "zPos": 32513.0 }, "orientation": { "xOri": 0.0, "yOri": 232.1897024964263, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 73475.0, "yPos": 0.0, "zPos": 31026.0 }, "orientation": { "xOri": 0.0, "yOri": 232.2405280590879, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 75097.0, "yPos": 0.0, "zPos": 29741.0 }, "orientation": { "xOri": 0.0, "yOri": 252.33493692591657, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 76584.0, "yPos": 0.0, "zPos": 28457.0 }, "orientation": { "xOri": 0.0, "yOri": 210.9745392518847, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 77801.0, "yPos": 0.0, "zPos": 27308.0 }, "orientation": { "xOri": 0.0, "yOri": 214.52119191032605, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 79153.0, "yPos": 0.0, "zPos": 26091.0 }, "orientation": { "xOri": 0.0, "yOri": 210.6693612964115, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 80302.0, "yPos": 0.0, "zPos": 24536.0 }, "orientation": { "xOri": 0.0, "yOri": 205.80930897212596, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 80775.0, "yPos": 0.0, "zPos": 23049.0 }, "orientation": { "xOri": 0.0, "yOri": 205.32360699857026, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 81384.0, "yPos": 0.0, "zPos": 21359.0 }, "orientation": { "xOri": 0.0, "yOri": 209.5759271971835, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 81654.0, "yPos": 0.0, "zPos": 19670.0 }, "orientation": { "xOri": 0.0, "yOri": 173.7499576693913, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 81789.0, "yPos": 0.0, "zPos": 16966.0 }, "orientation": { "xOri": 0.0, "yOri": 168.16531548051634, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 81586.0, "yPos": 0.0, "zPos": 14870.0 }, "orientation": { "xOri": 0.0, "yOri": 193.15381948904562, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 81586.0, "yPos": 0.0, "zPos": 12843.0 }, "orientation": { "xOri": 0.0, "yOri": 177.34428333645232, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 80978.0, "yPos": 0.0, "zPos": 11423.0 }, "orientation": { "xOri": 0.0, "yOri": 144.0094305792474, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 80370.0, "yPos": 0.0, "zPos": 9733.0 }, "orientation": { "xOri": 0.0, "yOri": 163.1620344141117, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 79153.0, "yPos": 0.0, "zPos": 8246.0 }, "orientation": { "xOri": 0.0, "yOri": 124.16869435388585, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 77396.0, "yPos": 0.0, "zPos": 7165.0 }, "orientation": { "xOri": 0.0, "yOri": 111.4121553368203, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 75165.0, "yPos": 0.0, "zPos": 5813.0 }, "orientation": { "xOri": 0.0, "yOri": 125.6549407470244, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 73002.0, "yPos": 0.0, "zPos": 5002.0 }, "orientation": { "xOri": 0.0, "yOri": 114.67941320814428, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 71312.0, "yPos": 0.0, "zPos": 4866.0 }, "orientation": { "xOri": 0.0, "yOri": 111.98499800945208, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 69284.0, "yPos": 0.0, "zPos": 5002.0 }, "orientation": { "xOri": 0.0, "yOri": 66.20613477035997, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 67662.0, "yPos": 0.0, "zPos": 5204.0 }, "orientation": { "xOri": 0.0, "yOri": 67.68615776265638, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 65499.0, "yPos": 0.0, "zPos": 5542.0 }, "orientation": { "xOri": 0.0, "yOri": 57.20709553624562, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 63606.0, "yPos": 0.0, "zPos": 6218.0 }, "orientation": { "xOri": 0.0, "yOri": 60.0848257066722, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 62187.0, "yPos": 0.0, "zPos": 7367.0 }, "orientation": { "xOri": 0.0, "yOri": 53.923723615738254, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 60970.0, "yPos": 0.0, "zPos": 8719.0 }, "orientation": { "xOri": 0.0, "yOri": 13.935891911878393, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 60159.0, "yPos": 0.0, "zPos": 10206.0 }, "orientation": { "xOri": 0.0, "yOri": 11.305897844105534, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 59415.0, "yPos": 0.0, "zPos": 12099.0 }, "orientation": { "xOri": 0.0, "yOri": 32.2137305788897, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 58604.0, "yPos": 0.0, "zPos": 14262.0 }, "orientation": { "xOri": 0.0, "yOri": 16.104821565353987, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 58131.0, "yPos": 0.0, "zPos": 16155.0 }, "orientation": { "xOri": 0.0, "yOri": 28.738551569809424, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 57861.0, "yPos": 0.0, "zPos": 17980.0 }, "orientation": { "xOri": 0.0, "yOri": 44.14582965240301, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 56712.0, "yPos": 0.0, "zPos": 19332.0 }, "orientation": { "xOri": 0.0, "yOri": 51.88199629239969, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 54819.0, "yPos": 0.0, "zPos": 20481.0 }, "orientation": { "xOri": 0.0, "yOri": 52.56862447334473, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 52926.0, "yPos": 0.0, "zPos": 21157.0 }, "orientation": { "xOri": 0.0, "yOri": 58.211484317251795, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 50831.0, "yPos": 0.0, "zPos": 21900.0 }, "orientation": { "xOri": 0.0, "yOri": 57.229994700404795, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 48871.0, "yPos": 0.0, "zPos": 22914.0 }, "orientation": { "xOri": 0.0, "yOri": 46.794905542371545, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 46843.0, "yPos": 0.0, "zPos": 24334.0 }, "orientation": { "xOri": 0.0, "yOri": 23.625472442833097, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 44882.0, "yPos": 0.0, "zPos": 26632.0 }, "orientation": { "xOri": 0.0, "yOri": 26.358394617821002, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 43598.0, "yPos": 0.0, "zPos": 29200.0 }, "orientation": { "xOri": 0.0, "yOri": 357.7974018382342, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 43057.0, "yPos": 0.0, "zPos": 31904.0 }, "orientation": { "xOri": 0.0, "yOri": 44.624957454367525, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 42652.0, "yPos": 0.0, "zPos": 34608.0 }, "orientation": { "xOri": 0.0, "yOri": 343.0867138999648, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 42855.0, "yPos": 0.0, "zPos": 36839.0 }, "orientation": { "xOri": 0.0, "yOri": 351.29973335990906, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 43193.0, "yPos": 0.0, "zPos": 39542.0 }, "orientation": { "xOri": 0.0, "yOri": 341.1244258101417, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 43666.0, "yPos": 0.0, "zPos": 41841.0 }, "orientation": { "xOri": 0.0, "yOri": 338.45292846155655, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 44747.0, "yPos": 0.0, "zPos": 43598.0 }, "orientation": { "xOri": 0.0, "yOri": 336.1903735234248, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 45896.0, "yPos": 0.0, "zPos": 45153.0 }, "orientation": { "xOri": 0.0, "yOri": 294.0968548453821, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 47789.0, "yPos": 0.0, "zPos": 45761.0 }, "orientation": { "xOri": 0.0, "yOri": 289.4387306357993, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 49614.0, "yPos": 0.0, "zPos": 46032.0 }, "orientation": { "xOri": 0.0, "yOri": 286.5667419333403, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 51439.0, "yPos": 0.0, "zPos": 45896.0 }, "orientation": { "xOri": 0.0, "yOri": 245.4356914358149, "zOri": 0.0 } }, { "country": { "country": "GERMANY" }, "name": "AxisFrontLine", "position": { "xPos": 53467.0, "yPos": 0.0, "zPos": 45288.0 }, "orientation": { "xOri": 0.0, "yOri": 242.0224623920861, "zOri": 0.0 } } ] } Overlays: ZIP file: https://drive.google.com/file/d/1f7i9k7vvo5J2-td6eyvNtPX2PCWoprqH/view?usp=sharing 2 - Squadron assignments were not affected on this one, at least. Have not checked the others yet. 3 - No problem. Here you go. Hope it does!
FTC_Riksen Posted March 13, 2020 Author Posted March 13, 2020 Bump Any news on this Pat? Do you need any additional help? Cheers
Semor76 Posted April 28, 2020 Posted April 28, 2020 Bump! Any news for map overlays? The default ones looks so naked to me.
PatrickAWlson Posted April 29, 2020 Posted April 29, 2020 I have the concept of map overlays working. At the moment the only overlays that I have are for Moscow October 1941. The overlays look like they might be for the stock game as they do not fit PWCG maps. Some points: There are about 45 date folders in PWCG. Each date folder needs 5 overlays (the same one scaled 5x). So that is 5 scaled copes of 45 distinct overlay images. The overlays for one date folder are about 3 MB. That makes 120 MB in overlays, which is 1.5x the entire PWCG download. Not sure how well they compress. Because of the image combination using overlays makes maps load slower. So the code is in place but there is a lot of work to be done. A grand total of 2oo+ overlay images have to be made specifically for PWCG and there are currently zero that are suitable for use. @Riksen is in a better position to speak to how difficult these are to make.
Utopioneer Posted April 30, 2020 Posted April 30, 2020 (edited) I was actually under the (wrong) impression we were talking about the in-game map arrows and descriptions. Would that be desirable for most users out there? Only the host sees the PWCG map but everybody that participates sees the in-game map. Similar to the front line, they're created by linking Icon MCUs in a specific pattern with "Attack" line types. They would only need 1 set per front line date, and would likely add very little to the filesize of the data. Below is an example from a mission I was working on. I think I updated the blue after this, found it too saturated as is. Edited April 30, 2020 by Utopioneer
FTC_Riksen Posted April 30, 2020 Author Posted April 30, 2020 Hey Pat, Sorry it took me so long to get back to you. Regarding the overlays, yes they are the game's overlays used in the carreer mode .... So it does require a new redesigned front line to adapt them into PWCG (see front line file above). I think they would be quite imerssive especially later on when you introduce the ability to share the status of the campaign online with the other players. The hardest part to introduce them, IMHO, would be adapting the frontlines to the overlays but it is doable .... Maybe you could create it overlay as an Add-on similar to what we have for PWCG music files.
PatrickAWlson Posted April 30, 2020 Posted April 30, 2020 @Utopioneer PWCG front lines are not the same as in game. Movement dates are different and PWCG alters history a bit to maximize use of airfields. Front lines as drawn on the map in game are provided by PWCG. I have no idea how in game overlays work, but those too would have to come from PWCG. At the moment I am only trying to get the overlays to show in PWCG.
Utopioneer Posted April 30, 2020 Posted April 30, 2020 6 minutes ago, PatrickAWlson said: @Utopioneer PWCG front lines are not the same as in game. Movement dates are different and PWCG alters history a bit to maximize use of airfields. Front lines as drawn on the map in game are provided by PWCG. I have no idea how in game overlays work, but those too would have to come from PWCG. At the moment I am only trying to get the overlays to show in PWCG. 100% understood, and to be clear what I'm suggesting would not be tied in any way to built in career front lines. They can be drawn to match PWCG front lines. I can modify a PWCG mission file as an example, and if they could be easily implemented I would be willing to generate the set myself.
PatrickAWlson Posted April 30, 2020 Posted April 30, 2020 7 minutes ago, Utopioneer said: 100% understood, and to be clear what I'm suggesting would not be tied in any way to built in career front lines. They can be drawn to match PWCG front lines. I can modify a PWCG mission file as an example, and if they could be easily implemented I would be willing to generate the set myself. If you can provide me with a mission file with overlays that would be appreciated.
Utopioneer Posted April 30, 2020 Posted April 30, 2020 OverlayExample.zip Attached is an example mission. I generated a mission in PWCG and then modified to add the map overlay elements. I kept it very simple, but there are other types of shapes and icons that could be added, and they can be set up to only be visible by one side or the other. These map elements would only need to be made once for each front line shift. 1 1
PatrickAWlson Posted April 30, 2020 Posted April 30, 2020 14 hours ago, Riksen said: Hey Pat, Sorry it took me so long to get back to you. Regarding the overlays, yes they are the game's overlays used in the carreer mode .... So it does require a new redesigned front line to adapt them into PWCG (see front line file above). I think they would be quite imerssive especially later on when you introduce the ability to share the status of the campaign online with the other players. The hardest part to introduce them, IMHO, would be adapting the frontlines to the overlays but it is doable .... Maybe you could create it overlay as an Add-on similar to what we have for PWCG music files. Appreciate the thought but I do not want to redesign the front line to use overlays. That requires a lot of effort and can lead to bad things. Instead I want to make overlays for the front lines as they are. That means about 45 overlays - then resize them for each map. I do Gimp so I know what they are ... layered PNG files (could be any format that accommodates layers and transparency) with opacity set pretty low. I can definitely do them myself over time ... so can everybody else so hopefully this will be a community effort. That all leads me to something that might be simpler and better - or at least complimentary. Instead of the map size overlays i could do a more simple graphic - one arrow. I could then place arrows where the in mission assaults are actually happening (they happen almost every mission whether players notice them or not ). Using the sample file that Utopioneer provided I can make roughly the same overlay appear in the mission. Now. instead of a "here is the battle front" presentation that does not relate to the mission at hand, you will have an indication where the actual attacks in the mission are happening. When you fly the mission you will have the same overlays showing you where the ground action is. The "this is the battle front" overlays still have a place: those would be better for all of the map presentations other than the briefing. Intel, the PWCG info map on the opening page, etc. The brief and debrief map would reflect the actual mission. 3
PatrickAWlson Posted April 30, 2020 Posted April 30, 2020 I got it working. These arrows show the actual battles that are going to be there in the mission. The Russians are mounting a small assault in the North while the Germans are mounting a larger one in the South. 1
FTC_Riksen Posted May 1, 2020 Author Posted May 1, 2020 @PatrickAWlson Let design one with the PWCG front line placement this weekend to see how it looks ok? 1 1
FTC_Riksen Posted May 2, 2020 Author Posted May 2, 2020 I created an overlay for the first period of Bodenplatte as a test using the PWCG frontlines. The frontlines are not perfect as this was just a test but I believe I can match their position exactly on top of each other so it does not look off. Either way, this was just to get a feel of how it would look .... 1 2
PatrickAWlson Posted May 2, 2020 Posted May 2, 2020 @Riksen Suggestion: do not model the front lines in the overlay at all. The front is shown on every PWCG map in game and in PWCG, so I don't think you need it in the overlay. Easiest and IMHO best solution is just don't worry about it.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now