From 165c6ae6b22c0088c05fbe9b501d1ba2cacd5bc5 Mon Sep 17 00:00:00 2001 From: vasco Date: Fri, 13 Dec 2024 01:21:44 +0000 Subject: [PATCH] Refactor example imports --- example/airline-routes/highlight-links.html | 29 ++++++++++-------- .../us-international-outbound.html | 29 ++++++++++-------- example/basic/index.html | 20 ++++++++----- example/choropleth-countries/index.html | 26 +++++++++------- example/clouds/index.html | 21 +++++++------ example/countries-population/index.html | 20 ++++++++----- example/custom-globe-styling/index.html | 21 +++++++------ example/custom-layer/index.html | 21 +++++++------ example/earth-shield/index.html | 20 ++++++++----- example/earthquakes/index.html | 25 +++++++++------- example/emit-arcs-on-click/index.html | 22 ++++++++------ example/heatmap/index.html | 20 ++++++++----- example/hexed-polygons/index.html | 20 ++++++++----- example/hollow-globe/index.html | 26 ++++++++-------- example/html-markers/index.html | 20 ++++++++----- example/moon-landing-sites/index.html | 28 +++++++++-------- example/population-heatmap/index.html | 25 +++++++++------- example/random-arcs/index.html | 20 ++++++++----- example/random-paths/index.html | 20 ++++++++----- example/random-rings/index.html | 20 ++++++++----- example/satellites/index.html | 24 ++++++++------- example/solar-terminator/index.html | 26 ++++++++-------- example/submarine-cables/index.html | 20 ++++++++----- example/tiles/index.html | 21 ++++++++----- example/volcanoes-heatmap/index.html | 20 ++++++++----- example/volcanoes/index.html | 28 +++++++++-------- example/world-cities/index.html | 20 ++++++++----- example/world-population/index.html | 30 +++++++++++-------- 28 files changed, 376 insertions(+), 266 deletions(-) diff --git a/example/airline-routes/highlight-links.html b/example/airline-routes/highlight-links.html index 3e9d13d..7718dcb 100644 --- a/example/airline-routes/highlight-links.html +++ b/example/airline-routes/highlight-links.html @@ -1,22 +1,25 @@ - - - + - - - - - + +
- + \ No newline at end of file diff --git a/example/airline-routes/us-international-outbound.html b/example/airline-routes/us-international-outbound.html index bc91704..1d9b251 100644 --- a/example/airline-routes/us-international-outbound.html +++ b/example/airline-routes/us-international-outbound.html @@ -1,22 +1,25 @@ - - - + - - - - - + +
- + \ No newline at end of file diff --git a/example/basic/index.html b/example/basic/index.html index 4bd2460..6c95820 100644 --- a/example/basic/index.html +++ b/example/basic/index.html @@ -1,18 +1,24 @@ - - - + - - + +
- + - - + - - - - + +
- + \ No newline at end of file diff --git a/example/clouds/index.html b/example/clouds/index.html index 791efab..a00e343 100644 --- a/example/clouds/index.html +++ b/example/clouds/index.html @@ -1,21 +1,24 @@ - - - + - - + +
+ \ No newline at end of file diff --git a/example/countries-population/index.html b/example/countries-population/index.html index 592117d..04cab4c 100644 --- a/example/countries-population/index.html +++ b/example/countries-population/index.html @@ -1,19 +1,23 @@ - - - + - - + +
- + \ No newline at end of file diff --git a/example/custom-globe-styling/index.html b/example/custom-globe-styling/index.html index 8f14c17..1a5be7c 100644 --- a/example/custom-globe-styling/index.html +++ b/example/custom-globe-styling/index.html @@ -1,21 +1,24 @@ - - - + - - + +
+ - - + - - + +
+ \ No newline at end of file diff --git a/example/earth-shield/index.html b/example/earth-shield/index.html index 12ce531..550a1ba 100644 --- a/example/earth-shield/index.html +++ b/example/earth-shield/index.html @@ -1,21 +1,27 @@ - - - + - - + +
- + - - + - - - - + +
- + \ No newline at end of file diff --git a/example/emit-arcs-on-click/index.html b/example/emit-arcs-on-click/index.html index 8b6ef6e..62d826e 100644 --- a/example/emit-arcs-on-click/index.html +++ b/example/emit-arcs-on-click/index.html @@ -1,26 +1,30 @@ - - - + - - + +
- + \ No newline at end of file diff --git a/example/heatmap/index.html b/example/heatmap/index.html index d061c67..3efd45a 100644 --- a/example/heatmap/index.html +++ b/example/heatmap/index.html @@ -1,18 +1,24 @@ - - - + - - + +
- + - - + - - + +
- + \ No newline at end of file diff --git a/example/hollow-globe/index.html b/example/hollow-globe/index.html index a406b74..9743c17 100644 --- a/example/hollow-globe/index.html +++ b/example/hollow-globe/index.html @@ -1,25 +1,27 @@ - - - + - - - - + +
+ \ No newline at end of file diff --git a/example/html-markers/index.html b/example/html-markers/index.html index 16e8d2e..28567fd 100644 --- a/example/html-markers/index.html +++ b/example/html-markers/index.html @@ -1,18 +1,24 @@ - - - + - - + +
- + - - + - - - - - + +
- + diff --git a/example/population-heatmap/index.html b/example/population-heatmap/index.html index a907907..745146f 100644 --- a/example/population-heatmap/index.html +++ b/example/population-heatmap/index.html @@ -1,21 +1,24 @@ - - - + - - - - + +
- + \ No newline at end of file diff --git a/example/random-arcs/index.html b/example/random-arcs/index.html index 9d01646..50052a2 100644 --- a/example/random-arcs/index.html +++ b/example/random-arcs/index.html @@ -1,18 +1,24 @@ - - - + - - + +
- + - - + - - + +
- + \ No newline at end of file diff --git a/example/random-rings/index.html b/example/random-rings/index.html index fdc81b4..570ebae 100644 --- a/example/random-rings/index.html +++ b/example/random-rings/index.html @@ -1,18 +1,24 @@ - - - + - - + +
- + - - + - - - - + +
+ \ No newline at end of file diff --git a/example/solar-terminator/index.html b/example/solar-terminator/index.html index 07a8227..fdb76dd 100644 --- a/example/solar-terminator/index.html +++ b/example/solar-terminator/index.html @@ -1,27 +1,29 @@ - - - + - - - - + +
+ \ No newline at end of file diff --git a/example/submarine-cables/index.html b/example/submarine-cables/index.html index 611219d..df766f4 100644 --- a/example/submarine-cables/index.html +++ b/example/submarine-cables/index.html @@ -1,19 +1,23 @@ - - - + - - + +
- + \ No newline at end of file diff --git a/example/tiles/index.html b/example/tiles/index.html index c8935f0..609d325 100644 --- a/example/tiles/index.html +++ b/example/tiles/index.html @@ -1,19 +1,24 @@ - - - + - - + +
+ - - + - - + +
- + \ No newline at end of file diff --git a/example/volcanoes/index.html b/example/volcanoes/index.html index 5bfd5b3..432ec10 100644 --- a/example/volcanoes/index.html +++ b/example/volcanoes/index.html @@ -1,22 +1,26 @@ - - - + - - - - - + +
- + \ No newline at end of file diff --git a/example/world-cities/index.html b/example/world-cities/index.html index 6c5ec29..8a132ad 100644 --- a/example/world-cities/index.html +++ b/example/world-cities/index.html @@ -1,19 +1,23 @@ - - - + - - + +
- + \ No newline at end of file diff --git a/example/world-population/index.html b/example/world-population/index.html index 1ba623f..7077a77 100644 --- a/example/world-population/index.html +++ b/example/world-population/index.html @@ -1,22 +1,26 @@ - - - + - - - - - + +
- + \ No newline at end of file