@loaders.gl/json 4.0.0-beta.4 → 4.0.0-beta.6
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 +1 -0
- package/dist/geojson-worker.js +2 -1
- package/package.json +5 -5
package/dist/dist.dev.js
CHANGED
package/dist/geojson-worker.js
CHANGED
|
@@ -998,6 +998,7 @@
|
|
|
998
998
|
}
|
|
999
999
|
function makeAccessorObjects(points, lines, polygons, coordLength) {
|
|
1000
1000
|
const binaryFeatures = {
|
|
1001
|
+
shape: "binary-feature-collection",
|
|
1001
1002
|
points: {
|
|
1002
1003
|
...points,
|
|
1003
1004
|
positions: { value: points.positions, size: coordLength },
|
|
@@ -2416,7 +2417,7 @@ Char: ${this.c}`;
|
|
|
2416
2417
|
}
|
|
2417
2418
|
|
|
2418
2419
|
// src/geojson-loader.ts
|
|
2419
|
-
var VERSION = true ? "4.0.0-beta.
|
|
2420
|
+
var VERSION = true ? "4.0.0-beta.6" : "latest";
|
|
2420
2421
|
var GeoJSONWorkerLoader = {
|
|
2421
2422
|
name: "GeoJSON",
|
|
2422
2423
|
id: "geojson",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loaders.gl/json",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.6",
|
|
4
4
|
"description": "Framework-independent loader for JSON and streaming JSON formats",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"build-worker": "esbuild src/workers/geojson-worker.ts --bundle --outfile=dist/geojson-worker.js --define:__VERSION__=\\\"$npm_package_version\\\""
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@loaders.gl/gis": "4.0.0-beta.
|
|
47
|
-
"@loaders.gl/loader-utils": "4.0.0-beta.
|
|
48
|
-
"@loaders.gl/schema": "4.0.0-beta.
|
|
46
|
+
"@loaders.gl/gis": "4.0.0-beta.6",
|
|
47
|
+
"@loaders.gl/loader-utils": "4.0.0-beta.6",
|
|
48
|
+
"@loaders.gl/schema": "4.0.0-beta.6"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "2840f605b7a551e2ffef5f960231d989a0414c50"
|
|
51
51
|
}
|