@loaders.gl/flatgeobuf 4.2.0-alpha.6 → 4.2.0-beta.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/dist.dev.js +2 -0
- package/dist/dist.min.js +1 -1
- package/dist/flatgeobuf-loader.d.ts +50 -3
- package/dist/flatgeobuf-loader.d.ts.map +1 -1
- package/dist/flatgeobuf-loader.js +3 -1
- package/dist/flatgeobuf-worker.js +49 -47
- package/dist/index.cjs +3 -1
- package/dist/index.cjs.map +2 -2
- package/package.json +5 -5
- package/src/flatgeobuf-loader.ts +9 -4
package/dist/dist.dev.js
CHANGED
|
@@ -8715,6 +8715,8 @@ var __exports__ = (() => {
|
|
|
8715
8715
|
var VERSION = typeof __VERSION__ !== "undefined" ? __VERSION__ : "latest";
|
|
8716
8716
|
var FGB_MAGIC_NUMBER = [102, 103, 98, 3, 102, 103, 98, 1];
|
|
8717
8717
|
var FlatGeobufWorkerLoader = {
|
|
8718
|
+
dataType: null,
|
|
8719
|
+
batchType: null,
|
|
8718
8720
|
id: "flatgeobuf",
|
|
8719
8721
|
name: "FlatGeobuf",
|
|
8720
8722
|
module: "flatgeobuf",
|