@loaders.gl/tiles 4.0.3 → 4.1.0-alpha.1
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/constants.d.ts +1 -1
- package/dist/constants.d.ts.map +1 -1
- package/package.json +4 -4
package/dist/constants.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export declare const TILE_CONTENT_STATE: {
|
|
|
9
9
|
};
|
|
10
10
|
export type TileRefinement = 'add' | 'replace';
|
|
11
11
|
export declare enum TILE_REFINEMENT {
|
|
12
|
-
ADD = 1,
|
|
12
|
+
ADD = 1,// Render tile and, if screen space error exceeded, also refine to its children.
|
|
13
13
|
REPLACE = 2
|
|
14
14
|
}
|
|
15
15
|
export type TileType = 'empty' | 'scenegraph' | 'pointcloud' | 'mesh';
|
package/dist/constants.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,gBAAgB,GACxB,UAAU,GACV,SAAS,GACT,YAAY,GACZ,OAAO,GACP,SAAS,GACT,QAAQ,CAAC;AAEb,eAAO,MAAM,kBAAkB;;;;;;;CAO9B,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,KAAK,GAAG,SAAS,CAAC;AAE/C,oBAAY,eAAe;IACzB,GAAG,IAAI;
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,gBAAgB,GACxB,UAAU,GACV,SAAS,GACT,YAAY,GACZ,OAAO,GACP,SAAS,GACT,QAAQ,CAAC;AAEb,eAAO,MAAM,kBAAkB;;;;;;;CAO9B,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,KAAK,GAAG,SAAS,CAAC;AAE/C,oBAAY,eAAe;IACzB,GAAG,IAAI,CAAE,gFAAgF;IACzF,OAAO,IAAI;CACZ;AAED,MAAM,MAAM,QAAQ,GAAG,OAAO,GAAG,YAAY,GAAG,YAAY,GAAG,MAAM,CAAC;AAEtE,oBAAY,SAAS;IACnB,KAAK,UAAU;IACf,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,IAAI,SAAS;CACd;AAED,MAAM,MAAM,WAAW,GAAG,KAAK,GAAG,SAAS,CAAC;AAE5C,oBAAY,YAAY;IACtB,GAAG,QAAQ;IACX,OAAO,YAAY;CACpB;AAED,MAAM,MAAM,aAAa,GAAG,gBAAgB,GAAG,oBAAoB,CAAC;AAEpE,oBAAY,eAAe;IACzB,eAAe,mBAAmB;IAClC,oBAAoB,uBAAuB;CAC5C;AAGD,MAAM,MAAM,sBAAsB,GAAG,cAAc,GAAG,kBAAkB,GAAG,mBAAmB,CAAC;AAE/F,eAAO,MAAM,wBAAwB;;;;CAIpC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loaders.gl/tiles",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.1.0-alpha.1",
|
|
4
4
|
"description": "Common components for different tiles loaders.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"build-bundle": "ocular-bundle ./src/index.ts"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@loaders.gl/loader-utils": "4.0.
|
|
45
|
-
"@loaders.gl/math": "4.0.
|
|
44
|
+
"@loaders.gl/loader-utils": "4.1.0-alpha.1",
|
|
45
|
+
"@loaders.gl/math": "4.1.0-alpha.1",
|
|
46
46
|
"@math.gl/core": "^4.0.0",
|
|
47
47
|
"@math.gl/culling": "^4.0.0",
|
|
48
48
|
"@math.gl/geospatial": "^4.0.0",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@deck.gl/core": "^8.9.0"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "6a4d3da93d45115ad99861474a43c3f4a0b280a7"
|
|
59
59
|
}
|