From dafd944e6bdb9c740f0b2c281d8447417a7449bf Mon Sep 17 00:00:00 2001 From: Azgaar Date: Fri, 12 Jul 2024 00:32:40 +0200 Subject: [PATCH] feat: configurable longitude --- index.css | 9 +-- index.html | 42 +++++++++-- 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 +- 8 files changed, 110 insertions(+), 73 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..da5c75ea 100644 --- a/index.html +++ b/index.html @@ -2534,15 +2534,15 @@
-
+
+ + +
+