satellite-view
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -234,3 +234,3 @@ function setParams(userParams) { | ||
// and sample the highest LOD that contains the current coordinate | ||
var selector = ``; // eslint-disable-line quotes | ||
let selector = ``; // eslint-disable-line quotes | ||
while (--n) selector += `inside(coords[${n}]) | ||
@@ -237,0 +237,0 @@ ? texture2D(samplers[${n}], coords[${n}]) |
{ | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"files": [ | ||
@@ -20,8 +20,8 @@ "dist" | ||
"eslint": "^7.30.0", | ||
"eslint-config-globeletjs": "^0.0.5", | ||
"eslint-config-globeletjs": "^0.0.6", | ||
"rollup": "^2.52.7", | ||
"tile-frame": "^1.1.0", | ||
"tile-rack": "^0.2.1", | ||
"tile-setter": "^0.0.7", | ||
"yawgl": "^0.3.2" | ||
"tile-setter": "^0.0.8", | ||
"yawgl": "^0.3.3" | ||
}, | ||
@@ -28,0 +28,0 @@ "keywords": [ |
@@ -71,2 +71,2 @@ # satellite-view | ||
changed since the last draw call | ||
- `setDevicePixelRatio(ratio)`: sets pixelRatio to the supplied constant value | ||
- `setPixelRatio(ratio)`: sets device pixelRatio to the supplied constant value |
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
14406