@loaders.gl/tiles
Advanced tools
Comparing version 2.3.0-beta.1 to 2.3.0-beta.2
@@ -181,3 +181,3 @@ "use strict"; | ||
tileset: this.tileset.tileset, | ||
isTileset: false, | ||
isTileset: 'auto', | ||
isTileHeader: false | ||
@@ -184,0 +184,0 @@ })); |
@@ -164,3 +164,3 @@ import { Vector3, Matrix4 } from '@math.gl/core'; | ||
tileset: this.tileset.tileset, | ||
isTileset: false, | ||
isTileset: 'auto', | ||
isTileHeader: false | ||
@@ -167,0 +167,0 @@ } |
@@ -160,3 +160,3 @@ import _regeneratorRuntime from "@babel/runtime/regenerator"; | ||
tileset: this.tileset.tileset, | ||
isTileset: false, | ||
isTileset: 'auto', | ||
isTileHeader: false | ||
@@ -163,0 +163,0 @@ })); |
{ | ||
"name": "@loaders.gl/tiles", | ||
"version": "2.3.0-beta.1", | ||
"version": "2.3.0-beta.2", | ||
"description": "Common components for different tiles loaders.", | ||
@@ -36,5 +36,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/core": "2.3.0-beta.1", | ||
"@loaders.gl/loader-utils": "2.3.0-beta.1", | ||
"@loaders.gl/math": "2.3.0-beta.1", | ||
"@loaders.gl/core": "2.3.0-beta.2", | ||
"@loaders.gl/loader-utils": "2.3.0-beta.2", | ||
"@loaders.gl/math": "2.3.0-beta.2", | ||
"@math.gl/core": "^3.2.0", | ||
@@ -49,3 +49,3 @@ "@math.gl/culling": "^3.2.0", | ||
}, | ||
"gitHead": "20185ef6136bafde8bed1a8bc53f9be1e1a0404f" | ||
"gitHead": "c8e4700d55d453fb77c66f2ed31ecc1b4ceaf56e" | ||
} |
@@ -211,3 +211,3 @@ // This file is derived from the Cesium code base under Apache 2 license | ||
tileset: this.tileset.tileset, | ||
isTileset: false, | ||
isTileset: 'auto', | ||
isTileHeader: false | ||
@@ -214,0 +214,0 @@ } |
Sorry, the diff of this file is too big to display
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
Sorry, the diff of this file is not supported yet
1720725
+ Added@loaders.gl/core@2.3.0-beta.2(transitive)
+ Added@loaders.gl/images@2.3.0-beta.2(transitive)
+ Added@loaders.gl/loader-utils@2.3.0-beta.2(transitive)
+ Added@loaders.gl/math@2.3.0-beta.2(transitive)
- Removed@loaders.gl/core@2.3.0-beta.1(transitive)
- Removed@loaders.gl/images@2.3.0-beta.1(transitive)
- Removed@loaders.gl/loader-utils@2.3.0-beta.1(transitive)
- Removed@loaders.gl/math@2.3.0-beta.1(transitive)