From e9ee6967ba7e5023d186c3f21ef40625e25fc905 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Fri, 12 Jul 2024 12:26:03 +0200 Subject: [PATCH] =?UTF-8?q?=D0=A1onfigurable=20longitude=20(#1095)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: configurable longitude * chore: update version --------- Co-authored-by: Azgaar --- index.css | 9 +-- index.html | 56 +++++++++++---- main.js | 120 ++++++++++++++++--------------- modules/dynamic/export-json.js | 3 +- modules/io/load.js | 1 + modules/io/save.js | 3 +- modules/ui/general.js | 2 +- modules/ui/world-configurator.js | 3 +- versioning.js | 2 +- 9 files changed, 118 insertions(+), 81 deletions(-) diff --git a/index.css b/index.css index eac6795b..f1cac6a8 100644 --- a/index.css +++ b/index.css @@ -2248,10 +2248,6 @@ svg.button { fill: blue; } -#globeOutline { - fill: url(#temperatureGradient); -} - #globeArea { fill: white; fill-opacity: 0.3; @@ -2262,6 +2258,11 @@ svg.button { stroke-width: 0.2; } +#globePrimeMeridian { + stroke: blue; + stroke-width: 1.4; +} + #globeEquator { stroke: red; stroke-width: 1.4; diff --git a/index.html b/index.html index d6038633..9f87ebaf 100644 --- a/index.html +++ b/index.html @@ -138,7 +138,7 @@ } - + @@ -2534,15 +2534,15 @@
-
+
+ + +
+