From 61391bd1b56f16a63d26a3f09ff6b16cdfcd49a6 Mon Sep 17 00:00:00 2001 From: Stuart Date: Mon, 15 Oct 2018 16:42:02 +0100 Subject: [PATCH] Add what's new --- 0.6.7/index.html | 4 ++-- 0.7.0/index.html | 2 ++ embed.html | 7 ++++--- index.html | 26 ++++++++++++++++++++++++++ 4 files changed, 34 insertions(+), 5 deletions(-) diff --git a/0.6.7/index.html b/0.6.7/index.html index a728a88..e71dce2 100644 --- a/0.6.7/index.html +++ b/0.6.7/index.html @@ -7,7 +7,7 @@ VirtualSky application (c) 2010 Stuart Lowe (Las Cumbras Observatory Global Telescope) --> - + @@ -80,6 +81,9 @@ prettyPrint(); var vs = S.virtualsky({id:'starmap',projection:'stereo',gridlines_az:true,gridlines_eq:true,constellations:true,live:true,az:90}); + + S('h1').append(' v'+vs.version+''); + var planetariumbg = S.virtualsky({id:'bg',az:120,gridlines_eq:true,showorbits:true,showstarlabels:true,meteorshowers:true,constellations:true,projection:'stereo',credit:false,showdate:false,showposition:false}); var planetarium = S.virtualsky({id:'starmap1'}); var planetarium2 = S.virtualsky({id:'starmap2',projection:'stereo',az:225,constellations:true,constellationboundaries:true,boundaries:[ @@ -171,7 +175,9 @@

VirtualSky

+

Contents