globe.gl 2.41.0 → 2.41.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/README.md +5 -2
  2. package/dist/globe.gl.js +1 -1
  3. package/dist/globe.gl.min.js +1 -1
  4. package/example/airline-routes/highlight-links.html +2 -2
  5. package/example/airline-routes/us-international-outbound.html +2 -2
  6. package/example/basic/index.html +2 -2
  7. package/example/choropleth-countries/index.html +3 -3
  8. package/example/clouds/index.html +3 -3
  9. package/example/countries-population/index.html +2 -2
  10. package/example/custom-globe-styling/index.html +5 -5
  11. package/example/custom-layer/index.html +3 -3
  12. package/example/day-night-cycle/index.html +128 -0
  13. package/example/day-night-cycle/preview.png +0 -0
  14. package/example/earth-shield/index.html +2 -2
  15. package/example/earthquakes/index.html +2 -2
  16. package/example/emit-arcs-on-click/index.html +2 -2
  17. package/example/heatmap/index.html +2 -2
  18. package/example/hexed-polygons/index.html +2 -2
  19. package/example/hollow-globe/index.html +2 -2
  20. package/example/html-markers/index.html +2 -2
  21. package/example/moon-landing-sites/index.html +2 -2
  22. package/example/population-heatmap/index.html +2 -2
  23. package/example/random-arcs/index.html +2 -2
  24. package/example/random-paths/index.html +3 -3
  25. package/example/random-rings/index.html +2 -2
  26. package/example/satellites/index.html +2 -2
  27. package/example/solar-terminator/index.html +4 -6
  28. package/example/submarine-cables/index.html +4 -4
  29. package/example/tile-engine/index.html +1 -1
  30. package/example/tiles/index.html +1 -1
  31. package/example/volcanoes/index.html +3 -3
  32. package/example/volcanoes-heatmap/index.html +2 -2
  33. package/example/world-cities/index.html +3 -3
  34. package/example/world-population/index.html +4 -4
  35. package/package.json +1 -1
package/README.md CHANGED
@@ -11,8 +11,10 @@ Globe.GL
11
11
  <a href="//vasturiano.github.io/globe.gl/example/countries-population/"><img width="48%" src="https://vasturiano.github.io/globe.gl/example/countries-population/preview.png"></a>
12
12
  <a href="//vasturiano.github.io/globe.gl/example/submarine-cables/"><img width="48%" src="https://vasturiano.github.io/globe.gl/example/submarine-cables/preview.png"></a>
13
13
  <a href="//vasturiano.github.io/globe.gl/example/hexed-polygons/"><img width="48%" src="https://vasturiano.github.io/globe.gl/example/hexed-polygons/preview.png"></a>
14
- <a href="//vasturiano.github.io/globe.gl/example/world-cities/"><img width="48%" src="https://vasturiano.github.io/globe.gl/example/world-cities/preview.png"></a>
15
14
  <a href="//vasturiano.github.io/globe.gl/example/population-heatmap/"><img width="48%" src="https://vasturiano.github.io/globe.gl/example/population-heatmap/preview.png"></a>
15
+ <a href="//vasturiano.github.io/globe.gl/example/world-cities/"><img width="48%" src="https://vasturiano.github.io/globe.gl/example/world-cities/preview.png"></a>
16
+ <a href="//vasturiano.github.io/globe.gl/example/day-night-cycle/"><img width="48%" src="https://vasturiano.github.io/globe.gl/example/day-night-cycle/preview.png"></a>
17
+ <a href="//vasturiano.github.io/globe.gl/example/heatmap/"><img width="48%" src="https://vasturiano.github.io/globe.gl/example/heatmap/preview.png"></a>
16
18
  <a href="//vasturiano.github.io/globe.gl/example/clouds/"><img width="48%" src="https://vasturiano.github.io/globe.gl/example/clouds/preview.png"></a>
17
19
  <a href="//vasturiano.github.io/globe.gl/example/satellites/"><img width="48%" src="https://vasturiano.github.io/globe.gl/example/satellites/preview.png"></a>
18
20
  <a href="//vasturiano.github.io/globe.gl/example/moon-landing-sites/"><img width="48%" src="https://vasturiano.github.io/globe.gl/example/moon-landing-sites/preview.png"></a>
@@ -33,6 +35,7 @@ And check out the [React bindings](https://github.com/vasturiano/react-globe.gl)
33
35
  * [Choropleth](https://vasturiano.github.io/globe.gl/example/choropleth-countries/) ([source](https://github.com/vasturiano/globe.gl/blob/master/example/choropleth-countries/index.html))
34
36
  * [Elevated Polygons](https://vasturiano.github.io/globe.gl/example/countries-population/) ([source](https://github.com/vasturiano/globe.gl/blob/master/example/countries-population/index.html))
35
37
  * [Hollow Globe](https://vasturiano.github.io/globe.gl/example/hollow-globe/) ([source](https://github.com/vasturiano/globe.gl/blob/master/example/hollow-globe/index.html))
38
+ * [Day/Night Cycle](https://vasturiano.github.io/globe.gl/example/day-night-cycle/) ([source](https://github.com/vasturiano/globe.gl/blob/master/example/day-night-cycle/index.html))
36
39
  * [Path Lines](https://vasturiano.github.io/globe.gl/example/random-paths/) ([source](https://github.com/vasturiano/globe.gl/blob/master/example/random-paths/index.html))
37
40
  * [Heatmap](https://vasturiano.github.io/globe.gl/example/heatmap/) ([source](https://github.com/vasturiano/globe.gl/blob/master/example/heatmap/index.html))
38
41
  * [Map Labels](https://vasturiano.github.io/globe.gl/example/world-cities/) ([source](https://github.com/vasturiano/globe.gl/blob/master/example/world-cities/index.html))
@@ -105,7 +108,7 @@ new Globe(<domElement>, { configOptions })
105
108
  | --- | --- | :--: |
106
109
  | <b>rendererConfig</b>: <i>object</i> | Configuration parameters to pass to the [ThreeJS WebGLRenderer](https://threejs.org/docs/#api/en/renderers/WebGLRenderer) constructor. | `{ antialias: true, alpha: true }` |
107
110
  | <b>waitForGlobeReady</b>: <i>boolean</i> | Whether to wait until the globe wrapping or background image has been fully loaded before rendering the globe or any of the data layers. | `true` |
108
- | <b>animateIn</b>: <i>boolean</i> | Whether to animate the globe initialization, by scaling and rotating the globe into its inital position. | `true` |
111
+ | <b>animateIn</b>: <i>boolean</i> | Whether to animate the globe initialization, by scaling and rotating the globe into its initial position. | `true` |
109
112
 
110
113
  ### Container Layout
111
114
 
package/dist/globe.gl.js CHANGED
@@ -1,4 +1,4 @@
1
- // Version 2.41.0 globe.gl - https://github.com/vasturiano/globe.gl
1
+ // Version 2.41.2 globe.gl - https://github.com/vasturiano/globe.gl
2
2
  (function (global, factory) {
3
3
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
4
4
  typeof define === 'function' && define.amd ? define(factory) :