less copy protection, more size visualization
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

465 lines
24 KiB

  1. function makeRealBuilding(name, sides) {
  2. let views = {};
  3. sides.forEach(side => {
  4. views[side[0]] = {
  5. attributes: {
  6. height: {
  7. name: "Height",
  8. power: 1,
  9. type: "length",
  10. base: math.unit(side[1], "meters")
  11. }
  12. },
  13. image: { source: "./media/real-buildings/" + side[0] + ".svg" },
  14. name: side[0],
  15. rename: true
  16. }
  17. })
  18. return {
  19. name: name,
  20. constructor: () => makeEntity({ name: name }, views)
  21. }
  22. }
  23. function makeRealBuildings() {
  24. const results = [];
  25. results.push(makeRealBuilding(
  26. "Chicago Buildings",
  27. [
  28. ["Chase Tower-North", 259.0],
  29. ["Chase Tower-Northwest", 259.0],
  30. ["Chase Tower-West", 259.0],
  31. ["Chase Tower-North (Top)", 59.5516357421875],
  32. ["Chase Tower-West (Top)", 95.609619140625],
  33. ["Crain Communications Building-North", 177.39999389648438],
  34. ["Crain Communications Building-Northwest", 177.39999389648438],
  35. ["Crain Communications Building-West", 177.39999389648438],
  36. ["Crain Communications Building-North (Top)", 46.27587890625],
  37. ["Crain Communications Building-West (Top)", 38.86086654663086],
  38. ["Harbor Point-North", 168.0],
  39. ["Harbor Point-Northwest", 168.0],
  40. ["Harbor Point-West", 168.0],
  41. ["Harbor Point-North (Top)", 56.6817626953125],
  42. ["Harbor Point-West (Top)", 59.33990478515625],
  43. ["McCormick Place Convention Center-North", 50.0],
  44. ["McCormick Place Convention Center-Northwest", 50.0],
  45. ["McCormick Place Convention Center-West", 50.0],
  46. ["McCormick Place Convention Center-North (Top)", 835.5029296875],
  47. ["McCormick Place Convention Center-West (Top)", 959.2711181640625],
  48. ["North Harbor Tower-North", 163.0],
  49. ["North Harbor Tower-Northwest", 163.0],
  50. ["North Harbor Tower-West", 163.0],
  51. ["North Harbor Tower-North (Top)", 51.142578125],
  52. ["North Harbor Tower-West (Top)", 26.57373046875],
  53. ["One Museum Park East-North", 221.0],
  54. ["One Museum Park East-Northwest", 221.0],
  55. ["One Museum Park East-West", 221.0],
  56. ["One Museum Park East-North (Top)", 49.270263671875],
  57. ["One Museum Park East-West (Top)", 50.97662353515625],
  58. ["Soldier Field-North", 60.0],
  59. ["Soldier Field-Northwest", 60.0],
  60. ["Soldier Field-West", 60.0],
  61. ["Soldier Field-North (Top)", 356.93212890625],
  62. ["Soldier Field-West (Top)", 218.7261962890625],
  63. ["The Merchandise Mart-North", 104.0],
  64. ["The Merchandise Mart-Northwest", 104.0],
  65. ["The Merchandise Mart-West", 104.0],
  66. ["The Merchandise Mart-North (Top)", 102.9521484375],
  67. ["The Merchandise Mart-West (Top)", 221.81201171875],
  68. ["Trump International Hotel & Tower Chicago-North", 423.0],
  69. ["Trump International Hotel & Tower Chicago-Northwest", 423.0],
  70. ["Trump International Hotel & Tower Chicago-West", 423.0],
  71. ["Trump International Hotel & Tower Chicago-North (Top)", 98.48388671875],
  72. ["Trump International Hotel & Tower Chicago-West (Top)", 76.71368408203125],
  73. ["Willis Tower-North", 527.0],
  74. ["Willis Tower-Northwest", 527.0],
  75. ["Willis Tower-West", 527.0],
  76. ["Willis Tower-North (Top)", 72.828125],
  77. ["Willis Tower-West (Top)", 71.40435791015625]
  78. ]
  79. ))
  80. results.push(makeRealBuilding(
  81. "New York City Buildings",
  82. [
  83. ["1 Wall Street-North", 199.0],
  84. ["1 Wall Street-Northwest", 199.0],
  85. ["1 Wall Street-West", 199.0],
  86. ["1 Wall Street-North (Top)", 62.22757339477539],
  87. ["1 Wall Street-West (Top)", 51.93975830078125],
  88. ["125 Greenwich Street-North", 278.0],
  89. ["125 Greenwich Street-Northwest", 278.0],
  90. ["125 Greenwich Street-West", 278.0],
  91. ["125 Greenwich Street-North (Top)", 39.897377014160156],
  92. ["125 Greenwich Street-West (Top)", 42.04002380371094],
  93. ["28 Liberty-North", 248.0],
  94. ["28 Liberty-Northwest", 248.0],
  95. ["28 Liberty-West", 248.0],
  96. ["28 Liberty-North (Top)", 80.5832748413086],
  97. ["28 Liberty-West (Top)", 86.45325469970703],
  98. ["60 Wall Street-North", 227.0],
  99. ["60 Wall Street-Northwest", 227.0],
  100. ["60 Wall Street-West", 227.0],
  101. ["60 Wall Street-North (Top)", 104.59471130371094],
  102. ["60 Wall Street-West (Top)", 92.3785400390625],
  103. ["Barclay Tower-North", 205.0],
  104. ["Barclay Tower-Northwest", 205.0],
  105. ["Barclay Tower-West", 205.0],
  106. ["Barclay Tower-North (Top)", 49.04693603515625],
  107. ["Barclay Tower-West (Top)", 55.31927490234375],
  108. ["Chatham Green-North", 68.0],
  109. ["Chatham Green-Northwest", 68.0],
  110. ["Chatham Green-West", 68.0],
  111. ["Chatham Green-North (Top)", 131.54913330078125],
  112. ["Chatham Green-West (Top)", 141.11834716796875],
  113. ["Continental Center-North", 169.0],
  114. ["Continental Center-Northwest", 169.0],
  115. ["Continental Center-West", 169.0],
  116. ["Continental Center-North (Top)", 67.05844116210938],
  117. ["Continental Center-West (Top)", 70.59909057617188],
  118. ["Federal Reserve Bank of New York-North", 79.0],
  119. ["Federal Reserve Bank of New York-Northwest", 79.0],
  120. ["Federal Reserve Bank of New York-West", 79.0],
  121. ["Federal Reserve Bank of New York-North (Top)", 124.53176879882812],
  122. ["Federal Reserve Bank of New York-West (Top)", 98.12418365478516],
  123. ["Goldman Sachs Tower-North", 228.0],
  124. ["Goldman Sachs Tower-Northwest", 228.0],
  125. ["Goldman Sachs Tower-West", 228.0],
  126. ["Goldman Sachs Tower-North (Top)", 133.60693359375],
  127. ["Goldman Sachs Tower-West (Top)", 83.52786254882812],
  128. ["Marine Midland Building-North", 210.0],
  129. ["Marine Midland Building-Northwest", 210.0],
  130. ["Marine Midland Building-West", 210.0],
  131. ["Marine Midland Building-North (Top)", 62.683738708496094],
  132. ["Marine Midland Building-West (Top)", 69.3470458984375],
  133. ["New York Stock Exchange-North", 104.80000305175781],
  134. ["New York Stock Exchange-Northwest", 104.80000305175781],
  135. ["New York Stock Exchange-West", 104.80000305175781],
  136. ["New York Stock Exchange-North (Top)", 81.9200439453125],
  137. ["New York Stock Exchange-West (Top)", 63.66112518310547],
  138. ["One Financial Square-North", 175.0],
  139. ["One Financial Square-Northwest", 175.0],
  140. ["One Financial Square-West", 175.0],
  141. ["One Financial Square-North (Top)", 77.946044921875],
  142. ["One Financial Square-West (Top)", 77.87554931640625],
  143. ["One Liberty Plaza-North", 226.0],
  144. ["One Liberty Plaza-Northwest", 226.0],
  145. ["One Liberty Plaza-West", 226.0],
  146. ["One Liberty Plaza-North (Top)", 80.30592346191406],
  147. ["One Liberty Plaza-West (Top)", 87.76655578613281],
  148. ["One World Trade Center-North", 541.0],
  149. ["One World Trade Center-Northwest", 541.0],
  150. ["One World Trade Center-West", 541.0],
  151. ["One World Trade Center-North (Top)", 88.0433349609375],
  152. ["One World Trade Center-West (Top)", 87.99082946777344],
  153. ["Saint Paul's Chapel-North", 67.05000305175781],
  154. ["Saint Paul's Chapel-Northwest", 67.05000305175781],
  155. ["Saint Paul's Chapel-West", 67.05000305175781],
  156. ["Saint Paul's Chapel-North (Top)", 40.241607666015625],
  157. ["Saint Paul's Chapel-West (Top)", 46.44340515136719],
  158. ["The Visionaire-North", 118.0],
  159. ["The Visionaire-Northwest", 118.0],
  160. ["The Visionaire-West", 118.0],
  161. ["The Visionaire-North (Top)", 76.42178344726562],
  162. ["The Visionaire-West (Top)", 61.637939453125],
  163. ["Wall Street-North", 282.5],
  164. ["Wall Street-Northwest", 282.5],
  165. ["Wall Street-West", 282.5],
  166. ["Wall Street-North (Top)", 482.1182861328125],
  167. ["Wall Street-West (Top)", 566.583984375],
  168. ["Woolworth Building-North", 237.8000030517578],
  169. ["Woolworth Building-Northwest", 237.8000030517578],
  170. ["Woolworth Building-West", 237.8000030517578],
  171. ["Woolworth Building-North (Top)", 68.01544189453125],
  172. ["Woolworth Building-West (Top)", 72.90354919433594]
  173. ]
  174. ))
  175. results.push(makeRealBuilding(
  176. "Houston Buildings",
  177. [
  178. ["1 Houston Center-North", 207.0],
  179. ["1 Houston Center-Northwest", 207.0],
  180. ["1 Houston Center-West", 207.0],
  181. ["1 Houston Center-North (Top)", 65.34457397460938],
  182. ["1 Houston Center-West (Top)", 69.97818756103516],
  183. ["1400 Smith Street-North", 211.0],
  184. ["1400 Smith Street-Northwest", 211.0],
  185. ["1400 Smith Street-West", 211.0],
  186. ["1400 Smith Street-North (Top)", 33.926368713378906],
  187. ["1400 Smith Street-West (Top)", 79.16937255859375],
  188. ["609 Main-North", 230.0],
  189. ["609 Main-Northwest", 230.0],
  190. ["609 Main-West", 230.0],
  191. ["609 Main-North (Top)", 80.4395751953125],
  192. ["609 Main-West (Top)", 88.91714477539062],
  193. ["Allen Center-North", 209.0],
  194. ["Allen Center-Northwest", 209.0],
  195. ["Allen Center-West", 209.0],
  196. ["Allen Center-North (Top)", 182.77867126464844],
  197. ["Allen Center-West (Top)", 221.2498779296875],
  198. ["Alley Theatre-North", 61.0],
  199. ["Alley Theatre-Northwest", 61.0],
  200. ["Alley Theatre-West", 61.0],
  201. ["Alley Theatre-North (Top)", 106.58892822265625],
  202. ["Alley Theatre-West (Top)", 105.73934936523438],
  203. ["Bayou Place-North", 15.0],
  204. ["Bayou Place-Northwest", 15.0],
  205. ["Bayou Place-West", 15.0],
  206. ["Bayou Place-North (Top)", 187.7071533203125],
  207. ["Bayou Place-West (Top)", 295.92242431640625],
  208. ["BBVA Stadium-North", 21.181272506713867],
  209. ["BBVA Stadium-Northwest", 21.181272506713867],
  210. ["BBVA Stadium-West", 21.181272506713867],
  211. ["BBVA Stadium-North (Top)", 243.41409301757812],
  212. ["BBVA Stadium-West (Top)", 215.81854248046875],
  213. ["BG Group Place-North", 192.0],
  214. ["BG Group Place-Northwest", 192.0],
  215. ["BG Group Place-West", 192.0],
  216. ["BG Group Place-North (Top)", 67.34878540039062],
  217. ["BG Group Place-West (Top)", 78.39398956298828],
  218. ["Bob Lanier Public Works Building-North", 125.0],
  219. ["Bob Lanier Public Works Building-Northwest", 125.0],
  220. ["Bob Lanier Public Works Building-West", 125.0],
  221. ["Bob Lanier Public Works Building-North (Top)", 88.43267822265625],
  222. ["Bob Lanier Public Works Building-West (Top)", 94.69607543945312],
  223. ["CenterPoint Energy Plaza-North", 225.89999389648438],
  224. ["CenterPoint Energy Plaza-Northwest", 225.89999389648438],
  225. ["CenterPoint Energy Plaza-West", 225.89999389648438],
  226. ["CenterPoint Energy Plaza-North (Top)", 67.96113586425781],
  227. ["CenterPoint Energy Plaza-West (Top)", 67.71673583984375],
  228. ["Enterprise Plaza-North", 230.0],
  229. ["Enterprise Plaza-Northwest", 230.0],
  230. ["Enterprise Plaza-West", 230.0],
  231. ["Enterprise Plaza-North (Top)", 92.30743408203125],
  232. ["Enterprise Plaza-West (Top)", 78.3553466796875],
  233. ["ExxonMobil Building-North", 185.0],
  234. ["ExxonMobil Building-Northwest", 185.0],
  235. ["ExxonMobil Building-West", 185.0],
  236. ["ExxonMobil Building-North (Top)", 79.45152282714844],
  237. ["ExxonMobil Building-West (Top)", 89.8104248046875],
  238. ["First City Tower-North", 202.0],
  239. ["First City Tower-Northwest", 202.0],
  240. ["First City Tower-West", 202.0],
  241. ["First City Tower-North (Top)", 96.1246109008789],
  242. ["First City Tower-West (Top)", 61.35746765136719],
  243. ["Fulbright Tower-North", 221.0],
  244. ["Fulbright Tower-Northwest", 221.0],
  245. ["Fulbright Tower-West", 221.0],
  246. ["Fulbright Tower-North (Top)", 55.392723083496094],
  247. ["Fulbright Tower-West (Top)", 58.08205032348633],
  248. ["George R. Brown Convention Center-North", 30.0],
  249. ["George R. Brown Convention Center-Northwest", 30.0],
  250. ["George R. Brown Convention Center-West", 30.0],
  251. ["George R. Brown Convention Center-North (Top)", 474.71661376953125],
  252. ["George R. Brown Convention Center-West (Top)", 386.85015869140625],
  253. ["Hess Tower-North", 149.0],
  254. ["Hess Tower-Northwest", 149.0],
  255. ["Hess Tower-West", 149.0],
  256. ["Hess Tower-North (Top)", 73.15848541259766],
  257. ["Hess Tower-West (Top)", 86.75668334960938],
  258. ["Hobby Center for the Performing Arts-North", 15.320470809936523],
  259. ["Hobby Center for the Performing Arts-Northwest", 15.320470809936523],
  260. ["Hobby Center for the Performing Arts-West", 15.320470809936523],
  261. ["Hobby Center for the Performing Arts-North (Top)", 121.2255859375],
  262. ["Hobby Center for the Performing Arts-West (Top)", 148.88623046875],
  263. ["Houston City Hall-North", 60.0],
  264. ["Houston City Hall-Northwest", 60.0],
  265. ["Houston City Hall-West", 60.0],
  266. ["Houston City Hall-North (Top)", 78.68081665039062],
  267. ["Houston City Hall-West (Top)", 75.5335693359375],
  268. ["JPMorgan Chase Tower-North", 305.0],
  269. ["JPMorgan Chase Tower-Northwest", 305.0],
  270. ["JPMorgan Chase Tower-West", 305.0],
  271. ["JPMorgan Chase Tower-North (Top)", 64.04220581054688],
  272. ["JPMorgan Chase Tower-West (Top)", 52.7445068359375],
  273. ["Minute Maid Park-North", 74.0],
  274. ["Minute Maid Park-Northwest", 74.0],
  275. ["Minute Maid Park-West", 74.0],
  276. ["Minute Maid Park-North (Top)", 326.86773681640625],
  277. ["Minute Maid Park-West (Top)", 305.28021240234375],
  278. ["Pennzoil Place-North", 121.0],
  279. ["Pennzoil Place-Northwest", 121.0],
  280. ["Pennzoil Place-West", 121.0],
  281. ["Pennzoil Place-North (Top)", 106.299560546875],
  282. ["Pennzoil Place-West (Top)", 106.25372314453125],
  283. ["Reliant Energy Plaza-North", 158.0],
  284. ["Reliant Energy Plaza-Northwest", 158.0],
  285. ["Reliant Energy Plaza-West", 158.0],
  286. ["Reliant Energy Plaza-North (Top)", 99.8541259765625],
  287. ["Reliant Energy Plaza-West (Top)", 100.40081787109375],
  288. ["TC Energy Center-North", 238.0],
  289. ["TC Energy Center-Northwest", 238.0],
  290. ["TC Energy Center-West", 238.0],
  291. ["TC Energy Center-North (Top)", 107.145751953125],
  292. ["TC Energy Center-West (Top)", 107.35494995117188],
  293. ["Texas Medical Center-North", 131.0],
  294. ["Texas Medical Center-Northwest", 131.0],
  295. ["Texas Medical Center-West", 131.0],
  296. ["Texas Medical Center-North (Top)", 1024.72265625],
  297. ["Texas Medical Center-West (Top)", 1229.794189453125],
  298. ["Toyota Center-North", 46.0],
  299. ["Toyota Center-Northwest", 46.0],
  300. ["Toyota Center-West", 46.0],
  301. ["Toyota Center-North (Top)", 188.37484741210938],
  302. ["Toyota Center-West (Top)", 189.456298828125],
  303. ["Wedge International Tower-North", 168.0],
  304. ["Wedge International Tower-Northwest", 168.0],
  305. ["Wedge International Tower-West", 168.0],
  306. ["Wedge International Tower-North (Top)", 69.53223419189453],
  307. ["Wedge International Tower-West (Top)", 64.026123046875],
  308. ["Wells Fargo Plaza-North", 302.0],
  309. ["Wells Fargo Plaza-Northwest", 302.0],
  310. ["Wells Fargo Plaza-West", 302.0],
  311. ["Wells Fargo Plaza-North (Top)", 55.492156982421875],
  312. ["Wells Fargo Plaza-West (Top)", 70.21014404296875]
  313. ]
  314. ))
  315. results.push(makeRealBuilding(
  316. "Boston Buildings",
  317. [
  318. ["100 Clarendon Street Garage-North", 23.692787170410156],
  319. ["100 Clarendon Street Garage-Northwest", 23.692787170410156],
  320. ["100 Clarendon Street Garage-West", 23.692787170410156],
  321. ["100 Clarendon Street Garage-North (Top)", 71.71160888671875],
  322. ["100 Clarendon Street Garage-West (Top)", 189.588623046875],
  323. ["200 Clarendon-North", 189.7631378173828],
  324. ["200 Clarendon-Northwest", 189.7631378173828],
  325. ["200 Clarendon-West", 189.7631378173828],
  326. ["200 Clarendon-North (Top)", 86.68341064453125],
  327. ["200 Clarendon-West (Top)", 97.6390380859375],
  328. ["5 Post Office Square-North", 105.0],
  329. ["5 Post Office Square-Northwest", 105.0],
  330. ["5 Post Office Square-West", 105.0],
  331. ["5 Post Office Square-North (Top)", 73.4512939453125],
  332. ["5 Post Office Square-West (Top)", 61.550628662109375],
  333. ["54 Green Building-North", 90.0],
  334. ["54 Green Building-Northwest", 90.0],
  335. ["54 Green Building-West", 90.0],
  336. ["54 Green Building-North (Top)", 26.70819091796875],
  337. ["54 Green Building-West (Top)", 36.661865234375],
  338. ["Boston Marriott Long Wharf-North", 37.445552825927734],
  339. ["Boston Marriott Long Wharf-Northwest", 37.445552825927734],
  340. ["Boston Marriott Long Wharf-West", 37.445552825927734],
  341. ["Boston Marriott Long Wharf-North (Top)", 66.61810302734375],
  342. ["Boston Marriott Long Wharf-West (Top)", 152.33966064453125],
  343. ["Boston Public Library-North", 24.0],
  344. ["Boston Public Library-Northwest", 24.0],
  345. ["Boston Public Library-West", 24.0],
  346. ["Boston Public Library-North (Top)", 116.505859375],
  347. ["Boston Public Library-West (Top)", 161.231201171875],
  348. ["Bunker Hill Monument-North", 67.0],
  349. ["Bunker Hill Monument-Northwest", 67.0],
  350. ["Bunker Hill Monument-West", 67.0],
  351. ["Bunker Hill Monument-North (Top)", 11.143310546875],
  352. ["Bunker Hill Monument-West (Top)", 11.126452445983887],
  353. ["Center Plaza-North", 20.767358779907227],
  354. ["Center Plaza-Northwest", 20.767358779907227],
  355. ["Center Plaza-West", 20.767358779907227],
  356. ["Center Plaza-North (Top)", 211.80734252929688],
  357. ["Center Plaza-West (Top)", 102.37761688232422],
  358. ["Copley Place-North", 127.27559661865234],
  359. ["Copley Place-Northwest", 127.27559661865234],
  360. ["Copley Place-West", 127.27559661865234],
  361. ["Copley Place-North (Top)", 223.21246337890625],
  362. ["Copley Place-West (Top)", 255.1904296875],
  363. ["Exchange Place-North", 156.0],
  364. ["Exchange Place-Northwest", 156.0],
  365. ["Exchange Place-West", 156.0],
  366. ["Exchange Place-North (Top)", 52.10015869140625],
  367. ["Exchange Place-West (Top)", 67.7081298828125],
  368. ["Federal Reserve Bank of Boston-North", 187.0],
  369. ["Federal Reserve Bank of Boston-Northwest", 187.0],
  370. ["Federal Reserve Bank of Boston-West", 187.0],
  371. ["Federal Reserve Bank of Boston-North (Top)", 147.09347534179688],
  372. ["Federal Reserve Bank of Boston-West (Top)", 148.926513671875],
  373. ["Fenway Park-North", 20.531841278076172],
  374. ["Fenway Park-Northwest", 20.531841278076172],
  375. ["Fenway Park-West", 20.531841278076172],
  376. ["Fenway Park-North (Top)", 168.6722412109375],
  377. ["Fenway Park-West (Top)", 272.857177734375],
  378. ["Four Seasons Hotel One Dalton-North", 226.0],
  379. ["Four Seasons Hotel One Dalton-Northwest", 226.0],
  380. ["Four Seasons Hotel One Dalton-West", 226.0],
  381. ["Four Seasons Hotel One Dalton-North (Top)", 46.4114990234375],
  382. ["Four Seasons Hotel One Dalton-West (Top)", 48.4373779296875],
  383. ["Hynes Convention Center-North", 24.296863555908203],
  384. ["Hynes Convention Center-Northwest", 24.296863555908203],
  385. ["Hynes Convention Center-West", 24.296863555908203],
  386. ["Hynes Convention Center-North (Top)", 170.75579833984375],
  387. ["Hynes Convention Center-West (Top)", 198.8106689453125],
  388. ["Massachusetts State House-North", 40.0],
  389. ["Massachusetts State House-Northwest", 40.0],
  390. ["Massachusetts State House-West", 40.0],
  391. ["Massachusetts State House-North (Top)", 167.57830810546875],
  392. ["Massachusetts State House-West (Top)", 147.17738342285156],
  393. ["Massachusetts State Transportation Building-North", 28.70726203918457],
  394. ["Massachusetts State Transportation Building-Northwest", 28.70726203918457],
  395. ["Massachusetts State Transportation Building-West", 28.70726203918457],
  396. ["Massachusetts State Transportation Building-North (Top)", 120.55093383789062],
  397. ["Massachusetts State Transportation Building-West (Top)", 193.1099853515625],
  398. ["McCormack Building-North", 122.0],
  399. ["McCormack Building-Northwest", 122.0],
  400. ["McCormack Building-West", 122.0],
  401. ["McCormack Building-North (Top)", 66.56829833984375],
  402. ["McCormack Building-West (Top)", 43.63642120361328],
  403. ["Millenium Tower-North", 209.0],
  404. ["Millenium Tower-Northwest", 209.0],
  405. ["Millenium Tower-West", 209.0],
  406. ["Millenium Tower-North (Top)", 70.20889282226562],
  407. ["Millenium Tower-West (Top)", 77.93557739257812],
  408. ["MIT-North", 90.0],
  409. ["MIT-Northwest", 90.0],
  410. ["MIT-West", 90.0],
  411. ["MIT-North (Top)", 1398.5234375],
  412. ["MIT-West (Top)", 2593.773681640625],
  413. ["One Post Office Square-North", 160.0],
  414. ["One Post Office Square-Northwest", 160.0],
  415. ["One Post Office Square-West", 160.0],
  416. ["One Post Office Square-North (Top)", 62.16075134277344],
  417. ["One Post Office Square-West (Top)", 58.743896484375],
  418. ["Prudential Center-North", 276.0],
  419. ["Prudential Center-Northwest", 276.0],
  420. ["Prudential Center-West", 276.0],
  421. ["Prudential Center-North (Top)", 322.4747314453125],
  422. ["Prudential Center-West (Top)", 262.677978515625],
  423. ["Quincy Market-North", 23.99773406982422],
  424. ["Quincy Market-Northwest", 23.99773406982422],
  425. ["Quincy Market-West", 23.99773406982422],
  426. ["Quincy Market-North (Top)", 121.1820068359375],
  427. ["Quincy Market-West (Top)", 177.55661010742188],
  428. ["Rowes Wharf-North", 54.192569732666016],
  429. ["Rowes Wharf-Northwest", 54.192569732666016],
  430. ["Rowes Wharf-West", 54.192569732666016],
  431. ["Rowes Wharf-North (Top)", 181.87112426757812],
  432. ["Rowes Wharf-West (Top)", 131.46734619140625],
  433. ["South Station-North", 35.0],
  434. ["South Station-Northwest", 35.0],
  435. ["South Station-West", 35.0],
  436. ["South Station-North (Top)", 340.06695556640625],
  437. ["South Station-West (Top)", 201.49136352539062],
  438. ["State Street Financial Center-North", 155.0],
  439. ["State Street Financial Center-Northwest", 155.0],
  440. ["State Street Financial Center-West", 155.0],
  441. ["State Street Financial Center-North (Top)", 45.840087890625],
  442. ["State Street Financial Center-West (Top)", 72.14659118652344],
  443. ["The Berkeley Building-North", 180.0],
  444. ["The Berkeley Building-Northwest", 180.0],
  445. ["The Berkeley Building-West", 180.0],
  446. ["The Berkeley Building-North (Top)", 127.220703125],
  447. ["The Berkeley Building-West (Top)", 171.654052734375],
  448. ["Two International Place-North", 164.0],
  449. ["Two International Place-Northwest", 164.0],
  450. ["Two International Place-West", 164.0],
  451. ["Two International Place-North (Top)", 40.56541442871094],
  452. ["Two International Place-West (Top)", 47.13421630859375]
  453. ]
  454. ))
  455. return results;
  456. }