@loaders.gl/flatgeobuf 4.4.0-alpha.9 → 4.4.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/dist.dev.js +658 -39
- package/dist/dist.min.js +2 -2
- package/dist/flatgeobuf/3.27.2/generic/featurecollection.d.ts.map +1 -1
- package/dist/flatgeobuf/3.27.2/generic/featurecollection.js +1 -0
- package/dist/flatgeobuf/3.27.2/generic/featurecollection.js.map +1 -1
- package/dist/flatgeobuf-loader.d.ts +2 -2
- package/dist/flatgeobuf-loader.js +1 -1
- package/dist/flatgeobuf-loader.js.map +1 -1
- package/dist/flatgeobuf-worker.js +641 -39
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +2 -2
- package/dist/lib/binary-geometries.d.ts +6 -6
- package/package.json +5 -5
- package/src/flatgeobuf/3.27.2/generic/featurecollection.ts +1 -0
package/dist/index.cjs
CHANGED
|
@@ -1859,7 +1859,7 @@ function binaryFromFeature(feature, header) {
|
|
|
1859
1859
|
}
|
|
1860
1860
|
|
|
1861
1861
|
// dist/flatgeobuf-loader.js
|
|
1862
|
-
var VERSION = true ? "4.4.0
|
|
1862
|
+
var VERSION = true ? "4.4.0" : "latest";
|
|
1863
1863
|
var FGB_MAGIC_NUMBER = [102, 103, 98, 3, 102, 103, 98, 1];
|
|
1864
1864
|
var FlatGeobufWorkerLoader = {
|
|
1865
1865
|
...FlatGeobufFormat,
|