@loaders.gl/tiles
Advanced tools
Comparing version 3.4.10 to 3.4.11
@@ -311,3 +311,3 @@ "use strict"; | ||
} | ||
} else if (!tile.contentAvailable) { | ||
} else if (!tile.contentAvailable && !tile.hasEmptyContent) { | ||
allDescendantsLoaded = false; | ||
@@ -314,0 +314,0 @@ } |
@@ -230,3 +230,3 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty"; | ||
} | ||
} else if (!tile.contentAvailable) { | ||
} else if (!tile.contentAvailable && !tile.hasEmptyContent) { | ||
allDescendantsLoaded = false; | ||
@@ -233,0 +233,0 @@ } |
@@ -293,3 +293,3 @@ "use strict"; | ||
} | ||
else if (!tile.contentAvailable) { | ||
else if (!tile.contentAvailable && !tile.hasEmptyContent) { | ||
allDescendantsLoaded = false; | ||
@@ -296,0 +296,0 @@ } |
{ | ||
"name": "@loaders.gl/tiles", | ||
"version": "3.4.10", | ||
"version": "3.4.11", | ||
"description": "Common components for different tiles loaders.", | ||
@@ -36,4 +36,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/loader-utils": "3.4.10", | ||
"@loaders.gl/math": "3.4.10", | ||
"@loaders.gl/loader-utils": "3.4.11", | ||
"@loaders.gl/math": "3.4.11", | ||
"@math.gl/core": "^3.5.1", | ||
@@ -51,3 +51,3 @@ "@math.gl/culling": "^3.5.1", | ||
}, | ||
"gitHead": "4568459c96eaf0480a50ab77cace355307f61f04" | ||
"gitHead": "2b8d490d2372e70dd89eef8f6b215a5205c16621" | ||
} |
@@ -363,3 +363,3 @@ // loaders.gl, MIT license | ||
} | ||
} else if (!tile.contentAvailable) { | ||
} else if (!tile.contentAvailable && !tile.hasEmptyContent) { | ||
allDescendantsLoaded = false; | ||
@@ -366,0 +366,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
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
1332151
+ Added@loaders.gl/images@3.4.11(transitive)
+ Added@loaders.gl/loader-utils@3.4.11(transitive)
+ Added@loaders.gl/math@3.4.11(transitive)
+ Added@loaders.gl/worker-utils@3.4.11(transitive)
- Removed@loaders.gl/images@3.4.10(transitive)
- Removed@loaders.gl/loader-utils@3.4.10(transitive)
- Removed@loaders.gl/math@3.4.10(transitive)
- Removed@loaders.gl/worker-utils@3.4.10(transitive)
Updated@loaders.gl/math@3.4.11