@loaders.gl/flatgeobuf 4.1.0-alpha.6 → 4.1.0-alpha.8
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/LICENSE +9 -0
- package/dist/dist.dev.js +8719 -0
- package/dist/flatgeobuf/3.27.2/LICENSE +29 -0
- package/dist/flatgeobuf/3.27.2/README.md +45 -0
- package/dist/flatgeobuf/3.27.2/column-meta.d.ts +14 -0
- package/dist/flatgeobuf/3.27.2/column-meta.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/column-meta.js +2 -0
- package/dist/flatgeobuf/3.27.2/column-meta.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/config.d.ts +10 -0
- package/dist/flatgeobuf/3.27.2/config.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/config.js +16 -0
- package/dist/flatgeobuf/3.27.2/config.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/constants.d.ts +3 -0
- package/dist/flatgeobuf/3.27.2/constants.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/constants.js +3 -0
- package/dist/flatgeobuf/3.27.2/constants.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/crs-meta.d.ts +9 -0
- package/dist/flatgeobuf/3.27.2/crs-meta.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/crs-meta.js +2 -0
- package/dist/flatgeobuf/3.27.2/crs-meta.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/dumptree.d.ts +2 -0
- package/dist/flatgeobuf/3.27.2/dumptree.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/dumptree.js +61 -0
- package/dist/flatgeobuf/3.27.2/dumptree.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/feature.d.ts +2 -0
- package/dist/flatgeobuf/3.27.2/feature.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/feature.js +3 -0
- package/dist/flatgeobuf/3.27.2/feature.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/column-type.d.ts +18 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/column-type.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/column-type.js +19 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/column-type.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/column.d.ts +39 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/column.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/column.js +121 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/column.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/crs.d.ts +29 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/crs.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/crs.js +79 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/crs.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/feature.d.ts +29 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/feature.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/feature.js +95 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/feature.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/geometry-type.d.ts +21 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/geometry-type.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/geometry-type.js +22 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/geometry-type.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/geometry.d.ts +75 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/geometry.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/geometry.js +214 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/geometry.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/header.d.ts +59 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/header.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/header.js +166 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf/header.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf.d.ts +6 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf.js +6 -0
- package/dist/flatgeobuf/3.27.2/flat-geobuf.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/generic/feature.d.ts +19 -0
- package/dist/flatgeobuf/3.27.2/generic/feature.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/generic/feature.js +220 -0
- package/dist/flatgeobuf/3.27.2/generic/feature.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/generic/featurecollection.d.ts +18 -0
- package/dist/flatgeobuf/3.27.2/generic/featurecollection.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/generic/featurecollection.js +162 -0
- package/dist/flatgeobuf/3.27.2/generic/featurecollection.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/generic/geometry.d.ts +33 -0
- package/dist/flatgeobuf/3.27.2/generic/geometry.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/generic/geometry.js +81 -0
- package/dist/flatgeobuf/3.27.2/generic/geometry.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/generic/header.d.ts +5 -0
- package/dist/flatgeobuf/3.27.2/generic/header.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/generic/header.js +27 -0
- package/dist/flatgeobuf/3.27.2/generic/header.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/generic.d.ts +16 -0
- package/dist/flatgeobuf/3.27.2/generic.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/generic.js +9 -0
- package/dist/flatgeobuf/3.27.2/generic.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/geojson/feature.d.ts +8 -0
- package/dist/flatgeobuf/3.27.2/geojson/feature.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/geojson/feature.js +13 -0
- package/dist/flatgeobuf/3.27.2/geojson/feature.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/geojson/featurecollection.d.ts +8 -0
- package/dist/flatgeobuf/3.27.2/geojson/featurecollection.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/geojson/featurecollection.js +54 -0
- package/dist/flatgeobuf/3.27.2/geojson/featurecollection.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/geojson/geometry.d.ts +13 -0
- package/dist/flatgeobuf/3.27.2/geojson/geometry.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/geojson/geometry.js +118 -0
- package/dist/flatgeobuf/3.27.2/geojson/geometry.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/geojson.d.ts +17 -0
- package/dist/flatgeobuf/3.27.2/geojson.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/geojson.js +10 -0
- package/dist/flatgeobuf/3.27.2/geojson.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/header-meta.d.ts +17 -0
- package/dist/flatgeobuf/3.27.2/header-meta.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/header-meta.js +46 -0
- package/dist/flatgeobuf/3.27.2/header-meta.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/header.d.ts +2 -0
- package/dist/flatgeobuf/3.27.2/header.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/header.js +3 -0
- package/dist/flatgeobuf/3.27.2/header.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/http-reader.d.ts +41 -0
- package/dist/flatgeobuf/3.27.2/http-reader.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/http-reader.js +193 -0
- package/dist/flatgeobuf/3.27.2/http-reader.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/index.d.ts +14 -0
- package/dist/flatgeobuf/3.27.2/index.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/index.js +16 -0
- package/dist/flatgeobuf/3.27.2/index.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/logger.d.ts +15 -0
- package/dist/flatgeobuf/3.27.2/logger.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/logger.js +65 -0
- package/dist/flatgeobuf/3.27.2/logger.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/packedrtree.d.ts +43 -0
- package/dist/flatgeobuf/3.27.2/packedrtree.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/packedrtree.js +138 -0
- package/dist/flatgeobuf/3.27.2/packedrtree.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/streams/utils.d.ts +7 -0
- package/dist/flatgeobuf/3.27.2/streams/utils.d.ts.map +1 -0
- package/dist/flatgeobuf/3.27.2/streams/utils.js +67 -0
- package/dist/flatgeobuf/3.27.2/streams/utils.js.map +1 -0
- package/dist/flatgeobuf/3.27.2/types/jsts.d.ts +23 -0
- package/dist/flatgeobuf/3.27.2/types/slice.d.ts +16 -0
- package/dist/flatgeobuf-loader.js +1 -1
- package/dist/flatgeobuf-worker.js +8908 -0
- package/dist/index.cjs +1547 -6
- package/dist/lib/binary-geometries.d.ts +1 -1
- package/dist/lib/binary-geometries.d.ts.map +1 -1
- package/dist/lib/binary-geometries.js.map +1 -1
- package/dist/lib/get-schema-from-fgb-header.d.ts +1 -1
- package/dist/lib/get-schema-from-fgb-header.d.ts.map +1 -1
- package/dist/lib/get-schema-from-fgb-header.js.map +1 -1
- package/dist/lib/parse-flatgeobuf.d.ts +1 -1
- package/dist/lib/parse-flatgeobuf.d.ts.map +1 -1
- package/dist/lib/parse-flatgeobuf.js +3 -3
- package/dist/lib/parse-flatgeobuf.js.map +1 -1
- package/package.json +10 -7
- package/src/LICENSE +9 -0
- package/src/flatgeobuf/3.27.2/LICENSE +29 -0
- package/src/flatgeobuf/3.27.2/README.md +45 -0
- package/src/flatgeobuf/3.27.2/column-meta.ts +14 -0
- package/src/flatgeobuf/3.27.2/config.ts +19 -0
- package/src/flatgeobuf/3.27.2/constants.ts +4 -0
- package/src/flatgeobuf/3.27.2/crs-meta.ts +8 -0
- package/src/flatgeobuf/3.27.2/dumptree.ts +82 -0
- package/src/flatgeobuf/3.27.2/feature.ts +3 -0
- package/src/flatgeobuf/3.27.2/flat-geobuf/column-type.ts +19 -0
- package/src/flatgeobuf/3.27.2/flat-geobuf/column.ts +170 -0
- package/src/flatgeobuf/3.27.2/flat-geobuf/crs.ts +114 -0
- package/src/flatgeobuf/3.27.2/flat-geobuf/feature.ts +140 -0
- package/src/flatgeobuf/3.27.2/flat-geobuf/geometry-type.ts +22 -0
- package/src/flatgeobuf/3.27.2/flat-geobuf/geometry.ts +382 -0
- package/src/flatgeobuf/3.27.2/flat-geobuf/header.ts +246 -0
- package/src/flatgeobuf/3.27.2/flat-geobuf.ts +7 -0
- package/src/flatgeobuf/3.27.2/generic/feature.ts +243 -0
- package/src/flatgeobuf/3.27.2/generic/featurecollection.ts +227 -0
- package/src/flatgeobuf/3.27.2/generic/geometry.ts +120 -0
- package/src/flatgeobuf/3.27.2/generic/header.ts +32 -0
- package/src/flatgeobuf/3.27.2/generic.ts +33 -0
- package/src/flatgeobuf/3.27.2/geojson/feature.ts +20 -0
- package/src/flatgeobuf/3.27.2/geojson/featurecollection.ts +101 -0
- package/src/flatgeobuf/3.27.2/geojson/geometry.ts +142 -0
- package/src/flatgeobuf/3.27.2/geojson.ts +37 -0
- package/src/flatgeobuf/3.27.2/header-meta.ts +66 -0
- package/src/flatgeobuf/3.27.2/header.ts +3 -0
- package/src/flatgeobuf/3.27.2/http-reader.ts +351 -0
- package/src/flatgeobuf/3.27.2/index.ts +19 -0
- package/src/flatgeobuf/3.27.2/logger.ts +51 -0
- package/src/flatgeobuf/3.27.2/packedrtree.ts +255 -0
- package/src/flatgeobuf/3.27.2/streams/utils.ts +80 -0
- package/src/flatgeobuf/3.27.2/types/jsts.d.ts +23 -0
- package/src/flatgeobuf/3.27.2/types/slice.d.ts +16 -0
- package/src/lib/binary-geometries.ts +2 -2
- package/src/lib/get-schema-from-fgb-header.ts +1 -1
- package/src/lib/parse-flatgeobuf.ts +4 -4
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.