globe.gl 2.24.3 → 2.24.4

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.
package/README.md CHANGED
@@ -17,7 +17,12 @@ Globe.GL
17
17
  A web component to represent data visualization layers on a 3-dimensional globe in a spherical projection.
18
18
  This library is a convenience wrapper around the [three-globe](https://github.com/vasturiano/three-globe) plugin, and uses [ThreeJS](https://github.com/mrdoob/three.js/)/WebGL for 3D rendering.
19
19
 
20
- Check out the examples:
20
+ See also the [AR version](https://github.com/vasturiano/globe-ar).
21
+
22
+ And check out the [React bindings](https://github.com/vasturiano/react-globe.gl).
23
+
24
+ ## Examples
25
+
21
26
  * [Basic](https://vasturiano.github.io/globe.gl/example/basic/) ([source](https://github.com/vasturiano/globe.gl/blob/master/example/basic/index.html))
22
27
  * [Arc Links](https://vasturiano.github.io/globe.gl/example/random-arcs/) ([source](https://github.com/vasturiano/globe.gl/blob/master/example/random-arcs/index.html))
23
28
  * [Highlight links](https://vasturiano.github.io/globe.gl/example/airline-routes/highlight-links.html) ([source](https://github.com/vasturiano/globe.gl/blob/master/example/airline-routes/highlight-links.html))
@@ -42,11 +47,6 @@ Check out the examples:
42
47
  * [Submarine Cables](https://vasturiano.github.io/globe.gl/example/submarine-cables/index.html) ([source](https://github.com/vasturiano/globe.gl/blob/master/example/submarine-cables/index.html))
43
48
  * [Moon Landing Sites](https://vasturiano.github.io/globe.gl/example/moon-landing-sites/index.html) ([source](https://github.com/vasturiano/globe.gl/blob/master/example/moon-landing-sites/index.html))
44
49
 
45
-
46
- See also the [AR version](https://github.com/vasturiano/globe-ar).
47
-
48
- And check out the [React bindings](https://github.com/vasturiano/react-globe.gl).
49
-
50
50
  ## Quick start
51
51
 
52
52
  ```js
package/dist/globe.gl.js CHANGED
@@ -1,4 +1,4 @@
1
- // Version 2.24.3 globe.gl - https://github.com/vasturiano/globe.gl
1
+ // Version 2.24.4 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) :