maplibre-gl-lidar 0.2.0 → 0.3.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.
@@ -33539,8 +33539,7 @@ async function getLazPerf$1() {
33539
33539
  lazPerfInstance$1 = await webExports.createLazPerf({
33540
33540
  locateFile: (path) => {
33541
33541
  if (path.endsWith(".wasm")) {
33542
- const base = "/";
33543
- return `${base}laz-perf.wasm`;
33542
+ return "https://unpkg.com/laz-perf@0.0.7/lib/web/laz-perf.wasm";
33544
33543
  }
33545
33544
  return path;
33546
33545
  }
@@ -34285,8 +34284,7 @@ async function getLazPerf() {
34285
34284
  lazPerfInstance = await webExports.createLazPerf({
34286
34285
  locateFile: (path) => {
34287
34286
  if (path.endsWith(".wasm")) {
34288
- const base = "/";
34289
- return `${base}laz-perf.wasm`;
34287
+ return "https://unpkg.com/laz-perf@0.0.7/lib/web/laz-perf.wasm";
34290
34288
  }
34291
34289
  return path;
34292
34290
  }
@@ -37400,7 +37398,7 @@ class LidarControl {
37400
37398
  this._viewportManagers.set(id, viewportManager);
37401
37399
  const info2 = {
37402
37400
  id,
37403
- name: `${name} (streaming)`,
37401
+ name: `${name}`,
37404
37402
  pointCount: totalPoints,
37405
37403
  bounds: bounds2,
37406
37404
  hasRGB,
@@ -38433,4 +38431,4 @@ exports.generateId = generateId;
38433
38431
  exports.getClassificationName = getClassificationName;
38434
38432
  exports.getFilename = getFilename;
38435
38433
  exports.throttle = throttle;
38436
- //# sourceMappingURL=LidarLayerAdapter-AsxiD9q_.cjs.map
38434
+ //# sourceMappingURL=LidarLayerAdapter-D8meSn0O.cjs.map