satellite-view
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"files": [ | ||
@@ -18,8 +18,8 @@ "dist" | ||
"devDependencies": { | ||
"rollup": "^2.4.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"@rollup/plugin-node-resolve": "^13.0.0", | ||
"rollup": "^2.52.7", | ||
"tile-frame": "^1.1.0", | ||
"tile-rack": "^0.2.1", | ||
"tile-setter": "github:GlobeletJS/tile-setter", | ||
"yawgl": "github:GlobeletJS/yawgl" | ||
"tile-setter": "^0.0.6", | ||
"yawgl": "^0.3.1" | ||
}, | ||
@@ -32,7 +32,6 @@ "keywords": [ | ||
], | ||
"dependencies": {}, | ||
"name": "satellite-view", | ||
"description": "Re-project a map to a globe with WebGL", | ||
"main": "dist/satellite-view.bundle.js", | ||
"module": "dist/satellite-view.bundle.js", | ||
"main": "dist/satellite-view.js", | ||
"module": "dist/satellite-view.js", | ||
"repository": { | ||
@@ -39,0 +38,0 @@ "type": "git", |
@@ -29,4 +29,4 @@ # satellite-view | ||
satelliteView.init takes a parameters object with the following properties: | ||
- gl: (REQUIRED) An extended WebGL rendering context, as returned by the | ||
getExtendedContext method from [yawgl] | ||
- context: (REQUIRED) An extended WebGL rendering context, as returned by the | ||
initContext method from [yawgl][] | ||
- globeRadius: The (floating point) radius of the spherical Earth. Units must | ||
@@ -47,3 +47,3 @@ match the units of the altitude in the camPos array supplied to the draw | ||
size]) to the CSS display size of the container. Default: | ||
[window.devicePixelRatio]. Note: if a value is supplied, the pixel ratio | ||
[window.devicePixelRatio][]. Note: if a value is supplied, the pixel ratio | ||
will remain constant across draw calls. The default behavior will update | ||
@@ -50,0 +50,0 @@ the pixel ratio when window.devicePixelRatio changes |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
14269