@planet/react-globe
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -74,6 +74,6 @@ import Globe from '../src/index'; | ||
<li> | ||
<a onClick={() => this.recenter([0, -180])}>The South Pole</a> | ||
<a onClick={() => this.recenter([0, -90])}>The South Pole</a> | ||
</li> | ||
<li> | ||
<a onClick={() => this.recenter([0, 180])}>The North Pole</a> | ||
<a onClick={() => this.recenter([0, 90])}>The North Pole</a> | ||
</li> | ||
@@ -80,0 +80,0 @@ </ul> |
{ | ||
"name": "@planet/react-globe", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A React Globe Component", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -10,6 +10,6 @@ # React Globe | ||
* `diameter` - Diameter of the globe (in pixels). Defaults to `60`. | ||
* `landColor` - Color of the land areas. Defaults to '#191919'. | ||
* `markerColor` - Color of the position marker. Defaults to '#009da5'. | ||
* `markerRadius` - Angular radius of the circular marker (in degrees). Defaults to '6'. | ||
* `oceanColor` - Color of the oceans. Defaults to '#f2f2f2'. | ||
* `landColor` - Color of the land areas. Defaults to `'#191919'`. | ||
* `markerColor` - Color of the position marker. Defaults to `'#009da5'`. | ||
* `markerRadius` - Angular radius of the circular marker (in degrees). Defaults to `'6'`. | ||
* `oceanColor` - Color of the oceans. Defaults to `'#f2f2f2'`. | ||
* `rotationTime` - Duration of animation for rotation (in milliseconds). Defaults to `1000`. | ||
@@ -22,1 +22,2 @@ | ||
``` | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62001
22