@developmentseed/deck.gl-raster 0.6.0-alpha.1 → 0.6.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/gpu-modules/color/black-is-zero.d.ts +3 -2
- package/dist/gpu-modules/color/black-is-zero.d.ts.map +1 -1
- package/dist/gpu-modules/color/black-is-zero.js +3 -2
- package/dist/gpu-modules/color/black-is-zero.js.map +1 -1
- package/dist/gpu-modules/color/cielab.d.ts +3 -2
- package/dist/gpu-modules/color/cielab.d.ts.map +1 -1
- package/dist/gpu-modules/color/cielab.js +3 -2
- package/dist/gpu-modules/color/cielab.js.map +1 -1
- package/dist/gpu-modules/color/cmyk.d.ts +3 -2
- package/dist/gpu-modules/color/cmyk.d.ts.map +1 -1
- package/dist/gpu-modules/color/cmyk.js +3 -2
- package/dist/gpu-modules/color/cmyk.js.map +1 -1
- package/dist/gpu-modules/color/index.d.ts +5 -5
- package/dist/gpu-modules/color/index.d.ts.map +1 -1
- package/dist/gpu-modules/color/index.js +5 -5
- package/dist/gpu-modules/color/index.js.map +1 -1
- package/dist/gpu-modules/color/white-is-zero.d.ts +3 -2
- package/dist/gpu-modules/color/white-is-zero.d.ts.map +1 -1
- package/dist/gpu-modules/color/white-is-zero.js +3 -2
- package/dist/gpu-modules/color/white-is-zero.js.map +1 -1
- package/dist/gpu-modules/color/ycbcr.d.ts +4 -2
- package/dist/gpu-modules/color/ycbcr.d.ts.map +1 -1
- package/dist/gpu-modules/color/ycbcr.js +4 -2
- package/dist/gpu-modules/color/ycbcr.js.map +1 -1
- package/dist/gpu-modules/colormap.d.ts +3 -1
- package/dist/gpu-modules/colormap.d.ts.map +1 -1
- package/dist/gpu-modules/colormap.js +4 -1
- package/dist/gpu-modules/colormap.js.map +1 -1
- package/dist/gpu-modules/create-texture.d.ts +5 -2
- package/dist/gpu-modules/create-texture.d.ts.map +1 -1
- package/dist/gpu-modules/create-texture.js +3 -2
- package/dist/gpu-modules/create-texture.js.map +1 -1
- package/dist/gpu-modules/cutline-bbox.d.ts +2 -1
- package/dist/gpu-modules/cutline-bbox.d.ts.map +1 -1
- package/dist/gpu-modules/cutline-bbox.js.map +1 -1
- package/dist/gpu-modules/filter-nodata.d.ts +6 -0
- package/dist/gpu-modules/filter-nodata.d.ts.map +1 -1
- package/dist/gpu-modules/filter-nodata.js.map +1 -1
- package/dist/gpu-modules/index.d.ts +5 -5
- package/dist/gpu-modules/index.d.ts.map +1 -1
- package/dist/gpu-modules/index.js +4 -4
- package/dist/gpu-modules/index.js.map +1 -1
- package/dist/gpu-modules/mask-texture.d.ts +8 -2
- package/dist/gpu-modules/mask-texture.d.ts.map +1 -1
- package/dist/gpu-modules/mask-texture.js +6 -5
- package/dist/gpu-modules/mask-texture.js.map +1 -1
- package/dist/index.d.ts +4 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/layer-utils.d.ts +1 -1
- package/dist/layer-utils.d.ts.map +1 -1
- package/dist/raster-layer.d.ts +1 -1
- package/dist/raster-layer.d.ts.map +1 -1
- package/dist/raster-layer.js +1 -1
- package/dist/raster-layer.js.map +1 -1
- package/dist/raster-tile-layer/constants.d.ts +11 -0
- package/dist/raster-tile-layer/constants.d.ts.map +1 -0
- package/dist/raster-tile-layer/constants.js +11 -0
- package/dist/raster-tile-layer/constants.js.map +1 -0
- package/dist/raster-tile-layer/index.d.ts +2 -0
- package/dist/raster-tile-layer/index.d.ts.map +1 -0
- package/dist/raster-tile-layer/index.js +2 -0
- package/dist/raster-tile-layer/index.js.map +1 -0
- package/dist/raster-tile-layer/raster-tile-layer.d.ts +157 -0
- package/dist/raster-tile-layer/raster-tile-layer.d.ts.map +1 -0
- package/dist/raster-tile-layer/raster-tile-layer.js +175 -0
- package/dist/raster-tile-layer/raster-tile-layer.js.map +1 -0
- package/dist/raster-tileset/affine-tileset-level.d.ts +56 -0
- package/dist/raster-tileset/affine-tileset-level.d.ts.map +1 -0
- package/dist/raster-tileset/affine-tileset-level.js +101 -0
- package/dist/raster-tileset/affine-tileset-level.js.map +1 -0
- package/dist/raster-tileset/affine-tileset.d.ts +34 -0
- package/dist/raster-tileset/affine-tileset.d.ts.map +1 -0
- package/dist/raster-tileset/affine-tileset.js +26 -0
- package/dist/raster-tileset/affine-tileset.js.map +1 -0
- package/dist/raster-tileset/index.d.ts +4 -0
- package/dist/raster-tileset/index.d.ts.map +1 -1
- package/dist/raster-tileset/index.js +2 -0
- package/dist/raster-tileset/index.js.map +1 -1
- package/dist/raster-tileset/raster-tile-traversal.d.ts +22 -0
- package/dist/raster-tileset/raster-tile-traversal.d.ts.map +1 -1
- package/dist/raster-tileset/raster-tile-traversal.js +76 -15
- package/dist/raster-tileset/raster-tile-traversal.js.map +1 -1
- package/dist/raster-tileset/raster-tileset-2d.d.ts +14 -6
- package/dist/raster-tileset/raster-tileset-2d.d.ts.map +1 -1
- package/dist/raster-tileset/raster-tileset-2d.js +20 -7
- package/dist/raster-tileset/raster-tileset-2d.js.map +1 -1
- package/dist/raster-tileset/tile-matrix-set.d.ts +7 -3
- package/dist/raster-tileset/tile-matrix-set.d.ts.map +1 -1
- package/dist/raster-tileset/tile-matrix-set.js +20 -2
- package/dist/raster-tileset/tile-matrix-set.js.map +1 -1
- package/dist/raster-tileset/tileset-interface.d.ts +28 -0
- package/dist/raster-tileset/tileset-interface.d.ts.map +1 -1
- package/package.json +11 -11
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* A shader module that
|
|
3
|
-
*
|
|
2
|
+
* A shader module that converts single-band grayscale data to RGB by
|
|
3
|
+
* broadcasting the input value (0 = black, 1 = white) into all three
|
|
4
|
+
* channels. Matches TIFF `PhotometricInterpretation = 1` (BlackIsZero).
|
|
4
5
|
*/
|
|
5
6
|
export declare const BlackIsZero: {
|
|
6
7
|
readonly name: "black-is-zero";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"black-is-zero.d.ts","sourceRoot":"","sources":["../../../src/gpu-modules/color/black-is-zero.ts"],"names":[],"mappings":"AAQA
|
|
1
|
+
{"version":3,"file":"black-is-zero.d.ts","sourceRoot":"","sources":["../../../src/gpu-modules/color/black-is-zero.ts"],"names":[],"mappings":"AAQA;;;;GAIG;AACH,eAAO,MAAM,WAAW;;;;;;CAQS,CAAC"}
|
|
@@ -4,8 +4,9 @@ const shader = /* glsl */ `
|
|
|
4
4
|
}
|
|
5
5
|
`;
|
|
6
6
|
/**
|
|
7
|
-
* A shader module that
|
|
8
|
-
*
|
|
7
|
+
* A shader module that converts single-band grayscale data to RGB by
|
|
8
|
+
* broadcasting the input value (0 = black, 1 = white) into all three
|
|
9
|
+
* channels. Matches TIFF `PhotometricInterpretation = 1` (BlackIsZero).
|
|
9
10
|
*/
|
|
10
11
|
export const BlackIsZero = {
|
|
11
12
|
name: "black-is-zero",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"black-is-zero.js","sourceRoot":"","sources":["../../../src/gpu-modules/color/black-is-zero.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,GAAG,UAAU,CAAC;;;;CAIzB,CAAC;AAEF
|
|
1
|
+
{"version":3,"file":"black-is-zero.js","sourceRoot":"","sources":["../../../src/gpu-modules/color/black-is-zero.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,GAAG,UAAU,CAAC;;;;CAIzB,CAAC;AAEF;;;;GAIG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,IAAI,EAAE,eAAe;IACrB,MAAM,EAAE;QACN,UAAU,EAAE,MAAM;QAClB,wBAAwB,EAAE,UAAU,CAAC;;KAEpC;KACF;CAC8B,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* A shader module that
|
|
3
|
-
*
|
|
2
|
+
* A shader module that converts CIE L\*a\*b\* input (RGB channels read as L,
|
|
3
|
+
* a, b on a D65 white point) to sRGB. For TIFFs with
|
|
4
|
+
* `PhotometricInterpretation = 8` (CIELab).
|
|
4
5
|
*/
|
|
5
6
|
export declare const cieLabToRGB: {
|
|
6
7
|
readonly name: "cielab-to-rgb";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cielab.d.ts","sourceRoot":"","sources":["../../../src/gpu-modules/color/cielab.ts"],"names":[],"mappings":"AA8CA
|
|
1
|
+
{"version":3,"file":"cielab.d.ts","sourceRoot":"","sources":["../../../src/gpu-modules/color/cielab.ts"],"names":[],"mappings":"AA8CA;;;;GAIG;AACH,eAAO,MAAM,WAAW;;;;;;CAQS,CAAC"}
|
|
@@ -42,8 +42,9 @@ const shader = /* glsl */ `
|
|
|
42
42
|
}
|
|
43
43
|
`;
|
|
44
44
|
/**
|
|
45
|
-
* A shader module that
|
|
46
|
-
*
|
|
45
|
+
* A shader module that converts CIE L\*a\*b\* input (RGB channels read as L,
|
|
46
|
+
* a, b on a D65 white point) to sRGB. For TIFFs with
|
|
47
|
+
* `PhotometricInterpretation = 8` (CIELab).
|
|
47
48
|
*/
|
|
48
49
|
export const cieLabToRGB = {
|
|
49
50
|
name: "cielab-to-rgb",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cielab.js","sourceRoot":"","sources":["../../../src/gpu-modules/color/cielab.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,GAAG,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0CzB,CAAC;AAEF
|
|
1
|
+
{"version":3,"file":"cielab.js","sourceRoot":"","sources":["../../../src/gpu-modules/color/cielab.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,GAAG,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0CzB,CAAC;AAEF;;;;GAIG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,IAAI,EAAE,eAAe;IACrB,MAAM,EAAE;QACN,UAAU,EAAE,MAAM;QAClB,wBAAwB,EAAE,UAAU,CAAC;;KAEpC;KACF;CAC8B,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* A shader module that
|
|
3
|
-
* to
|
|
2
|
+
* A shader module that converts CMYK input (RGBA channels read as C, M, Y,
|
|
3
|
+
* K) to RGB. For TIFFs with `PhotometricInterpretation = 5` (Separated /
|
|
4
|
+
* CMYK).
|
|
4
5
|
*/
|
|
5
6
|
export declare const CMYKToRGB: {
|
|
6
7
|
readonly name: "cmyk-to-rgb";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cmyk.d.ts","sourceRoot":"","sources":["../../../src/gpu-modules/color/cmyk.ts"],"names":[],"mappings":"AAeA
|
|
1
|
+
{"version":3,"file":"cmyk.d.ts","sourceRoot":"","sources":["../../../src/gpu-modules/color/cmyk.ts"],"names":[],"mappings":"AAeA;;;;GAIG;AACH,eAAO,MAAM,SAAS;;;;;;CAQW,CAAC"}
|
|
@@ -11,8 +11,9 @@ const shader = /* glsl */ `
|
|
|
11
11
|
}
|
|
12
12
|
`;
|
|
13
13
|
/**
|
|
14
|
-
* A shader module that
|
|
15
|
-
* to
|
|
14
|
+
* A shader module that converts CMYK input (RGBA channels read as C, M, Y,
|
|
15
|
+
* K) to RGB. For TIFFs with `PhotometricInterpretation = 5` (Separated /
|
|
16
|
+
* CMYK).
|
|
16
17
|
*/
|
|
17
18
|
export const CMYKToRGB = {
|
|
18
19
|
name: "cmyk-to-rgb",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cmyk.js","sourceRoot":"","sources":["../../../src/gpu-modules/color/cmyk.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,GAAG,UAAU,CAAC;;;;;;;;;;;CAWzB,CAAC;AAEF
|
|
1
|
+
{"version":3,"file":"cmyk.js","sourceRoot":"","sources":["../../../src/gpu-modules/color/cmyk.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,GAAG,UAAU,CAAC;;;;;;;;;;;CAWzB,CAAC;AAEF;;;;GAIG;AACH,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,IAAI,EAAE,aAAa;IACnB,MAAM,EAAE;QACN,UAAU,EAAE,MAAM;QAClB,wBAAwB,EAAE,UAAU,CAAC;;KAEpC;KACF;CAC8B,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { BlackIsZero } from "./black-is-zero";
|
|
2
|
-
export { cieLabToRGB } from "./cielab";
|
|
3
|
-
export { CMYKToRGB } from "./cmyk";
|
|
4
|
-
export { WhiteIsZero } from "./white-is-zero";
|
|
5
|
-
export { YCbCrToRGB } from "./ycbcr";
|
|
1
|
+
export { BlackIsZero } from "./black-is-zero.js";
|
|
2
|
+
export { cieLabToRGB } from "./cielab.js";
|
|
3
|
+
export { CMYKToRGB } from "./cmyk.js";
|
|
4
|
+
export { WhiteIsZero } from "./white-is-zero.js";
|
|
5
|
+
export { YCbCrToRGB } from "./ycbcr.js";
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/gpu-modules/color/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/gpu-modules/color/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { BlackIsZero } from "./black-is-zero";
|
|
2
|
-
export { cieLabToRGB } from "./cielab";
|
|
3
|
-
export { CMYKToRGB } from "./cmyk";
|
|
4
|
-
export { WhiteIsZero } from "./white-is-zero";
|
|
5
|
-
export { YCbCrToRGB } from "./ycbcr";
|
|
1
|
+
export { BlackIsZero } from "./black-is-zero.js";
|
|
2
|
+
export { cieLabToRGB } from "./cielab.js";
|
|
3
|
+
export { CMYKToRGB } from "./cmyk.js";
|
|
4
|
+
export { WhiteIsZero } from "./white-is-zero.js";
|
|
5
|
+
export { YCbCrToRGB } from "./ycbcr.js";
|
|
6
6
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/gpu-modules/color/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/gpu-modules/color/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* A shader module that
|
|
3
|
-
*
|
|
2
|
+
* A shader module that converts single-band grayscale data to RGB by
|
|
3
|
+
* broadcasting the inverted input value (0 = white, 1 = black) into all
|
|
4
|
+
* three channels. Matches TIFF `PhotometricInterpretation = 0` (WhiteIsZero).
|
|
4
5
|
*/
|
|
5
6
|
export declare const WhiteIsZero: {
|
|
6
7
|
readonly name: "white-is-zero";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"white-is-zero.d.ts","sourceRoot":"","sources":["../../../src/gpu-modules/color/white-is-zero.ts"],"names":[],"mappings":"AAQA
|
|
1
|
+
{"version":3,"file":"white-is-zero.d.ts","sourceRoot":"","sources":["../../../src/gpu-modules/color/white-is-zero.ts"],"names":[],"mappings":"AAQA;;;;GAIG;AACH,eAAO,MAAM,WAAW;;;;;;CAQS,CAAC"}
|
|
@@ -4,8 +4,9 @@ const shader = /* glsl */ `
|
|
|
4
4
|
}
|
|
5
5
|
`;
|
|
6
6
|
/**
|
|
7
|
-
* A shader module that
|
|
8
|
-
*
|
|
7
|
+
* A shader module that converts single-band grayscale data to RGB by
|
|
8
|
+
* broadcasting the inverted input value (0 = white, 1 = black) into all
|
|
9
|
+
* three channels. Matches TIFF `PhotometricInterpretation = 0` (WhiteIsZero).
|
|
9
10
|
*/
|
|
10
11
|
export const WhiteIsZero = {
|
|
11
12
|
name: "white-is-zero",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"white-is-zero.js","sourceRoot":"","sources":["../../../src/gpu-modules/color/white-is-zero.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,GAAG,UAAU,CAAC;;;;CAIzB,CAAC;AAEF
|
|
1
|
+
{"version":3,"file":"white-is-zero.js","sourceRoot":"","sources":["../../../src/gpu-modules/color/white-is-zero.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,GAAG,UAAU,CAAC;;;;CAIzB,CAAC;AAEF;;;;GAIG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,IAAI,EAAE,eAAe;IACrB,MAAM,EAAE;QACN,UAAU,EAAE,MAAM;QAClB,wBAAwB,EAAE,UAAU,CAAC;;KAEpC;KACF;CAC8B,CAAC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* A shader module that
|
|
3
|
-
* to
|
|
2
|
+
* A shader module that converts YCbCr input (RGB channels read as Y, Cb,
|
|
3
|
+
* Cr) to RGB using the JFIF / JPEG conversion. For TIFFs with
|
|
4
|
+
* `PhotometricInterpretation = 6` (YCbCr) where the decoder has not
|
|
5
|
+
* already converted to RGB.
|
|
4
6
|
*/
|
|
5
7
|
export declare const YCbCrToRGB: {
|
|
6
8
|
readonly name: "ycbcr-to-rgb";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ycbcr.d.ts","sourceRoot":"","sources":["../../../src/gpu-modules/color/ycbcr.ts"],"names":[],"mappings":"AAiBA
|
|
1
|
+
{"version":3,"file":"ycbcr.d.ts","sourceRoot":"","sources":["../../../src/gpu-modules/color/ycbcr.ts"],"names":[],"mappings":"AAiBA;;;;;GAKG;AACH,eAAO,MAAM,UAAU;;;;;;CAQU,CAAC"}
|
|
@@ -13,8 +13,10 @@ const shader = /* glsl */ `
|
|
|
13
13
|
}
|
|
14
14
|
`;
|
|
15
15
|
/**
|
|
16
|
-
* A shader module that
|
|
17
|
-
* to
|
|
16
|
+
* A shader module that converts YCbCr input (RGB channels read as Y, Cb,
|
|
17
|
+
* Cr) to RGB using the JFIF / JPEG conversion. For TIFFs with
|
|
18
|
+
* `PhotometricInterpretation = 6` (YCbCr) where the decoder has not
|
|
19
|
+
* already converted to RGB.
|
|
18
20
|
*/
|
|
19
21
|
export const YCbCrToRGB = {
|
|
20
22
|
name: "ycbcr-to-rgb",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ycbcr.js","sourceRoot":"","sources":["../../../src/gpu-modules/color/ycbcr.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,GAAG,UAAU,CAAC;;;;;;;;;;;;;CAazB,CAAC;AAEF
|
|
1
|
+
{"version":3,"file":"ycbcr.js","sourceRoot":"","sources":["../../../src/gpu-modules/color/ycbcr.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,GAAG,UAAU,CAAC;;;;;;;;;;;;;CAazB,CAAC;AAEF;;;;;GAKG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,IAAI,EAAE,cAAc;IACpB,MAAM,EAAE;QACN,UAAU,EAAE,MAAM;QAClB,wBAAwB,EAAE,UAAU,CAAC;;KAEpC;KACF;CAC8B,CAAC"}
|
|
@@ -5,6 +5,8 @@ export type ColormapProps = {
|
|
|
5
5
|
* The colormap sprite as a 2D array texture. Each layer of the array is
|
|
6
6
|
* one 256×1 RGBA8 colormap. Build from the shipped `colormaps.png` with
|
|
7
7
|
* `decodeColormapSprite` + `createColormapTexture`, or bring your own.
|
|
8
|
+
*
|
|
9
|
+
* Note this must be a Texture2DArray, not a Texture2D.
|
|
8
10
|
*/
|
|
9
11
|
colormapTexture: Texture;
|
|
10
12
|
/**
|
|
@@ -27,7 +29,7 @@ export declare const Colormap: {
|
|
|
27
29
|
readonly name: "colormap";
|
|
28
30
|
readonly fs: "uniform colormapUniforms {\n int colormapIndex;\n float reversed;\n} colormap;\n";
|
|
29
31
|
readonly inject: {
|
|
30
|
-
readonly "fs:#decl": "
|
|
32
|
+
readonly "fs:#decl": "precision highp sampler2DArray;\nuniform sampler2DArray colormapTexture;\n";
|
|
31
33
|
readonly "fs:DECKGL_FILTER_COLOR": "\n float idx = mix(color.r, 1.0 - color.r, colormap.reversed);\n color = texture(\n colormapTexture,\n vec3(idx, 0.5, float(colormap.colormapIndex))\n );\n ";
|
|
32
34
|
};
|
|
33
35
|
readonly uniformTypes: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"colormap.d.ts","sourceRoot":"","sources":["../../src/gpu-modules/colormap.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAG7C,oDAAoD;AACpD,MAAM,MAAM,aAAa,GAAG;IAC1B
|
|
1
|
+
{"version":3,"file":"colormap.d.ts","sourceRoot":"","sources":["../../src/gpu-modules/colormap.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAG7C,oDAAoD;AACpD,MAAM,MAAM,aAAa,GAAG;IAC1B;;;;;;OAMG;IACH,eAAe,EAAE,OAAO,CAAC;IACzB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAIF;;;GAGG;AACH,eAAO,MAAM,QAAQ;;;;;;;;;;;kCAyBE,OAAO,CAAC,aAAa,CAAC;;;;;CAOG,CAAC"}
|
|
@@ -12,7 +12,10 @@ uniform ${MODULE_NAME}Uniforms {
|
|
|
12
12
|
} ${MODULE_NAME};
|
|
13
13
|
`,
|
|
14
14
|
inject: {
|
|
15
|
-
"fs:#decl":
|
|
15
|
+
"fs:#decl": `\
|
|
16
|
+
precision highp sampler2DArray;
|
|
17
|
+
uniform sampler2DArray colormapTexture;
|
|
18
|
+
`,
|
|
16
19
|
"fs:DECKGL_FILTER_COLOR": /* glsl */ `
|
|
17
20
|
float idx = mix(color.r, 1.0 - color.r, ${MODULE_NAME}.reversed);
|
|
18
21
|
color = texture(
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"colormap.js","sourceRoot":"","sources":["../../src/gpu-modules/colormap.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"colormap.js","sourceRoot":"","sources":["../../src/gpu-modules/colormap.ts"],"names":[],"mappings":"AA0BA,MAAM,WAAW,GAAG,UAAU,CAAC;AAE/B;;;GAGG;AACH,MAAM,CAAC,MAAM,QAAQ,GAAG;IACtB,IAAI,EAAE,WAAW;IACjB,EAAE,EAAE;UACI,WAAW;;;IAGjB,WAAW;CACd;IACC,MAAM,EAAE;QACN,UAAU,EAAE;;;CAGf;QACG,wBAAwB,EAAE,UAAU,CAAC;gDACO,WAAW;;;+BAG5B,WAAW;;KAErC;KACF;IACD,YAAY,EAAE;QACZ,aAAa,EAAE,KAAK;QACpB,QAAQ,EAAE,KAAK;KAChB;IACD,WAAW,EAAE,CAAC,KAA6B,EAAE,EAAE;QAC7C,OAAO;YACL,eAAe,EAAE,KAAK,CAAC,eAAe;YACtC,aAAa,EAAE,KAAK,CAAC,aAAa,IAAI,CAAC;YACvC,QAAQ,EAAE,KAAK,CAAC,QAAQ,IAAI,KAAK;SAClC,CAAC;IACJ,CAAC;CAC6C,CAAC"}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import type { Texture } from "@luma.gl/core";
|
|
2
|
+
/** Props for the {@link CreateTexture} shader module. */
|
|
2
3
|
export type CreateTextureProps = {
|
|
4
|
+
/** The input image texture to sample. */
|
|
3
5
|
textureName: Texture;
|
|
4
6
|
};
|
|
5
7
|
/**
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
+
* The base shader module for a render pipeline: samples a single input
|
|
9
|
+
* texture into `color` so subsequent modules can transform it. Use this
|
|
10
|
+
* when no decoding step (e.g. {@link CompositeBands}) is needed.
|
|
8
11
|
*/
|
|
9
12
|
export declare const CreateTexture: {
|
|
10
13
|
readonly name: "create-texture-unorm";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-texture.d.ts","sourceRoot":"","sources":["../../src/gpu-modules/create-texture.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"create-texture.d.ts","sourceRoot":"","sources":["../../src/gpu-modules/create-texture.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAG7C,yDAAyD;AACzD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,yCAAyC;IACzC,WAAW,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,aAAa;;;;;;kCAQH,OAAO,CAAC,kBAAkB,CAAC;;;CAKG,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
2
|
+
* The base shader module for a render pipeline: samples a single input
|
|
3
|
+
* texture into `color` so subsequent modules can transform it. Use this
|
|
4
|
+
* when no decoding step (e.g. {@link CompositeBands}) is needed.
|
|
4
5
|
*/
|
|
5
6
|
export const CreateTexture = {
|
|
6
7
|
name: "create-texture-unorm",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-texture.js","sourceRoot":"","sources":["../../src/gpu-modules/create-texture.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-texture.js","sourceRoot":"","sources":["../../src/gpu-modules/create-texture.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,IAAI,EAAE,sBAAsB;IAC5B,MAAM,EAAE;QACN,UAAU,EAAE,gCAAgC;QAC5C,wBAAwB,EAAE,UAAU,CAAC;;KAEpC;KACF;IACD,WAAW,EAAE,CAAC,KAAkC,EAAE,EAAE;QAClD,OAAO;YACL,WAAW,EAAE,KAAK,CAAC,WAAW;SAC/B,CAAC;IACJ,CAAC;CACkD,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/** Props for the {@link CutlineBbox} shader module. */
|
|
1
2
|
export type CutlineBboxProps = {
|
|
2
3
|
/**
|
|
3
4
|
* Axis-aligned bbox in **EPSG:3857 meters**, packed as
|
|
@@ -5,7 +6,7 @@ export type CutlineBboxProps = {
|
|
|
5
6
|
* as the layer's mesh `positions` attribute — for `COGLayer` /
|
|
6
7
|
* `RasterLayer`'s Web Mercator rendering path, that is raw 3857 meters.
|
|
7
8
|
*
|
|
8
|
-
* Use {@link
|
|
9
|
+
* Use {@link lngLatToMercator} to project a WGS84 lng/lat bbox once
|
|
9
10
|
* at bbox definition time.
|
|
10
11
|
*/
|
|
11
12
|
bbox: [number, number, number, number];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cutline-bbox.d.ts","sourceRoot":"","sources":["../../src/gpu-modules/cutline-bbox.ts"],"names":[],"mappings":"AAQA,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;;;;;;;OAQG;IACH,IAAI,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC;CACxC,CAAC;AAUF;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;kCAyCD,OAAO,CAAC,gBAAgB,CAAC;;;;;CAEG,CAAC;AAEpD;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAU3E"}
|
|
1
|
+
{"version":3,"file":"cutline-bbox.d.ts","sourceRoot":"","sources":["../../src/gpu-modules/cutline-bbox.ts"],"names":[],"mappings":"AAQA,uDAAuD;AACvD,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;;;;;;;OAQG;IACH,IAAI,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC;CACxC,CAAC;AAUF;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;kCAyCD,OAAO,CAAC,gBAAgB,CAAC;;;;;CAEG,CAAC;AAEpD;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAU3E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cutline-bbox.js","sourceRoot":"","sources":["../../src/gpu-modules/cutline-bbox.ts"],"names":[],"mappings":"AAEA,wEAAwE;AACxE,MAAM,YAAY,GAAG,SAAS,CAAC;AAE/B,8CAA8C;AAC9C,MAAM,kBAAkB,GAAG,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"cutline-bbox.js","sourceRoot":"","sources":["../../src/gpu-modules/cutline-bbox.ts"],"names":[],"mappings":"AAEA,wEAAwE;AACxE,MAAM,YAAY,GAAG,SAAS,CAAC;AAE/B,8CAA8C;AAC9C,MAAM,kBAAkB,GAAG,SAAS,CAAC;AAgBrC,MAAM,WAAW,GAAG,aAAa,CAAC;AAElC,MAAM,YAAY,GAAG;UACX,WAAW;;IAEjB,WAAW;CACd,CAAC;AAEF;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,IAAI,EAAE,WAAW;IACjB,EAAE,EAAE,YAAY;IAChB,MAAM,EAAE;QACN,qEAAqE;QACrE,UAAU,EAAE,iCAAiC;QAC7C,qEAAqE;QACrE,yEAAyE;QACzE,wEAAwE;QACxE,uEAAuE;QACvE,gBAAgB,EAAE,UAAU,CAAC;;KAE5B;QACD,UAAU,EAAE,gCAAgC;QAC5C,8DAA8D;QAC9D,2EAA2E;QAC3E,wEAAwE;QACxE,yEAAyE;QACzE,sEAAsE;QACtE,EAAE;QACF,0EAA0E;QAC1E,oEAAoE;QACpE,qEAAqE;QACrE,2DAA2D;QAC3D,gBAAgB,EAAE,UAAU,CAAC;;wCAEO,WAAW;wCACX,WAAW;wCACX,WAAW;wCACX,WAAW;;;;KAI9C;KACF;IACD,YAAY,EAAE;QACZ,IAAI,EAAE,WAAW;KAClB;IACD,uEAAuE;IACvE,kEAAkE;IAClE,mEAAmE;IACnE,WAAW,EAAE,CAAC,KAAgC,EAAE,EAAE,CAChD,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,KAAK,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,EAAE;CACS,CAAC;AAEpD;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,UAAU,gBAAgB,CAAC,GAAW,EAAE,GAAW;IACvD,IAAI,GAAG,GAAG,CAAC,kBAAkB,IAAI,GAAG,GAAG,kBAAkB,EAAE,CAAC;QAC1D,MAAM,IAAI,KAAK,CACb,mEAAmE,kBAAkB,eAAe,GAAG,EAAE,CAC1G,CAAC;IACJ,CAAC;IACD,MAAM,CAAC,GAAG,CAAC,YAAY,GAAG,GAAG,GAAG,IAAI,CAAC,EAAE,CAAC,GAAG,GAAG,CAAC;IAC/C,MAAM,CAAC,GACL,YAAY,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,GAAG,CAAC,GAAG,CAAC,GAAG,GAAG,IAAI,CAAC,EAAE,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC;IACzE,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;AAChB,CAAC"}
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
+
/** Props for the {@link FilterNoDataVal} shader module. */
|
|
1
2
|
export type FilterNoDataValProps = {
|
|
3
|
+
/**
|
|
4
|
+
* The sentinel nodata value, in the same units as `color.r` after any
|
|
5
|
+
* earlier pipeline modules. Pixels whose red channel exactly equals
|
|
6
|
+
* this value are discarded.
|
|
7
|
+
*/
|
|
2
8
|
value: number;
|
|
3
9
|
};
|
|
4
10
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filter-nodata.d.ts","sourceRoot":"","sources":["../../src/gpu-modules/filter-nodata.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAWF;;;GAGG;AACH,eAAO,MAAM,eAAe;;;;;;;;;kCAaL,OAAO,CAAC,oBAAoB,CAAC;;;CAKG,CAAC"}
|
|
1
|
+
{"version":3,"file":"filter-nodata.d.ts","sourceRoot":"","sources":["../../src/gpu-modules/filter-nodata.ts"],"names":[],"mappings":"AAEA,2DAA2D;AAC3D,MAAM,MAAM,oBAAoB,GAAG;IACjC;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAWF;;;GAGG;AACH,eAAO,MAAM,eAAe;;;;;;;;;kCAaL,OAAO,CAAC,oBAAoB,CAAC;;;CAKG,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filter-nodata.js","sourceRoot":"","sources":["../../src/gpu-modules/filter-nodata.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"filter-nodata.js","sourceRoot":"","sources":["../../src/gpu-modules/filter-nodata.ts"],"names":[],"mappings":"AAYA,0CAA0C;AAC1C,MAAM,WAAW,GAAG,QAAQ,CAAC;AAE7B,MAAM,YAAY,GAAG;UACX,WAAW;;IAEjB,WAAW;CACd,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,IAAI,EAAE,WAAW;IACjB,EAAE,EAAE,YAAY;IAChB,MAAM,EAAE;QACN,wBAAwB,EAAE,UAAU,CAAC;;;;KAIpC;KACF;IACD,YAAY,EAAE;QACZ,KAAK,EAAE,KAAK;KACb;IACD,WAAW,EAAE,CAAC,KAAoC,EAAE,EAAE;QACpD,OAAO;YACL,KAAK,EAAE,KAAK,CAAC,KAAK;SACnB,CAAC;IACJ,CAAC;CACoD,CAAC"}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export { BlackIsZero, CMYKToRGB, cieLabToRGB, WhiteIsZero, YCbCrToRGB, } from "./color";
|
|
1
|
+
export { BlackIsZero, CMYKToRGB, cieLabToRGB, WhiteIsZero, YCbCrToRGB, } from "./color/index.js";
|
|
2
2
|
export type { ColormapProps } from "./colormap.js";
|
|
3
3
|
export { Colormap } from "./colormap.js";
|
|
4
4
|
export { COLORMAP_INDEX, type ColormapName, } from "./colormap-names.js";
|
|
5
5
|
export type { CompositeBandsProps } from "./composite-bands.js";
|
|
6
6
|
export { buildCompositeBandsProps, CompositeBands, } from "./composite-bands.js";
|
|
7
7
|
export { createColormapTexture } from "./create-colormap-texture.js";
|
|
8
|
-
export { CreateTexture } from "./create-texture";
|
|
8
|
+
export { CreateTexture } from "./create-texture.js";
|
|
9
9
|
export type { CutlineBboxProps } from "./cutline-bbox.js";
|
|
10
10
|
export { CutlineBbox, lngLatToMercator } from "./cutline-bbox.js";
|
|
11
11
|
export type { ColormapSpriteSource } from "./decode-colormap-sprite.js";
|
|
12
12
|
export { decodeColormapSprite } from "./decode-colormap-sprite.js";
|
|
13
|
-
export { FilterNoDataVal } from "./filter-nodata";
|
|
13
|
+
export { FilterNoDataVal } from "./filter-nodata.js";
|
|
14
14
|
export type { LinearRescaleProps } from "./linear-rescale.js";
|
|
15
15
|
export { LinearRescale } from "./linear-rescale.js";
|
|
16
|
-
export { MaskTexture } from "./mask-texture";
|
|
17
|
-
export type { RasterModule } from "./types";
|
|
16
|
+
export { MaskTexture } from "./mask-texture.js";
|
|
17
|
+
export type { RasterModule } from "./types.js";
|
|
18
18
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/gpu-modules/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,SAAS,EACT,WAAW,EACX,WAAW,EACX,UAAU,GACX,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/gpu-modules/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,SAAS,EACT,WAAW,EACX,WAAW,EACX,UAAU,GACX,MAAM,kBAAkB,CAAC;AAC1B,YAAY,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EACL,cAAc,EACd,KAAK,YAAY,GAClB,MAAM,qBAAqB,CAAC;AAC7B,YAAY,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EACL,wBAAwB,EACxB,cAAc,GACf,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,YAAY,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAClE,YAAY,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,YAAY,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,YAAY,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { BlackIsZero, CMYKToRGB, cieLabToRGB, WhiteIsZero, YCbCrToRGB, } from "./color";
|
|
1
|
+
export { BlackIsZero, CMYKToRGB, cieLabToRGB, WhiteIsZero, YCbCrToRGB, } from "./color/index.js";
|
|
2
2
|
export { Colormap } from "./colormap.js";
|
|
3
3
|
export { COLORMAP_INDEX, } from "./colormap-names.js";
|
|
4
4
|
export { buildCompositeBandsProps, CompositeBands, } from "./composite-bands.js";
|
|
5
5
|
export { createColormapTexture } from "./create-colormap-texture.js";
|
|
6
|
-
export { CreateTexture } from "./create-texture";
|
|
6
|
+
export { CreateTexture } from "./create-texture.js";
|
|
7
7
|
export { CutlineBbox, lngLatToMercator } from "./cutline-bbox.js";
|
|
8
8
|
export { decodeColormapSprite } from "./decode-colormap-sprite.js";
|
|
9
|
-
export { FilterNoDataVal } from "./filter-nodata";
|
|
9
|
+
export { FilterNoDataVal } from "./filter-nodata.js";
|
|
10
10
|
export { LinearRescale } from "./linear-rescale.js";
|
|
11
|
-
export { MaskTexture } from "./mask-texture";
|
|
11
|
+
export { MaskTexture } from "./mask-texture.js";
|
|
12
12
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/gpu-modules/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,SAAS,EACT,WAAW,EACX,WAAW,EACX,UAAU,GACX,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/gpu-modules/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,SAAS,EACT,WAAW,EACX,WAAW,EACX,UAAU,GACX,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EACL,cAAc,GAEf,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EACL,wBAAwB,EACxB,cAAc,GACf,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAEpD,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAElE,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAErD,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
import type { Texture } from "@luma.gl/core";
|
|
2
|
+
/** Props for the {@link MaskTexture} shader module. */
|
|
2
3
|
export type MaskTextureProps = {
|
|
4
|
+
/** Single-channel mask texture; pixels with value 0 are discarded. */
|
|
3
5
|
maskTexture: Texture;
|
|
4
6
|
};
|
|
5
7
|
/**
|
|
6
|
-
* A shader module that
|
|
7
|
-
*
|
|
8
|
+
* A shader module that discards fragments where a separate single-channel
|
|
9
|
+
* mask texture reads zero. Useful for COG / GeoTIFF transparency masks
|
|
10
|
+
* stored as a sibling IFD.
|
|
11
|
+
*
|
|
12
|
+
* Compares directly against 0.0; assumes the mask is sampled with nearest-
|
|
13
|
+
* neighbor filtering so there are no interpolated intermediate values.
|
|
8
14
|
*/
|
|
9
15
|
export declare const MaskTexture: {
|
|
10
16
|
readonly name: "mask-texture";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mask-texture.d.ts","sourceRoot":"","sources":["../../src/gpu-modules/mask-texture.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"mask-texture.d.ts","sourceRoot":"","sources":["../../src/gpu-modules/mask-texture.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAG7C,uDAAuD;AACvD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,sEAAsE;IACtE,WAAW,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,WAAW;;;;;;kCAWD,OAAO,CAAC,gBAAgB,CAAC;;;CAKG,CAAC"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* A shader module that
|
|
3
|
-
*
|
|
2
|
+
* A shader module that discards fragments where a separate single-channel
|
|
3
|
+
* mask texture reads zero. Useful for COG / GeoTIFF transparency masks
|
|
4
|
+
* stored as a sibling IFD.
|
|
5
|
+
*
|
|
6
|
+
* Compares directly against 0.0; assumes the mask is sampled with nearest-
|
|
7
|
+
* neighbor filtering so there are no interpolated intermediate values.
|
|
4
8
|
*/
|
|
5
|
-
// Note, we compare directly against 0.0 because we use nearest neighbor
|
|
6
|
-
// sampling for the mask texture. So there will never be any interpolated values
|
|
7
|
-
// between 0 and 1.
|
|
8
9
|
export const MaskTexture = {
|
|
9
10
|
name: "mask-texture",
|
|
10
11
|
inject: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mask-texture.js","sourceRoot":"","sources":["../../src/gpu-modules/mask-texture.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"mask-texture.js","sourceRoot":"","sources":["../../src/gpu-modules/mask-texture.ts"],"names":[],"mappings":"AASA;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,IAAI,EAAE,cAAc;IACpB,MAAM,EAAE;QACN,UAAU,EAAE,gCAAgC;QAC5C,wBAAwB,EAAE,UAAU,CAAC;;;;;KAKpC;KACF;IACD,WAAW,EAAE,CAAC,KAAgC,EAAE,EAAE;QAChD,OAAO;YACL,WAAW,EAAE,KAAK,CAAC,WAAW;SAC/B,CAAC;IACJ,CAAC;CACgD,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -4,6 +4,8 @@ export type { MultiTilesetDescriptor, SecondaryTileIndex, SecondaryTileResolutio
|
|
|
4
4
|
export { createMultiTilesetDescriptor, resolveSecondaryTiles, selectSecondaryLevel, tilesetLevelsEqual, } from "./multi-raster-tileset/index.js";
|
|
5
5
|
export type { RasterLayerProps, RenderTileResult } from "./raster-layer.js";
|
|
6
6
|
export { RasterLayer } from "./raster-layer.js";
|
|
7
|
-
export type {
|
|
8
|
-
export {
|
|
7
|
+
export type { GetTileDataOptions, MinimalTileData, RasterTileLayerProps, } from "./raster-tile-layer/index.js";
|
|
8
|
+
export { RasterTileLayer } from "./raster-tile-layer/index.js";
|
|
9
|
+
export type { AffineTilesetLevelOptions, AffineTilesetOptions, Bounds, CornerBounds, Corners, ProjectionFunction, TileMetadata, TilesetDescriptor, TilesetLevel, } from "./raster-tileset/index.js";
|
|
10
|
+
export { AffineTileset, AffineTilesetLevel, RasterTileset2D, TileMatrixSetAdaptor, } from "./raster-tileset/index.js";
|
|
9
11
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAE3D,OAAO,EAAE,sBAAsB,IAAI,uBAAuB,EAAE,MAAM,kBAAkB,CAAC;AACrF,YAAY,EACV,sBAAsB,EACtB,kBAAkB,EAClB,uBAAuB,EACvB,WAAW,GACZ,MAAM,iCAAiC,CAAC;AACzC,OAAO,EACL,4BAA4B,EAC5B,qBAAqB,EACrB,oBAAoB,EACpB,kBAAkB,GACnB,MAAM,iCAAiC,CAAC;AACzC,YAAY,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAC5E,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,YAAY,EACV,MAAM,EACN,YAAY,EACZ,OAAO,EACP,kBAAkB,EAClB,YAAY,EACZ,iBAAiB,EACjB,YAAY,GACb,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,eAAe,EACf,oBAAoB,GACrB,MAAM,2BAA2B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAE3D,OAAO,EAAE,sBAAsB,IAAI,uBAAuB,EAAE,MAAM,kBAAkB,CAAC;AACrF,YAAY,EACV,sBAAsB,EACtB,kBAAkB,EAClB,uBAAuB,EACvB,WAAW,GACZ,MAAM,iCAAiC,CAAC;AACzC,OAAO,EACL,4BAA4B,EAC5B,qBAAqB,EACrB,oBAAoB,EACpB,kBAAkB,GACnB,MAAM,iCAAiC,CAAC;AACzC,YAAY,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAC5E,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,YAAY,EACV,kBAAkB,EAClB,eAAe,EACf,oBAAoB,GACrB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAC/D,YAAY,EACV,yBAAyB,EACzB,oBAAoB,EACpB,MAAM,EACN,YAAY,EACZ,OAAO,EACP,kBAAkB,EAClB,YAAY,EACZ,iBAAiB,EACjB,YAAY,GACb,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,aAAa,EACb,kBAAkB,EAClB,eAAe,EACf,oBAAoB,GACrB,MAAM,2BAA2B,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -2,5 +2,6 @@
|
|
|
2
2
|
export { renderDebugTileOutline as _renderDebugTileOutline } from "./layer-utils.js";
|
|
3
3
|
export { createMultiTilesetDescriptor, resolveSecondaryTiles, selectSecondaryLevel, tilesetLevelsEqual, } from "./multi-raster-tileset/index.js";
|
|
4
4
|
export { RasterLayer } from "./raster-layer.js";
|
|
5
|
-
export {
|
|
5
|
+
export { RasterTileLayer } from "./raster-tile-layer/index.js";
|
|
6
|
+
export { AffineTileset, AffineTilesetLevel, RasterTileset2D, TileMatrixSetAdaptor, } from "./raster-tileset/index.js";
|
|
6
7
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,+DAA+D;AAC/D,OAAO,EAAE,sBAAsB,IAAI,uBAAuB,EAAE,MAAM,kBAAkB,CAAC;AAOrF,OAAO,EACL,4BAA4B,EAC5B,qBAAqB,EACrB,oBAAoB,EACpB,kBAAkB,GACnB,MAAM,iCAAiC,CAAC;AAEzC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,+DAA+D;AAC/D,OAAO,EAAE,sBAAsB,IAAI,uBAAuB,EAAE,MAAM,kBAAkB,CAAC;AAOrF,OAAO,EACL,4BAA4B,EAC5B,qBAAqB,EACrB,oBAAoB,EACpB,kBAAkB,GACnB,MAAM,iCAAiC,CAAC;AAEzC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAMhD,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAY/D,OAAO,EACL,aAAa,EACb,kBAAkB,EAClB,eAAe,EACf,oBAAoB,GACrB,MAAM,2BAA2B,CAAC"}
|
package/dist/layer-utils.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { _Tile2DHeader as Tile2DHeader } from "@deck.gl/geo-layers";
|
|
2
2
|
import { PathLayer, TextLayer } from "@deck.gl/layers";
|
|
3
3
|
import type { ReprojectionFns } from "@developmentseed/raster-reproject";
|
|
4
|
-
import type { TileMetadata } from "./raster-tileset";
|
|
4
|
+
import type { TileMetadata } from "./raster-tileset/index.js";
|
|
5
5
|
export declare function renderDebugTileOutline(id: string, tile: Tile2DHeader & TileMetadata, forwardTo4326: ReprojectionFns["forwardReproject"]): (TextLayer<any, {
|
|
6
6
|
id: `${string}-label`;
|
|
7
7
|
data: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"layer-utils.d.ts","sourceRoot":"","sources":["../src/layer-utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,IAAI,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"layer-utils.d.ts","sourceRoot":"","sources":["../src/layer-utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,IAAI,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAE9D,wBAAgB,sBAAsB,CACpC,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,YAAY,GAAG,YAAY,EACjC,aAAa,EAAE,eAAe,CAAC,kBAAkB,CAAC;;;;;;;;;;;;;;;;;;;;;;MA2DnD"}
|
package/dist/raster-layer.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import type { CompositeLayerProps, DefaultProps, Layer, TextureSource, UpdatePar
|
|
|
2
2
|
import { CompositeLayer } from "@deck.gl/core";
|
|
3
3
|
import type { ReprojectionFns } from "@developmentseed/raster-reproject";
|
|
4
4
|
import { RasterReprojector } from "@developmentseed/raster-reproject";
|
|
5
|
-
import type { RasterModule } from "./gpu-modules/types";
|
|
5
|
+
import type { RasterModule } from "./gpu-modules/types.js";
|
|
6
6
|
/**
|
|
7
7
|
* The result returned by a `renderTile` function.
|
|
8
8
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raster-layer.d.ts","sourceRoot":"","sources":["../src/raster-layer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,mBAAmB,EACnB,YAAY,EACZ,KAAK,EACL,aAAa,EACb,gBAAgB,EACjB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAE/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AACtE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"raster-layer.d.ts","sourceRoot":"","sources":["../src/raster-layer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,mBAAmB,EACnB,YAAY,EACZ,KAAK,EACL,aAAa,EACb,gBAAgB,EACjB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAE/C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AACtE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAmC3D;;;;;;GAMG;AACH,MAAM,MAAM,gBAAgB,GACxB;IAAE,KAAK,EAAE,aAAa,CAAC;IAAC,cAAc,CAAC,EAAE,YAAY,EAAE,CAAA;CAAE,GACzD;IAAE,cAAc,EAAE,YAAY,EAAE,CAAC;IAAC,KAAK,CAAC,EAAE,aAAa,CAAA;CAAE,CAAC;AAE9D;;GAEG;AACH,MAAM,WAAW,gBAAiB,SAAQ,mBAAmB;IAC3D;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,eAAe,EAAE,eAAe,CAAC;IAEjC;;;;;;;;;OASG;IACH,KAAK,CAAC,EAAE,aAAa,GAAG,IAAI,CAAC;IAE7B;;;;;OAKG;IACH,cAAc,CAAC,EAAE,YAAY,EAAE,GAAG,IAAI,CAAC;IAEvC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,oFAAoF;IACpF,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB,oCAAoC;IACpC,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAWD;;;;;;;;GAQG;AACH,qBAAa,WAAY,SAAQ,cAAc,CAAC,gBAAgB,CAAC;IAC/D,OAAgB,SAAS,SAAiB;IAC1C,OAAgB,YAAY,iCAAgB;IAEpC,KAAK,EAAE;QACb,WAAW,CAAC,EAAE,iBAAiB,CAAC;QAChC,IAAI,CAAC,EAAE;YACL,SAAS,EAAE,YAAY,CAAC;YACxB,OAAO,EAAE,WAAW,CAAC;YACrB,SAAS,EAAE,YAAY,CAAC;SACzB,CAAC;KACH,CAAC;IAEO,eAAe,IAAI,IAAI;IAIvB,WAAW,CAAC,MAAM,EAAE,gBAAgB,CAAC,IAAI,CAAC;IA8BnD,SAAS,CAAC,aAAa,IAAI,IAAI;IAiC/B,gBAAgB,IAAI,KAAK,GAAG,IAAI;IA6DhC,YAAY;CAoDb"}
|
package/dist/raster-layer.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CompositeLayer } from "@deck.gl/core";
|
|
2
2
|
import { PolygonLayer } from "@deck.gl/layers";
|
|
3
3
|
import { RasterReprojector } from "@developmentseed/raster-reproject";
|
|
4
|
-
import { MeshTextureLayer } from "./mesh-layer/mesh-layer";
|
|
4
|
+
import { MeshTextureLayer } from "./mesh-layer/mesh-layer.js";
|
|
5
5
|
const DEFAULT_MAX_ERROR = 0.125;
|
|
6
6
|
const DEBUG_COLORS = [
|
|
7
7
|
[252, 73, 163], // pink
|
package/dist/raster-layer.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"raster-layer.js","sourceRoot":"","sources":["../src/raster-layer.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AAEtE,OAAO,EAAE,gBAAgB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"raster-layer.js","sourceRoot":"","sources":["../src/raster-layer.ts"],"names":[],"mappings":"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"}
|