@loaders.gl/pmtiles 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.
Files changed (2) hide show
  1. package/dist/dist.dev.js +1 -0
  2. package/package.json +6 -6
package/dist/dist.dev.js CHANGED
@@ -2023,6 +2023,7 @@ var __exports__ = (() => {
2023
2023
  }
2024
2024
  function makeAccessorObjects(points, lines, polygons, coordLength) {
2025
2025
  const binaryFeatures = {
2026
+ shape: "binary-feature-collection",
2026
2027
  points: {
2027
2028
  ...points,
2028
2029
  positions: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loaders.gl/pmtiles",
3
- "version": "4.0.0-beta.4",
3
+ "version": "4.0.0-beta.6",
4
4
  "description": "Framework-independent loader for the pmtiles format",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -40,11 +40,11 @@
40
40
  "build-bundle": "ocular-bundle ./src/index.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@loaders.gl/images": "4.0.0-beta.4",
44
- "@loaders.gl/loader-utils": "4.0.0-beta.4",
45
- "@loaders.gl/mvt": "4.0.0-beta.4",
46
- "@loaders.gl/schema": "4.0.0-beta.4",
43
+ "@loaders.gl/images": "4.0.0-beta.6",
44
+ "@loaders.gl/loader-utils": "4.0.0-beta.6",
45
+ "@loaders.gl/mvt": "4.0.0-beta.6",
46
+ "@loaders.gl/schema": "4.0.0-beta.6",
47
47
  "pmtiles": "^2.7.2"
48
48
  },
49
- "gitHead": "848c20b474532d301f2c3f8d4e1fb9bf262b86d4"
49
+ "gitHead": "2840f605b7a551e2ffef5f960231d989a0414c50"
50
50
  }