adding a few constellations more
parent
58bc22b1e6
commit
21f4906141
|
|
@ -26,3 +26,13 @@ Lupus
|
||||||
140 210,322 140,322 410,410 98,98 234,234 210,98 302,302 362,234 e_1,234 e_2
|
140 210,322 140,322 410,410 98,98 234,234 210,98 302,302 362,234 e_1,234 e_2
|
||||||
Leo
|
Leo
|
||||||
21 291,102 270,102 291,96 63,63 241,241 96,96 102,21 241,457 270,457 167
|
21 291,102 270,102 291,96 63,63 241,241 96,96 102,21 241,457 270,457 167
|
||||||
|
Lyra
|
||||||
|
5 e_4,e_4 e_5,e_5 221,221 274,274 e_4
|
||||||
|
Corona Borealis
|
||||||
|
69 353,353 e_6,69 429,429 e_7,e_7 e_8,e_8 e_9
|
||||||
|
Herculis
|
||||||
|
296 135,135 477,477 203,203 296,443 203,443 408,135 127,127 380,e_10 477,464 296,265 e_10,e_10 202
|
||||||
|
Ursa Minor
|
||||||
|
50 e_11,e_11 e_14,e_14 e_13,e_13 e_12,e_12 186,186 58,58 e_13
|
||||||
|
Draco
|
||||||
|
e_15 131,131 70,70 382,382 e_15,382 187,187 423,423 e_16,e_16 207,207 122,122 e_17,e_17 232,232 342,342 452,452 428
|
||||||
|
|
|
||||||
|
|
|
@ -1,3 +1,17 @@
|
||||||
1.394,-0.230,4.3,LA LEP
|
1.394,-0.230,4.3,LA LEP
|
||||||
1.367,-0.226,4.4,KA LEP
|
1.367,-0.226,4.4,KA LEP
|
||||||
0.825,0.866,4.0,JO PER
|
0.825,0.866,4.0,JO PER
|
||||||
|
4.950,0.644,4.3,DE2 LYR
|
||||||
|
5.046,0.666,4.4,TH LYR
|
||||||
|
4.071,0.547,4.1,TH CRB
|
||||||
|
4.143,0.455,4.6,DE CRB
|
||||||
|
4.178,0.469,4.2,EP CRB
|
||||||
|
4.195,0.521,5.0,JO CRB
|
||||||
|
4.585,0.456,4.4,LA HER
|
||||||
|
4.591,1.511,4.4,DE UMI
|
||||||
|
4.265,1.322,5.0,ET UMI
|
||||||
|
4.119,1.358,4.3,ZE UMI
|
||||||
|
4.389,1.432,4.2,EP UMI
|
||||||
|
4.591,0.963,4.9,NY2 DRA
|
||||||
|
5.042,1.280,4.5,TA DRA
|
||||||
|
4.197,1.022,4.0,TH DRA
|
||||||
|
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// make sure to enclose the function in parentheses
|
// make sure to enclose the function in parentheses
|
||||||
(function(back) {
|
(function(back) {
|
||||||
let settings = require('Storage').readJSON('planetarium.json',1)||{};
|
let settings = require('Storage').readJSON('planetarium.json',1)||{"starnames":false,"constellations":true,"consnames":false};
|
||||||
function save(key, value) {
|
function save(key, value) {
|
||||||
settings[key] = value;
|
settings[key] = value;
|
||||||
require('Storage').write('planetarium.json',settings);
|
require('Storage').write('planetarium.json',settings);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue