@loaders.gl/geotiff 3.4.3 → 3.4.5
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/lib/load-geotiff.js +1 -1
- package/package.json +2 -2
package/dist/lib/load-geotiff.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.loadGeoTiff = void 0;
|
|
4
4
|
const geotiff_1 = require("geotiff");
|
|
5
5
|
const proxies_1 = require("./utils/proxies");
|
|
6
|
-
// import Pool from './lib/Pool
|
|
6
|
+
// import Pool from './lib/Pool';
|
|
7
7
|
const load_ome_tiff_1 = require("./ome/load-ome-tiff");
|
|
8
8
|
/**
|
|
9
9
|
* Opens an OME-TIFF via URL and returns data source and associated metadata for first image.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loaders.gl/geotiff",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.5",
|
|
4
4
|
"description": "Framework-independent loaders for tiff and geotiff",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"fast-xml-parser": "^3.16.0",
|
|
40
40
|
"geotiff": "^1.0.4"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "3d2f9c2792182d8f9bc23b5137f5a69cf14f4722"
|
|
43
43
|
}
|