Guest User

Untitled

a guest
Aug 10th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. "feeds": [{
  2. "id": 1,
  3. "name": "NZWP1",
  4. "polarPlot": false
  5. }, {
  6. "id": 2,
  7. "name": "NZMB1",
  8. "polarPlot": false
  9. }, {
  10. "id": 3,
  11. "name": "PUB_VRS",
  12. "polarPlot": false
  13. }, {
  14. "id": 4,
  15. "name": "NZAP1",
  16. "polarPlot": true
  17. }, {
  18. "id": 7,
  19. "name": "PUB_IN",
  20. "polarPlot": false
  21. }, {
  22. "id": 9,
  23. "name": "MLAT",
  24. "polarPlot": false
  25. }, {
  26. "id": 10,
  27. "name": "ADSBEX",
  28. "polarPlot": false
  29. }, {
  30. "id": 11,
  31. "name": "NZSI/AU",
  32. "polarPlot": false
  33. }, {
  34. "id": 13,
  35. "name": "MLATH",
  36. "polarPlot": false
  37. }, {
  38. "id": 14,
  39. "name": "VRS1",
  40. "polarPlot": false
  41. }, {
  42. "id": 15,
  43. "name": "VRS3",
  44. "polarPlot": false
  45. }, {
  46. "id": 18,
  47. "name": "Pub_Main",
  48. "polarPlot": false
  49. }, {
  50. "id": 19,
  51. "name": "PRIV_IN",
  52. "polarPlot": false
  53. }, {
  54. "id": 20,
  55. "name": "PUB_Pi",
  56. "polarPlot": false
  57. }, {
  58. "id": 21,
  59. "name": "Sat_Feed",
  60. "polarPlot": false
  61. }, {
  62. "id": 5,
  63. "name": "Merged Feed",
  64. "polarPlot": false
  65. }, {
  66. "id": 6,
  67. "name": "Merged Feed 2",
  68. "polarPlot": false
  69. }, {
  70. "id": 12,
  71. "name": "NZ",
  72. "polarPlot": false
  73. }]
  74.  
  75. "acList": [{
  76. "Id": 11363733,
  77. "Rcvr": 2,
  78. "HasSig": false,
  79. "Icao": "AD6595",
  80. "Bad": false,
  81. "Reg": "N962WN",
  82. "FSeen": "/Date(1533936304145)/",
  83. "TSecs": 1,
  84. "CMsgs": 2,
  85. "AltT": 0,
  86. "Call": "SWA1088",
  87. "Tisb": false,
  88. "Spd": 163.0,
  89. "Trak": 287.0,
  90. "TrkH": false,
  91. "Type": "B737",
  92. "Mdl": "Boeing 737NG 7H4/W",
  93. "Man": "Boeing",
  94. "CNum": "36963",
  95. "From": "MCO Orlando, United States",
  96. "To": "OKC Will Rogers World, Oklahoma City, United States",
  97. "Stops": ["PIT Pittsburgh, United States", "BWI Baltimore/Washington International Thurgood Marshal, Baltimore, United States", "PBI Palm Beach, West Palm Beach, United States", "TPA Tampa, United States", "STL Lambert St Louis, United States"],
  98. "Op": "Southwest Airlines",
  99. "OpIcao": "SWA",
  100. "Sqk": "",
  101. "Vsi": 1536,
  102. "VsiT": 0,
  103. "WTC": 2,
  104. "Species": 1,
  105. "Engines": "2",
  106. "EngType": 3,
  107. "EngMount": 0,
  108. "Mil": false,
  109. "Cou": "United States",
  110. "HasPic": false,
  111. "Interested": false,
  112. "FlightsCount": 413,
  113. "SpdTyp": 0,
  114. "CallSus": false,
  115. "Trt": 2,
  116. "Year": "2011"
  117. }]
  118.  
  119. var newArray = array1.concat(array2);
  120.  
  121. var newArray = feeds.concat(acList);
Add Comment
Please, Sign In to add comment