@loaders.gl/json 4.0.0-beta.5 → 4.0.0-beta.7

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 CHANGED
@@ -2547,6 +2547,7 @@ Char: ${this.c}`;
2547
2547
  }
2548
2548
  function makeAccessorObjects(points, lines, polygons, coordLength) {
2549
2549
  const binaryFeatures = {
2550
+ shape: "binary-feature-collection",
2550
2551
  points: {
2551
2552
  ...points,
2552
2553
  positions: {
@@ -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.5" : "latest";
2420
+ var VERSION = true ? "4.0.0-beta.7" : "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.5",
3
+ "version": "4.0.0-beta.7",
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.5",
47
- "@loaders.gl/loader-utils": "4.0.0-beta.5",
48
- "@loaders.gl/schema": "4.0.0-beta.5"
46
+ "@loaders.gl/gis": "4.0.0-beta.7",
47
+ "@loaders.gl/loader-utils": "4.0.0-beta.7",
48
+ "@loaders.gl/schema": "4.0.0-beta.7"
49
49
  },
50
- "gitHead": "a6f5a0d1a316cc22396e5a4d480c14329d1ef146"
50
+ "gitHead": "5b6cab0ab5d73212cfa37fa5da6e25ad7ef83fe5"
51
51
  }