@loaders.gl/tile-converter 4.2.0-beta.2 → 4.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/converter.min.cjs +2 -2
- package/dist/deps-installer/deps-installer.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/pgm-loader.js +1 -1
- package/package.json +16 -16
|
@@ -9,7 +9,7 @@ import { ChildProcessProxy } from '@loaders.gl/worker-utils';
|
|
|
9
9
|
import { DRACO_EXTERNAL_LIBRARIES, DRACO_EXTERNAL_LIBRARY_URLS } from '@loaders.gl/draco';
|
|
10
10
|
import { BASIS_EXTERNAL_LIBRARIES } from '@loaders.gl/textures';
|
|
11
11
|
// @ts-ignore TS2304: Cannot find name '__VERSION__'.
|
|
12
|
-
const VERSION = typeof "4.2.0-beta.
|
|
12
|
+
const VERSION = typeof "4.2.0-beta.2" !== 'undefined' ? "4.2.0-beta.2" : 'latest';
|
|
13
13
|
const PGM_LINK = 'https://raw.githubusercontent.com/visgl/deck.gl-data/master/egm/egm2008-5.zip';
|
|
14
14
|
/**
|
|
15
15
|
* Install external dependencies for converter:
|
package/dist/index.cjs
CHANGED
|
@@ -2342,7 +2342,7 @@ function convertScreenThresholdToGeometricError(node) {
|
|
|
2342
2342
|
|
|
2343
2343
|
// dist/pgm-loader.js
|
|
2344
2344
|
var import_geoid = require("@math.gl/geoid");
|
|
2345
|
-
var VERSION = true ? "4.2.0-beta.
|
|
2345
|
+
var VERSION = true ? "4.2.0-beta.2" : "latest";
|
|
2346
2346
|
var PGMLoader = {
|
|
2347
2347
|
dataType: null,
|
|
2348
2348
|
batchType: null,
|