@loaders.gl/flatgeobuf 4.2.3 → 4.2.4
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/dist.min.js +1 -1
- package/dist/flatgeobuf-loader.js +1 -1
- package/dist/flatgeobuf-worker.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/package.json +5 -5
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import { parseFlatGeobuf, parseFlatGeobufInBatches } from "./lib/parse-flatgeobuf.js";
|
|
5
5
|
// __VERSION__ is injected by babel-plugin-version-inline
|
|
6
6
|
// @ts-ignore TS2304: Cannot find name '__VERSION__'.
|
|
7
|
-
const VERSION = typeof "4.2.
|
|
7
|
+
const VERSION = typeof "4.2.3" !== 'undefined' ? "4.2.3" : 'latest';
|
|
8
8
|
// FGB\3FGB\1
|
|
9
9
|
const FGB_MAGIC_NUMBER = [0x66, 0x67, 0x62, 0x03, 0x66, 0x67, 0x62, 0x01];
|
|
10
10
|
export const FlatGeobufWorkerLoader = {
|
|
@@ -8860,7 +8860,7 @@
|
|
|
8860
8860
|
}
|
|
8861
8861
|
|
|
8862
8862
|
// src/flatgeobuf-loader.ts
|
|
8863
|
-
var VERSION = true ? "4.2.
|
|
8863
|
+
var VERSION = true ? "4.2.3" : "latest";
|
|
8864
8864
|
var FGB_MAGIC_NUMBER = [102, 103, 98, 3, 102, 103, 98, 1];
|
|
8865
8865
|
var FlatGeobufWorkerLoader = {
|
|
8866
8866
|
dataType: null,
|
package/dist/index.cjs
CHANGED
|
@@ -1837,7 +1837,7 @@ async function* parseFlatGeobufInBatchesToGeoJSON(stream, options) {
|
|
|
1837
1837
|
}
|
|
1838
1838
|
|
|
1839
1839
|
// dist/flatgeobuf-loader.js
|
|
1840
|
-
var VERSION = true ? "4.2.
|
|
1840
|
+
var VERSION = true ? "4.2.3" : "latest";
|
|
1841
1841
|
var FGB_MAGIC_NUMBER = [102, 103, 98, 3, 102, 103, 98, 1];
|
|
1842
1842
|
var FlatGeobufWorkerLoader = {
|
|
1843
1843
|
dataType: null,
|