itowns 2.44.1 → 2.44.2-next.1

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.
@@ -109,7 +109,8 @@
109
109
  pointBudget: 3000000,
110
110
  });
111
111
  view.addLayer(layer).then(onLayerReady);
112
- debug.PointCloudDebug.initTools(view, layer, gui);
112
+ layer.whenReady
113
+ .then(() => debug.PointCloudDebug.initTools(view, layer, gui));
113
114
  }
114
115
 
115
116
  function loadAutzen() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itowns",
3
- "version": "2.44.1",
3
+ "version": "2.44.2-next.1",
4
4
  "description": "A JS/WebGL framework for 3D geospatial data visualization",
5
5
  "type": "module",
6
6
  "main": "lib/Main.js",