This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
ctd:stargate [2023/06/12 14:24] admin |
ctd:stargate [2025/03/11 16:33] (current) admin [Arc of the Covenant Gates] |
||
---|---|---|---|
Line 273: | Line 273: | ||
var data4 = google.visualization.arrayToDataTable([ | var data4 = google.visualization.arrayToDataTable([ | ||
['Lat', 'Long', 'Name', 'Marker'], | ['Lat', 'Long', 'Name', 'Marker'], | ||
- | [ 8.9 , 53.1, '1) Adare, Eire', 'b_01'], | + | [53.1, -8.9, '1) Adare, Eire', 'b_01'], |
- | [ 2.8 , 51.1, '2) Stonehenge, England', 'b_02'], | + | [ 51.1, -2.8, '2) Stonehenge, England', 'b_02'], |
- | [122.5 , 47.7, '3) Seattle, Washington State, USA', 'b_03'], | + | [47.7,-122.5, '3) Seattle, Washington State, USA', 'b_03'], |
- | [ 72.8 , 40.8, '4) Manhattan Island, NYC, USA', 'b_04'], | + | [ 40.8,-72.8, '4) Manhattan Island, NYC, USA', 'b_04'], |
- | [115.2 , 8.6, '5) Bali, South Pacific', 'b_05'], | + | [ -8.6,115.2, '5) Bali, South Pacific', 'b_05'], |
- | [130.5 , 24.5, '6) Ayers Rock, Australia', 'b_06'], | + | [-24.5,130.5, '6) Ayers Rock, Australia', 'b_06'], |
- | [111.9 , 34.1, '7) Phoenix, USA', 'b_07'], | + | [34.1,-111.9, '7) Phoenix, USA', 'b_07'], |
- | [ 64.9 , 32.1, '8) Atlantic Ocean, SW of Bermuda', 'b_08'], | + | [ 32.1,-64.9, '8) Atlantic Ocean, SW of Bermuda', 'b_08'], |
- | [ 13 , 88 , '9) Antarctica', 'b_09'], | + | [ -88,-13, '9) Antarctica', 'b_09'], |
- | [ 44.0 , 33.3, '10) Baghdad, Iraq', 'b_10'], | + | [ 33.3, 44.0, '10) Baghdad, Iraq', 'b_10'], |
- | [ 6.2 , 53.4, '11) Newgrange, Eire', 'b_11'], | + | [ 53.4, -6.2, '11) Newgrange, Eire', 'b_11'], |
- | [ 4.25, 50.7, '12) Cornwall, UK, Hawaii', 'b_12'] | + | [50.7, -4.25, '12) Cornwall, UK', 'b_12'] |
]); | ]); | ||
Line 339: | Line 339: | ||
===== Arc of the Covenant Gates ===== | ===== Arc of the Covenant Gates ===== | ||
+ | 3차 씨딩에 사용된 Arc of the Covenant Gates | ||
<HTML> | <HTML> | ||
<div id="chart_div4"></div> | <div id="chart_div4"></div> | ||
</HTML> | </HTML> | ||
+ | \\ | ||
+ | ^ Arc Gate ^ 위치 ^ P-SG ^ | ||
+ | ^ 1 | Adare, Eire | (8.9W, 53.1N) | | ||
+ | ^ 2 | Stonehenge, England | (2.8W, 51.1N) | | ||
+ | ^ 3 | Seattle, Washington State, USA | (122.5W, 47.7N) | | ||
+ | ^ 4 | Manhattan Island, NYC, USA | (72.8W, 40.8N) | | ||
+ | ^ 5 | Bali, South Pacific | (115.2E, 8.6S) | | ||
+ | ^ 6 | Ayers Rock, Australia | (130.5E, 24.5S) | | ||
+ | ^ 7 | Phoenix, USA | (111.9W, 34.1N) | | ||
+ | ^ 8 | Atlantic Ocean, SW of Bermuda | (64.9W, 32.1N) | | ||
+ | ^ 9 | Antarctica | (13W, 88S) | | ||
+ | ^ 10 | Al Basrah, Iraq | (44.0E, 33.3N) | | ||
+ | ^ 11 | Newgrange, Eire | (6.2W, 53.4N) | | ||
+ | ^ 12 | Cornwall, UK | (4.25W, 50.7N) | | ||
+ | \\ | ||
===== Inner Earth ===== | ===== Inner Earth ===== |