globe.gl 2.26.0 → 2.26.3

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
@@ -85,6 +85,7 @@ myGlobe(myDOMElement)
85
85
  * [Hexed Polygons Layer](#hexed-polygons-layer)
86
86
  * [Tiles Layer](#tiles-layer)
87
87
  * [Rings Layer](#rings-layer)
88
+ * [Labels Layer](#labels-layer)
88
89
  * [HTML Elements Layer](#html-elements-layer)
89
90
  * [3D Objects Layer](#3d-objects-layer)
90
91
  * [Custom Layer](#custom-layer)
@@ -103,7 +104,7 @@ Globe({ configOptions })(<domElement>)
103
104
  | <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` |
104
105
  | <b>animateIn</b>: <i>boolean</i> | Whether to animate the globe initialization, by scaling and rotating the globe into its inital position. | `true` |
105
106
 
106
- ### Container layout
107
+ ### Container Layout
107
108
 
108
109
  | Method | Description | Default |
109
110
  | --- | --- | :--: |
@@ -391,7 +392,7 @@ Globe({ configOptions })(<domElement>)
391
392
  | <b>onCustomLayerRightClick</b>(<i>fn</i>) | Callback function for custom object right-clicks. The custom object, the event object and the clicked coordinates are included as arguments: `onCustomLayerRightClick(obj, event, { lat, lng, altitude })`. | - |
392
393
  | <b>onCustomLayerHover</b>(<i>fn</i>) | Callback function for custom object mouse over events. The custom object (or `null` if there's no object under the mouse line of sight) is included as the first argument, and the previous custom object (or `null`) as second argument: `onCustomLayerHover(obj, prevObj)`. | - |
393
394
 
394
- ### Render control
395
+ ### Render Control
395
396
 
396
397
  | Method | Description | Default |
397
398
  | --- | --- | :--: |