@loaders.gl/3d-tiles
Advanced tools
Comparing version 2.1.0-alpha.8 to 2.1.0-beta.1
@@ -14,2 +14,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "CesiumIonLoader", { | ||
enumerable: true, | ||
get: function get() { | ||
return _cesiumIonLoader["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Tile3DWriter", { | ||
@@ -48,2 +54,4 @@ enumerable: true, | ||
var _cesiumIonLoader = _interopRequireDefault(require("./cesium-ion-loader")); | ||
var _tile3dWriter = _interopRequireDefault(require("./tile-3d-writer")); | ||
@@ -50,0 +58,0 @@ |
@@ -22,3 +22,3 @@ "use strict"; | ||
var VERSION = typeof "2.1.0-alpha.8" !== 'undefined' ? "2.1.0-alpha.8" : 'latest'; | ||
var VERSION = typeof "2.1.0-beta.1" !== 'undefined' ? "2.1.0-beta.1" : 'latest'; | ||
@@ -71,3 +71,3 @@ function getBaseUri(tileset) { | ||
tilesetJson = JSON.parse(new TextDecoder().decode(data)); | ||
tilesetJson.loader = Tiles3DLoader; | ||
tilesetJson.loader = options.loader || Tiles3DLoader; | ||
tilesetJson.url = context.url; | ||
@@ -74,0 +74,0 @@ tilesetJson.basePath = getBaseUri(tilesetJson); |
export { default as Tiles3DLoader } from './tiles-3d-loader'; | ||
export { default as CesiumIonLoader } from './cesium-ion-loader'; | ||
export { default as Tile3DWriter } from './tile-3d-writer'; | ||
@@ -3,0 +4,0 @@ export { default as Tile3DFeatureTable } from './lib/classes/tile-3d-feature-table'; |
@@ -1,2 +0,2 @@ | ||
const VERSION = typeof "2.1.0-alpha.8" !== 'undefined' ? "2.1.0-alpha.8" : 'latest'; | ||
const VERSION = typeof "2.1.0-beta.1" !== 'undefined' ? "2.1.0-beta.1" : 'latest'; | ||
import { path } from '@loaders.gl/core'; | ||
@@ -21,3 +21,3 @@ import { TILESET_TYPE, LOD_METRIC_TYPE } from '@loaders.gl/tiles'; | ||
const tilesetJson = JSON.parse(new TextDecoder().decode(data)); | ||
tilesetJson.loader = Tiles3DLoader; | ||
tilesetJson.loader = options.loader || Tiles3DLoader; | ||
tilesetJson.url = context.url; | ||
@@ -24,0 +24,0 @@ tilesetJson.basePath = getBaseUri(tilesetJson); |
export { default as Tiles3DLoader } from './tiles-3d-loader'; | ||
export { default as CesiumIonLoader } from './cesium-ion-loader'; | ||
export { default as Tile3DWriter } from './tile-3d-writer'; | ||
@@ -3,0 +4,0 @@ export { default as Tile3DFeatureTable } from './lib/classes/tile-3d-feature-table'; |
import _regeneratorRuntime from "@babel/runtime/regenerator"; | ||
import _asyncToGenerator from "@babel/runtime/helpers/esm/asyncToGenerator"; | ||
var VERSION = typeof "2.1.0-alpha.8" !== 'undefined' ? "2.1.0-alpha.8" : 'latest'; | ||
var VERSION = typeof "2.1.0-beta.1" !== 'undefined' ? "2.1.0-beta.1" : 'latest'; | ||
import { path } from '@loaders.gl/core'; | ||
@@ -55,3 +55,3 @@ import { TILESET_TYPE, LOD_METRIC_TYPE } from '@loaders.gl/tiles'; | ||
tilesetJson = JSON.parse(new TextDecoder().decode(data)); | ||
tilesetJson.loader = Tiles3DLoader; | ||
tilesetJson.loader = options.loader || Tiles3DLoader; | ||
tilesetJson.url = context.url; | ||
@@ -58,0 +58,0 @@ tilesetJson.basePath = getBaseUri(tilesetJson); |
{ | ||
"name": "@loaders.gl/3d-tiles", | ||
"version": "2.1.0-alpha.8", | ||
"version": "2.1.0-beta.1", | ||
"description": "3D Tiles, an open standard for streaming massive heterogeneous 3D geospatial datasets.", | ||
@@ -37,6 +37,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"@loaders.gl/core": "2.1.0-alpha.8", | ||
"@loaders.gl/gltf": "2.1.0-alpha.8", | ||
"@loaders.gl/loader-utils": "2.1.0-alpha.8", | ||
"@loaders.gl/math": "2.1.0-alpha.8", | ||
"@loaders.gl/core": "2.1.0-beta.1", | ||
"@loaders.gl/gltf": "2.1.0-beta.1", | ||
"@loaders.gl/loader-utils": "2.1.0-beta.1", | ||
"@loaders.gl/math": "2.1.0-beta.1", | ||
"@math.gl/core": "^3.1.3", | ||
@@ -47,3 +47,3 @@ "@math.gl/culling": "^3.1.2", | ||
}, | ||
"gitHead": "365f83da6c1041b6bf71a2c4616700f944297afb" | ||
"gitHead": "7abafeb2984736314d8c74c832c1c27abcf5e3f9" | ||
} |
// LOADERS | ||
export {default as Tiles3DLoader} from './tiles-3d-loader'; | ||
export {default as CesiumIonLoader} from './cesium-ion-loader'; | ||
@@ -4,0 +5,0 @@ // WRITERS |
@@ -26,3 +26,3 @@ /* global TextDecoder, __VERSION__ */ // __VERSION__ is injected by babel-plugin-version-inline | ||
// eslint-disable-next-line no-use-before-define | ||
tilesetJson.loader = Tiles3DLoader; | ||
tilesetJson.loader = options.loader || Tiles3DLoader; | ||
tilesetJson.url = context.url; | ||
@@ -29,0 +29,0 @@ // base path that non-absolute paths in tileset are relative to. |
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
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
2415732
215
39878
+ Added@loaders.gl/core@2.1.0-beta.1(transitive)
+ Added@loaders.gl/gltf@2.1.0-beta.1(transitive)
+ Added@loaders.gl/images@2.1.0-beta.1(transitive)
+ Added@loaders.gl/loader-utils@2.1.0-beta.1(transitive)
+ Added@loaders.gl/math@2.1.0-beta.1(transitive)
- Removed@loaders.gl/core@2.1.0-alpha.8(transitive)
- Removed@loaders.gl/gltf@2.1.0-alpha.8(transitive)
- Removed@loaders.gl/images@2.1.0-alpha.8(transitive)
- Removed@loaders.gl/loader-utils@2.1.0-alpha.8(transitive)
- Removed@loaders.gl/math@2.1.0-alpha.8(transitive)